Skip to content

Commit 9db03a4

Browse files
committed
Allow package to be installed alongside React v17
1 parent 75d0369 commit 9db03a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"test": "echo \"Error: no test specified\""
3535
},
3636
"peerDependencies": {
37-
"react": "^16.8.0",
38-
"react-dom": "^16.8.0"
37+
"react": "^16.8.0 || ^17.0.2",
38+
"react-dom": "^16.8.0 || ^17.0.2"
3939
},
4040
"devDependencies": {
4141
"@babel/core": "^7.10.2",

0 commit comments

Comments
 (0)