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:
5
.changeset/rude-pigs-relax.md
Normal file
5
.changeset/rude-pigs-relax.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"create-better-t-stack": minor
|
||||
---
|
||||
|
||||
Update Nuxt template to v4
|
||||
@@ -1,9 +1,6 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2024-11-01',
|
||||
future: {
|
||||
compatibilityVersion: 4
|
||||
},
|
||||
compatibilityDate: 'latest',
|
||||
devtools: { enabled: true },
|
||||
modules: ['@nuxt/ui'],
|
||||
css: ['~/assets/css/main.css'],
|
||||
|
||||
@@ -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