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

Commit 499a111

Browse files
authored
Merge pull request #100 from alejandronanez/patch-1
feat: add React18 to peerDeps
2 parents d22cb1c + c0ba5b3 commit 499a111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@storybook/client-api": ">=6.4.0",
7979
"@storybook/preview-web": ">=6.4.0",
8080
"@storybook/react": ">=6.4.0",
81-
"react": "^16.8.0 || ^17.0.0"
81+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
8282
},
8383
"resolutions": {
8484
"**/typescript": "^4.2.3"

0 commit comments

Comments
 (0)