Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 9dbf3bd

Browse files
author
Alex Ahumada
committed
feat: Add React v18 support
1 parent 2ecc09a commit 9dbf3bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@storybook/addons": "^6.0.0",
5252
"@storybook/client-api": "^6.0.0",
5353
"next": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
54-
"react": "^16.8.0 || ^17.0.0",
55-
"react-dom": "^16.8.0 || ^17.0.0"
54+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
55+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
5656
},
5757
"repository": {
5858
"type": "git",

0 commit comments

Comments
 (0)