Skip to content

Commit

Permalink
React 17 peerDep (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Brandão authored Nov 5, 2020
1 parent 7f4914d commit 23e6f8b
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 @@ -12,8 +12,8 @@
],
"peerDependencies": {
"next": "^8.1.1-canary.54 || ^9.0.0 || ^10.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0"
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 23e6f8b

Please sign in to comment.