mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix(cli): Update Nuxt template dependencies and add TailwindCSS
This commit is contained in:
5
.changeset/legal-phones-learn.md
Normal file
5
.changeset/legal-phones-learn.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"create-better-t-stack": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Update Nuxt template deps and add tailwind as dep
|
||||||
@@ -10,11 +10,12 @@
|
|||||||
"postinstall": "nuxt prepare"
|
"postinstall": "nuxt prepare"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/ui": "3.2.0",
|
"@nuxt/ui": "3.3.0",
|
||||||
"@tanstack/vue-query": "^5.83.0",
|
"@tanstack/vue-query": "^5.83.0",
|
||||||
"nuxt": "^4.0.0",
|
"nuxt": "^4.0.2",
|
||||||
"typescript": "^5.6.3",
|
"tailwindcss": "^4.1.11",
|
||||||
"vue": "^3.5.17",
|
"typescript": "^5.8.3",
|
||||||
|
"vue": "^3.5.18",
|
||||||
"vue-router": "^4.5.1",
|
"vue-router": "^4.5.1",
|
||||||
"zod": "^4.0.2"
|
"zod": "^4.0.2"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user