Skip to content

Commit

Permalink
Update peerDependencies to support react v18
Browse files Browse the repository at this point in the history
  • Loading branch information
tterb committed Apr 19, 2022
1 parent 8a64c98 commit 264db1a
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 @@ -27,8 +27,8 @@
"author": "Ryan Valentin",
"license": "MIT",
"peerDependencies": {
"react": "^15.6.1 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.6.1 || ^16.0.0 || ^17.0.0"
"react": "^15.6.1 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.6.1 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down

0 comments on commit 264db1a

Please sign in to comment.