Skip to content

Commit

Permalink
Adjust react version in peerDependencies
Browse files Browse the repository at this point in the history
Closes #69
  • Loading branch information
pgrodrigues committed Mar 6, 2021
1 parent 7d500da commit 4c73b29
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 @@ -45,7 +45,7 @@
"analyze": "size-limit --why"
},
"peerDependencies": {
"react": "^17.0.0 | ^16.14.0"
"react": ">=16.14.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4c73b29

Please sign in to comment.