Skip to content

Commit

Permalink
Update peerDependencies to avoid incorrect warnings (pacocoursey#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
phuctm97 authored Jan 5, 2021
1 parent 676e277 commit e56cd4a
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 @@ -16,8 +16,8 @@
"dependencies": {},
"peerDependencies": {
"next": "^9.5.5",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
Expand Down

0 comments on commit e56cd4a

Please sign in to comment.