Skip to content

Commit

Permalink
(react): Drop react 16 and 17 version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed Aug 29, 2024
1 parent db82eaa commit 2e6bba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
},
"peerDependencies": {
"@headlessui/react": "^1.0.0",
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
"react": "^18",
"react-dom": "^18"
},
"dependencies": {
"@floating-ui/core": "^1.5.3",
Expand Down

0 comments on commit 2e6bba7

Please sign in to comment.