Skip to content

Commit ba1c2ad

Browse files
Update react monorepo
| datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | npm | @types/react | 17.0.85 | 19.1.12 | | npm | @types/react-dom | 17.0.26 | 19.1.9 | | npm | eslint-plugin-react-hooks | 4.6.2 | 5.2.0 | | npm | react | 17.0.2 | 19.1.1 | | npm | react-dom | 17.0.2 | 19.1.1 |
1 parent c585919 commit ba1c2ad

File tree

2 files changed

+44
-64
lines changed

2 files changed

+44
-64
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.1.0",
15+
"react-dom": "~19.1.0"
1616
},
1717
"devDependencies": {
1818
"@sentry/vite-plugin": "4.1.1",
@@ -22,8 +22,8 @@
2222
"@types/license-checker": "25.0.6",
2323
"@types/lodash": "4.17.16",
2424
"@types/node": "22.17.0",
25-
"@types/react": "17.0.85",
26-
"@types/react-dom": "17.0.26",
25+
"@types/react": "19.1.12",
26+
"@types/react-dom": "19.1.9",
2727
"@types/yargs": "17.0.33",
2828
"@typescript-eslint/eslint-plugin": "8.39.1",
2929
"@typescript-eslint/parser": "8.39.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.4",
42-
"eslint-plugin-react-hooks": "4.6.2",
42+
"eslint-plugin-react-hooks": "5.2.0",
4343
"eslint-plugin-unused-imports": "4.2.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.3",
5050
"prettier": "3.6.2",
51-
"react": "17.0.2",
52-
"react-dom": "17.0.2",
51+
"react": "19.1.1",
52+
"react-dom": "19.1.1",
5353
"strong-mock": "~8.0.1",
5454
"stylelint": "16.23.1",
5555
"stylelint-config-recommended": "17.0.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)