Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 2e6bba7

Browse files
committed
(react): Drop react 16 and 17 version compatibility
1 parent db82eaa commit 2e6bba7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
},
4949
"peerDependencies": {
5050
"@headlessui/react": "^1.0.0",
51-
"react": "^16 || ^17 || ^18",
52-
"react-dom": "^16 || ^17 || ^18"
51+
"react": "^18",
52+
"react-dom": "^18"
5353
},
5454
"dependencies": {
5555
"@floating-ui/core": "^1.5.3",

0 commit comments

Comments
 (0)