Skip to content

Commit 00c81ba

Browse files
authored
Change peer dependency for react 17 (#218)
1 parent a30649a commit 00c81ba

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
@@ -83,7 +83,7 @@
8383
},
8484
"peerDependencies": {
8585
"prop-types": "^15.0.0",
86-
"react": "^16.0.0",
86+
"react": "^16.0.0 || ^17",
8787
"react-dom": "^16.0.0"
8888
},
8989
"dependencies": {

0 commit comments

Comments
 (0)