Skip to content

Commit be3a7d4

Browse files
chore: update peer dependencies for React 17 (#127)
1 parent 2f197e6 commit be3a7d4

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
@@ -36,7 +36,7 @@
3636
"react-displace": "^2.3.0"
3737
},
3838
"peerDependencies": {
39-
"react": "^15.0.0 || ^16.0.0"
39+
"react": ">= 15.0.0 < 18.0.0"
4040
},
4141
"devDependencies": {
4242
"@babel/cli": "^7.2.3",

0 commit comments

Comments
 (0)