Skip to content

Commit

Permalink
Add react 17 as valid peerDependencies (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jan 19, 2021
1 parent 9c67799 commit dc7b298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"typescript": "^3.9.7"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0"
},
"standard-version": {
"skip": {
Expand Down

0 comments on commit dc7b298

Please sign in to comment.