Skip to content

Commit

Permalink
Bumping peer dependency to allow for v18 of react and react-dom (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillGeoghegan authored Oct 14, 2022
1 parent e942c93 commit 3ef0723
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 @@ -83,8 +83,8 @@
},
"peerDependencies": {
"prop-types": "^15.0.0",
"react": "^16.0.0 || ^17",
"react-dom": "^16.0.0 || ^17"
"react": "^16.0.0 || ^17 || ^18",
"react-dom": "^16.0.0 || ^17 || ^18"
},
"dependencies": {
"custom-event": "^1.0.1",
Expand Down

0 comments on commit 3ef0723

Please sign in to comment.