Skip to content

Commit

Permalink
Fix: Added React@17 as allowed version in peerDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Feb 9, 2021
1 parent 4451135 commit 33f33b4
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 @@ -58,7 +58,7 @@
"webpack-cli": "^3.3.12"
},
"peerDependencies": {
"react": "^16.13.1"
"react": "^16.13.1 || ^17.0.0"
},
"engines": {
"node": ">=8.0.0",
Expand Down

0 comments on commit 33f33b4

Please sign in to comment.