Skip to content

Commit

Permalink
Update react monorepo
Browse files Browse the repository at this point in the history
| datasource | package                   | from    | to     |
| ---------- | ------------------------- | ------- | ------ |
| npm        | @types/react              | 17.0.83 | 19.0.1 |
| npm        | @types/react-dom          | 17.0.25 | 19.0.2 |
| npm        | eslint-plugin-react-hooks | 4.6.2   | 5.1.0  |
| npm        | react                     | 17.0.2  | 19.0.0 |
| npm        | react-dom                 | 17.0.2  | 19.0.0 |
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 4be05cc commit a7da87e
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 63 deletions.
14 changes: 7 additions & 7 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": "~19.0.0",
"react-dom": "~19.0.0"
},
"devDependencies": {
"@sentry/vite-plugin": "2.22.7",
Expand All @@ -22,8 +22,8 @@
"@types/license-checker": "25.0.6",
"@types/lodash": "4.17.13",
"@types/node": "22.10.1",
"@types/react": "17.0.83",
"@types/react-dom": "17.0.25",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
Expand All @@ -39,7 +39,7 @@
"eslint-plugin-local-rules": "3.0.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-unused-imports": "4.1.4",
"eslint-plugin-xstate": "3.2.1",
"execa": "9.5.1",
Expand All @@ -48,8 +48,8 @@
"license-checker": "25.0.1",
"octokit": "4.0.2",
"prettier": "3.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"strong-mock": "~8.0.1",
"stylelint": "16.11.0",
"stylelint-config-recommended": "14.0.1",
Expand Down
94 changes: 38 additions & 56 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 a7da87e

Please sign in to comment.