Skip to content

Commit

Permalink
Merge pull request #70 from pgrodrigues/master
Browse files Browse the repository at this point in the history
Adjust react version in peerDependencies
  • Loading branch information
morellodev authored Mar 6, 2021
2 parents 7d500da + 4c73b29 commit 3a71d1f
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

1 comment on commit 3a71d1f

@vercel
Copy link

@vercel vercel bot commented on 3a71d1f Mar 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.