Skip to content

Commit 410ffda

Browse files
update tailwindcss dep in next
1 parent 68b44e5 commit 410ffda

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.changeset/wide-beans-lay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-better-t-stack": patch
3+
---
4+
5+
update tailwindcss dep in next

apps/cli/templates/frontend/react/next/package.json.hbs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
},
1111
"dependencies": {
1212
"radix-ui": "^1.4.2",
13-
"@tanstack/react-form": "^1.3.2",
13+
"@tanstack/react-form": "^1.12.3",
1414
"class-variance-authority": "^0.7.1",
1515
"clsx": "^2.1.1",
1616
"lucide-react": "^0.487.0",
1717
"next": "15.3.0",
1818
"next-themes": "^0.4.6",
1919
"react": "^19.0.0",
2020
"react-dom": "^19.0.0",
21-
"sonner": "^2.0.3",
22-
"tailwind-merge": "^3.2.0",
23-
"tw-animate-css": "^1.2.5",
24-
"zod": "^3.25.16"
21+
"sonner": "^2.0.5",
22+
"tailwind-merge": "^3.3.1",
23+
"tw-animate-css": "^1.3.4",
24+
"zod": "^3.25.67"
2525
},
2626
"devDependencies": {
27-
"@tailwindcss/postcss": "^4",
27+
"@tailwindcss/postcss": "^4.1.10",
2828
"@types/node": "^20",
2929
"@types/react": "^19",
3030
"@types/react-dom": "^19",
31-
"tailwindcss": "^4",
31+
"tailwindcss": "^4.1.10",
3232
"typescript": "^5"
3333
}
3434
}

0 commit comments

Comments
 (0)