Skip to content

Commit 320b981

Browse files
Update react monorepo to v18
1 parent 5e9f3c0 commit 320b981

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@storybook/addons": "^6.4.18",
1919
"@storybook/components": "^6.4.18",
2020
"@storybook/theming": "^6.4.18",
21-
"react": "^17.0.2"
21+
"react": "^17.0.2 || ^18.0.0"
2222
},
2323
"devDependencies": {
2424
"@babel/core": "7.17.2",
@@ -32,13 +32,13 @@
3232
"@storybook/core-events": "6.4.19",
3333
"@storybook/preact": "6.4.19",
3434
"@storybook/theming": "6.4.19",
35-
"@types/react": "17.0.39",
35+
"@types/react": "18.2.17",
3636
"@types/webpack-env": "1.16.3",
3737
"babel-loader": "8.2.3",
3838
"core-js": "3.21.0",
3939
"esbuild": "0.14.21",
4040
"minimist": "1.2.5",
41-
"react": "17.0.2"
41+
"react": "18.2.0"
4242
},
4343
"scripts": {
4444
"dev": "tsc --watch --preserveWatchOutput",
@@ -54,7 +54,7 @@
5454
"@storybook/client-api": "6.4.19",
5555
"preact": "10.6.5",
5656
"preact-render-to-string": "5.1.19",
57-
"react-dom": "17.0.2"
57+
"react-dom": "18.2.0"
5858
},
5959
"publishConfig": {
6060
"tag": "latest"

0 commit comments

Comments
 (0)