Skip to content

Commit 79f8b3f

Browse files
authored
Allow React 17 as a peer dependency
1 parent b6669de commit 79f8b3f

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
@@ -26,7 +26,7 @@
2626
"test": "gulp test-script"
2727
},
2828
"peerDependencies": {
29-
"react": "^15.3.0 || ^16.0.0"
29+
"react": "^15.3.0 || ^16.0.0 || ^17.0.0"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.0.0",

0 commit comments

Comments
 (0)