Skip to content

Commit 5a1f4a0

Browse files
feat: Upgrade to Tailwind v4 (#26)
1 parent b110bf2 commit 5a1f4a0

20 files changed

+1212
-1103
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@heroicons/react": "^2.2.0",
25-
"@heroui/react": "^2.7.6",
25+
"@heroui/react": "^2.8.5",
2626
"@hookform/resolvers": "^3.10.0",
2727
"@icons-pack/react-simple-icons": "^11.2.0",
2828
"@marsidev/react-turnstile": "^1.1.0",
@@ -38,6 +38,7 @@
3838
"@radix-ui/react-select": "^2.2.5",
3939
"@radix-ui/react-separator": "^1.1.7",
4040
"@radix-ui/react-slot": "^1.2.3",
41+
"@radix-ui/react-tabs": "^1.1.13",
4142
"@radix-ui/react-tooltip": "^1.2.7",
4243
"@react-email/components": "0.0.32",
4344
"@react-email/render": "1.0.4",
@@ -68,7 +69,6 @@
6869
"sonner": "^1.7.1",
6970
"stripe": "^17.7.0",
7071
"tailwind-merge": "^2.6.0",
71-
"tailwindcss-animate": "^1.0.7",
7272
"ua-parser-js": "^2.0.0",
7373
"usehooks-ts": "^3.1.0",
7474
"zod": "^3.25.28",
@@ -78,9 +78,10 @@
7878
},
7979
"devDependencies": {
8080
"@eslint/eslintrc": "^3",
81-
"@next/bundle-analyzer": "^15.5.5",
81+
"@next/bundle-analyzer": "^15.5.6",
8282
"@simplewebauthn/types": "^12.0.0",
83-
"@tailwindcss/typography": "^0.5.16",
83+
"@tailwindcss/postcss": "^4.1.7",
84+
"@tailwindcss/typography": "^0.5.19",
8485
"@types/ms": "^0.7.34",
8586
"@types/node": "^20.19.21",
8687
"@types/react": "^19",
@@ -90,7 +91,8 @@
9091
"eslint-config-next": "15.4.6",
9192
"postcss": "^8",
9293
"react-email": "3.0.6",
93-
"tailwindcss": "^3.4.1",
94+
"tailwindcss": "^4.1.14",
95+
"tw-animate-css": "^1.4.0",
9496
"typescript": "^5",
9597
"wrangler": "^4.43.0"
9698
}

0 commit comments

Comments
 (0)