Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
feat: Allow React 17 as peer dependency (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
lourenci authored Oct 23, 2020
1 parent 3814072 commit 47d5e99
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 @@ -11,8 +11,8 @@
"author": "Leandro Lourenci",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@babel/core": "7.11.6",
Expand Down

0 comments on commit 47d5e99

Please sign in to comment.