Skip to content

Commit 5a27083

Browse files
committed
Include version 15 and 17
Shouldn't require updating to React 16
1 parent cfede38 commit 5a27083

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
@@ -62,7 +62,7 @@
6262
"prop-types": "^15.6.0"
6363
},
6464
"peerDependencies": {
65-
"react": "^16.0.0"
65+
"react": "^15.0.0 || ^16.0.0 || ^17.0.0"
6666
},
6767
"devDependencies": {
6868
"@storybook/addon-actions": "^3.2.12",

0 commit comments

Comments
 (0)