Skip to content

Commit 78b8a94

Browse files
authored
Allow react ^17.0.0 as peer dependencies
1 parent 962bde9 commit 78b8a94

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
@@ -88,7 +88,7 @@
8888
"sinon": "^2.0"
8989
},
9090
"peerDependencies": {
91-
"react": "~0.14.8 || ^15.0.0 || ^16.0.0"
91+
"react": "~0.14.8 || ^15.0.0 || ^16.0.0 || ^17.0.0"
9292
},
9393
"dependencies": {
9494
"babel-runtime": "6.26.0",

0 commit comments

Comments
 (0)