Skip to content

Commit 32ce10a

Browse files
committed
allow react v19 and tailwind-merge v2 and v3
1 parent c53d65a commit 32ce10a

File tree

3 files changed

+2987
-3138
lines changed

3 files changed

+2987
-3138
lines changed

.changeset/shiny-brooms-camp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-tailwind-variants': patch
3+
---
4+
5+
allow react v19 and tailwind-merge v2 and v3

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"@radix-ui/react-slot": "^1.0.1"
6060
},
6161
"peerDependencies": {
62-
"react": "^16.8 || ^17.0 || ^18.0",
63-
"tailwind-merge": "^1.10.0"
62+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
63+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0",
64+
"tailwind-merge": "^1.10.0 || ^2.0.0 || ^3.0.0"
6465
}
6566
}

0 commit comments

Comments
 (0)