Skip to content

Commit 84a8e9e

Browse files
Update react monorepo
| datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | npm | @types/react | 17.0.83 | 18.3.12 | | npm | @types/react-dom | 17.0.25 | 18.3.1 | | npm | eslint-plugin-react-hooks | 4.6.2 | 5.0.0 | | npm | react | 17.0.2 | 18.3.1 | | npm | react-dom | 17.0.2 | 18.3.1 |
1 parent a141708 commit 84a8e9e

File tree

2 files changed

+43
-52
lines changed

2 files changed

+43
-52
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": "~18.3.0",
15+
"react-dom": "~18.3.0"
1616
},
1717
"devDependencies": {
1818
"@sentry/vite-plugin": "2.22.6",
@@ -22,8 +22,8 @@
2222
"@types/license-checker": "25.0.6",
2323
"@types/lodash": "4.17.12",
2424
"@types/node": "20.17.1",
25-
"@types/react": "17.0.83",
26-
"@types/react-dom": "17.0.25",
25+
"@types/react": "18.3.12",
26+
"@types/react-dom": "18.3.1",
2727
"@types/yargs": "17.0.33",
2828
"@typescript-eslint/eslint-plugin": "8.11.0",
2929
"@typescript-eslint/parser": "8.11.0",
@@ -39,7 +39,7 @@
3939
"eslint-plugin-local-rules": "3.0.2",
4040
"eslint-plugin-prettier": "5.2.1",
4141
"eslint-plugin-react": "7.31.10",
42-
"eslint-plugin-react-hooks": "4.6.2",
42+
"eslint-plugin-react-hooks": "5.0.0",
4343
"eslint-plugin-unused-imports": "4.1.4",
4444
"eslint-plugin-xstate": "3.2.1",
4545
"execa": "9.4.0",
@@ -48,8 +48,8 @@
4848
"license-checker": "25.0.1",
4949
"octokit": "4.0.2",
5050
"prettier": "3.3.3",
51-
"react": "17.0.2",
52-
"react-dom": "17.0.2",
51+
"react": "18.3.1",
52+
"react-dom": "18.3.1",
5353
"strong-mock": "~8.0.1",
5454
"stylelint": "16.10.0",
5555
"stylelint-config-recommended": "14.0.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)