Skip to content

Commit

Permalink
Add react 17 as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
schiehll committed May 6, 2021
1 parent 9cd40f7 commit d701fb9
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 @@ -53,8 +53,8 @@
"rollup-plugin-uglify": "^6.0.3"
},
"peerDependencies": {
"react": "^16.8.1",
"react-dom": "^16.8.1"
"react": "^16.8.1 || ^17",
"react-dom": "^16.8.1 || ^17"
},
"jest": {
"collectCoverageFrom": [
Expand Down

0 comments on commit d701fb9

Please sign in to comment.