Skip to content

Commit

Permalink
Update react monorepo to v18
Browse files Browse the repository at this point in the history
| datasource | package          | from    | to     |
| ---------- | ---------------- | ------- | ------ |
| npm        | @types/react     | 17.0.13 | 18.3.7 |
| npm        | @types/react-dom | 17.0.8  | 18.3.0 |
| npm        | react            | 17.0.2  | 18.3.1 |
| npm        | react-dom        | 17.0.2  | 18.3.1 |
  • Loading branch information
renovate[bot] committed Sep 18, 2024
1 parent 0c796b3 commit a516989
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 42 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"url": "https://github.com/andrei-picus-tink/auto-renovate.git"
},
"dependencies": {
"react": "~17.0.0",
"react-dom": "~17.0.0"
"react": "~18.3.0",
"react-dom": "~18.3.0"
},
"devDependencies": {
"@sentry/vite-plugin": "2.22.1",
Expand All @@ -22,8 +22,8 @@
"@types/license-checker": "25.0.3",
"@types/lodash": "4.17.7",
"@types/node": "20.16.0",
"@types/react": "17.0.13",
"@types/react-dom": "17.0.8",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand All @@ -48,8 +48,8 @@
"license-checker": "25.0.1",
"octokit": "4.0.2",
"prettier": "3.3.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"strong-mock": "~8.0.1",
"stylelint": "16.9.0",
"stylelint-config-recommended": "14.0.1",
Expand Down
63 changes: 27 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a516989

Please sign in to comment.