Update Nuxt template to v4 and bump deps

This commit is contained in:
Aman Varshney
2025-07-16 05:09:29 +05:30
parent 0453ed5d24
commit 8a9ddc9f35
4 changed files with 14 additions and 12 deletions

View File

@@ -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"
}
}