Skip to content

Commit 6da8fb0

Browse files
Update react monorepo
| datasource | package | from | to | | ---------- | ------------------------- | ------- | ------ | | npm | @types/react | 17.0.89 | 19.2.5 | | npm | @types/react-dom | 17.0.26 | 19.2.3 | | npm | eslint-plugin-react-hooks | 4.6.2 | 7.0.1 | | npm | react | 17.0.2 | 19.2.0 | | npm | react-dom | 17.0.2 | 19.2.0 |
1 parent 67812d1 commit 6da8fb0

File tree

2 files changed

+81
-76
lines changed

2 files changed

+81
-76
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"url": "https://github.com/andrei-picus-tink/auto-renovate.git"
1212
},
1313
"dependencies": {
14-
"react": "~17.0.0",
15-
"react-dom": "~17.0.0"
14+
"react": "~19.2.0",
15+
"react-dom": "~19.2.0"
1616
},
1717
"devDependencies": {
1818
"@sentry/vite-plugin": "4.6.0",
@@ -22,8 +22,8 @@
2222
"@types/license-checker": "25.0.6",
2323
"@types/lodash": "4.17.20",
2424
"@types/node": "22.19.0",
25-
"@types/react": "17.0.89",
26-
"@types/react-dom": "17.0.26",
25+
"@types/react": "19.2.5",
26+
"@types/react-dom": "19.2.3",
2727
"@types/yargs": "17.0.34",
2828
"@typescript-eslint/eslint-plugin": "8.46.1",
2929
"@typescript-eslint/parser": "8.46.1",
@@ -39,7 +39,7 @@
3939
"eslint-plugin-local-rules": "3.0.2",
4040
"eslint-plugin-prettier": "5.5.4",
4141
"eslint-plugin-react": "7.37.5",
42-
"eslint-plugin-react-hooks": "4.6.2",
42+
"eslint-plugin-react-hooks": "7.0.1",
4343
"eslint-plugin-unused-imports": "4.3.0",
4444
"eslint-plugin-xstate": "3.2.1",
4545
"execa": "9.6.0",
@@ -48,8 +48,8 @@
4848
"license-checker": "25.0.1",
4949
"octokit": "5.0.4",
5050
"prettier": "3.6.2",
51-
"react": "17.0.2",
52-
"react-dom": "17.0.2",
51+
"react": "19.2.0",
52+
"react-dom": "19.2.0",
5353
"strong-mock": "~8.0.1",
5454
"stylelint": "16.25.0",
5555
"stylelint-config-recommended": "17.0.0",

pnpm-lock.yaml

Lines changed: 74 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)