mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Update Nuxt template to v4 and bump deps
This commit is contained in:
@@ -10,16 +10,16 @@
|
||||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/ui": "3.0.2",
|
||||
"@tanstack/vue-query": "^5.74.5",
|
||||
"nuxt": "^3.16.2",
|
||||
"@nuxt/ui": "3.2.0",
|
||||
"@tanstack/vue-query": "^5.83.0",
|
||||
"nuxt": "^4.0.0",
|
||||
"typescript": "^5.6.3",
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.5.0",
|
||||
"vue": "^3.5.17",
|
||||
"vue-router": "^4.5.1",
|
||||
"zod": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tanstack/vue-query-devtools": "^5.74.5",
|
||||
"@iconify-json/lucide": "^1.2.38"
|
||||
"@tanstack/vue-query-devtools": "^5.83.0",
|
||||
"@iconify-json/lucide": "^1.2.57"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user