Skip to content

Commit 0ab3a5c

Browse files
Update react monorepo to v18
| datasource | package | from | to | | ---------- | ---------------- | ------- | ------- | | npm | @types/react | 17.0.13 | 18.3.11 | | 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 |
1 parent f9a566f commit 0ab3a5c

File tree

2 files changed

+33
-42
lines changed

2 files changed

+33
-42
lines changed

package.json

+6-6
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.5",
@@ -22,8 +22,8 @@
2222
"@types/license-checker": "25.0.6",
2323
"@types/lodash": "4.17.10",
2424
"@types/node": "20.16.11",
25-
"@types/react": "17.0.13",
26-
"@types/react-dom": "17.0.8",
25+
"@types/react": "18.3.11",
26+
"@types/react-dom": "18.3.0",
2727
"@types/yargs": "17.0.33",
2828
"@typescript-eslint/eslint-plugin": "8.8.0",
2929
"@typescript-eslint/parser": "8.8.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.9.0",
5555
"stylelint-config-recommended": "14.0.1",

pnpm-lock.yaml

+27-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)