Skip to content

Commit

Permalink
Merge pull request #48 from mnbuhl/ft#support-react-18
Browse files Browse the repository at this point in the history
Add support for React 18
  • Loading branch information
Zach Wegrzyniak authored Dec 14, 2022
2 parents 8678454 + 080d492 commit e04171c
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 @@ -76,8 +76,8 @@
"react-float-anchor": "^3.2.0"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0",
"react-dom": "^16.6.0 || ^17.0.0"
"react": "^16.6.0 || ^17.0.0 || ^18.x",
"react-dom": "^16.6.0 || ^17.0.0 || ^18.x"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit e04171c

Please sign in to comment.