Skip to content

Commit e573b23

Browse files
chore(deps): update react monorepo to v18 (#184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e1e784 commit e573b23

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"@types/fs-extra": "^9.0.13",
118118
"@types/lodash": "^4.14.191",
119119
"@types/node": "^16.11.42",
120-
"@types/react": "^17.0.47",
120+
"@types/react": "^18.0.31",
121121
"@types/rollup-plugin-json": "^3.0.3",
122122
"@types/semver": "^7.3.13",
123123
"@types/shelljs": "^0.8.11",

templates/react-with-storybook/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^17.0.47",
21-
"@types/react-dom": "^17.0.17",
20+
"@types/react": "^18.0.31",
21+
"@types/react-dom": "^18.0.11",
2222
"vite": "latest",
2323
"vite-preset-react": "latest",
2424
"typescript": "^4"

templates/react/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^17.0.47",
21-
"@types/react-dom": "^17.0.17",
20+
"@types/react": "^18.0.31",
21+
"@types/react-dom": "^18.0.11",
2222
"vite": "latest",
2323
"vite-preset-react": "latest",
2424
"typescript": "^4"

0 commit comments

Comments
 (0)