Skip to content

Commit 7de1ff6

Browse files
roderickhsiaofloriangosse
authored andcommitted
chore(peerDependencies): allow react@16 to avoid peer dependency warnings
1 parent 908219f commit 7de1ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"peerDependencies": {
5050
"@storybook/react": "^3.1.0",
51-
"react": "^15.4.0",
51+
"react": "^15.4.0 || ^16.0.0",
5252
"react-intl": "^2.3.0"
5353
},
5454
"engines": {

0 commit comments

Comments
 (0)