Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Commit 101e7ce

Browse files
authored
Allow react 17 as peerDependency
To prevent peerDependency warnings when using react 17.
1 parent cf7b725 commit 101e7ce

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
@@ -49,7 +49,7 @@
4949
"es"
5050
],
5151
"peerDependencies": {
52-
"react": "^15.0.0 || ^16.0.0"
52+
"react": "^15.0.0 || ^16.0.0 || ^17.0.0"
5353
},
5454
"devDependencies": {
5555
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)