Skip to content

Commit

Permalink
Merge pull request #224 from danilowoz/fix-peer-dependency
Browse files Browse the repository at this point in the history
fix(package): adjust peer dependency to support React 17
  • Loading branch information
danilowoz authored Oct 30, 2020
2 parents 85ed77e + 2030cf8 commit c78de3f
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 @@ -101,7 +101,7 @@
"typescript": "3.7.4"
},
"peerDependencies": {
"react": "^16.0.0"
"react": ">=16.0.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit c78de3f

Please sign in to comment.