Skip to content

Commit

Permalink
allow react 18 as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fabb authored and diasbruno committed Apr 5, 2022
1 parent 68af7ec commit 8395a21
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 @@ -71,8 +71,8 @@
"warning": "^4.0.3"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16 || ^17",
"react-dom": "^0.14.0 || ^15.0.0 || ^16 || ^17"
"react": "^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18",
"react-dom": "^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18"
},
"tags": [
"react",
Expand Down

0 comments on commit 8395a21

Please sign in to comment.