Skip to content

Commit 8362e53

Browse files
authored
Merge pull request #187 from declanramsay/patch-1
Add React 17 as a peer dependency
2 parents 7f802b2 + a2336c3 commit 8362e53

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
@@ -43,7 +43,7 @@
4343
"license": "MIT",
4444
"main": "dist/index.js",
4545
"peerDependencies": {
46-
"react": "^16.3.0"
46+
"react": "^16.3.0 || ^17"
4747
},
4848
"repository": {
4949
"type": "git",

0 commit comments

Comments
 (0)