Skip to content

Commit

Permalink
Merge pull request #61 from Yoshi0207/issue/52
Browse files Browse the repository at this point in the history
Add react 17 to peerDependencies
  • Loading branch information
mkasumi authored Jun 16, 2021
2 parents 5ba08e4 + b4b9660 commit c025672
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 @@ -49,7 +49,7 @@
"react-transition-group": "^2.2.1"
},
"peerDependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
"react": "^16.2.0 || ^17.0.0",
"react-dom": "^16.2.0 || ^17.0.0"
}
}

0 comments on commit c025672

Please sign in to comment.