Skip to content

Commit

Permalink
chore: increased allowed peer react version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybaev committed Mar 30, 2022
1 parent 91bf2c1 commit 86a9054
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 @@ -86,8 +86,8 @@
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "^15.6 || ^16.0 || ^17.0",
"react-dom": "^15.6 || ^16.0 || ^17.0"
"react": "^15.6 || ^16.0 || ^17.0 || ^18.0",
"react-dom": "^15.6 || ^16.0 || ^17.0 || ^18.0"
},
"size-limit": [
{
Expand Down

0 comments on commit 86a9054

Please sign in to comment.