Skip to content

Commit

Permalink
Update peerDependencies to support React 17+
Browse files Browse the repository at this point in the history
  • Loading branch information
simontreny committed Mar 12, 2022
1 parent 23cf078 commit 8c65d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"trailingComma": "es5"
},
"peerDependencies": {
"react": "^16.8.0"
"react": ">=16.8.0"
},
"devDependencies": {
"@types/hoist-non-react-statics": "^3.3.1",
Expand Down

0 comments on commit 8c65d13

Please sign in to comment.