Skip to content

Commit

Permalink
Add react 17 to peerDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshi0207 committed Jun 9, 2021
1 parent fed5311 commit b4b9660
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 b4b9660

Please sign in to comment.