Skip to content

Commit 8a9ddc9

Browse files
Update Nuxt template to v4 and bump deps
1 parent 0453ed5 commit 8a9ddc9

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

.changeset/rude-pigs-relax.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": minor
3+
---
4+
5+
Update Nuxt template to v4

apps/cli/templates/frontend/nuxt/nuxt.config.ts.hbs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// https://nuxt.com/docs/api/configuration/nuxt-config
22
export default defineNuxtConfig({
3-
compatibilityDate: '2024-11-01',
4-
future: {
5-
compatibilityVersion: 4
6-
},
3+
compatibilityDate: 'latest',
74
devtools: { enabled: true },
85
modules: ['@nuxt/ui'],
96
css: ['~/assets/css/main.css'],

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"postinstall": "nuxt prepare"
1111
},
1212
"dependencies": {
13-
"@nuxt/ui": "3.0.2",
14-
"@tanstack/vue-query": "^5.74.5",
15-
"nuxt": "^3.16.2",
13+
"@nuxt/ui": "3.2.0",
14+
"@tanstack/vue-query": "^5.83.0",
15+
"nuxt": "^4.0.0",
1616
"typescript": "^5.6.3",
17-
"vue": "^3.5.13",
18-
"vue-router": "^4.5.0",
17+
"vue": "^3.5.17",
18+
"vue-router": "^4.5.1",
1919
"zod": "^4.0.2"
2020
},
2121
"devDependencies": {
22-
"@tanstack/vue-query-devtools": "^5.74.5",
23-
"@iconify-json/lucide": "^1.2.38"
22+
"@tanstack/vue-query-devtools": "^5.83.0",
23+
"@iconify-json/lucide": "^1.2.57"
2424
}
2525
}

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"apps/cli": {
1616
"name": "create-better-t-stack",
17-
"version": "2.25.7",
17+
"version": "2.25.8",
1818
"bin": {
1919
"create-better-t-stack": "dist/index.js",
2020
},

0 commit comments

Comments
 (0)