Skip to content

Commit 17389ac

Browse files
fix(cli): Update Nuxt template dependencies and add TailwindCSS
1 parent dc6f6eb commit 17389ac

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.changeset/legal-phones-learn.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 Nuxt template deps and add tailwind as dep

apps/cli/templates/frontend/nuxt/package.json.hbs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
"postinstall": "nuxt prepare"
1111
},
1212
"dependencies": {
13-
"@nuxt/ui": "3.2.0",
13+
"@nuxt/ui": "3.3.0",
1414
"@tanstack/vue-query": "^5.83.0",
15-
"nuxt": "^4.0.0",
16-
"typescript": "^5.6.3",
17-
"vue": "^3.5.17",
15+
"nuxt": "^4.0.2",
16+
"tailwindcss": "^4.1.11",
17+
"typescript": "^5.8.3",
18+
"vue": "^3.5.18",
1819
"vue-router": "^4.5.1",
1920
"zod": "^4.0.2"
2021
},

0 commit comments

Comments
 (0)