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

Commit 0287da9

Browse files
mahishthemariamarques
authored andcommitted
feat: peer dependency support for react v17
1 parent 2cd6b91 commit 0287da9

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
@@ -55,7 +55,7 @@
5555
"prop-types": "^15.6.1"
5656
},
5757
"peerDependencies": {
58-
"react": "^16.9.0"
58+
"react": "^16.9.0 || ^17.0.0"
5959
},
6060
"devDependencies": {
6161
"@babel/cli": "^7.8.4",

0 commit comments

Comments
 (0)