File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed
apps/cli/templates/frontend/nuxt Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " create-better-t-stack " : minor
3
+ ---
4
+
5
+ Update Nuxt template to v4
Original file line number Diff line number Diff line change 1
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
2
export default defineNuxtConfig({
3
- compatibilityDate: '2024-11-01',
4
- future: {
5
- compatibilityVersion: 4
6
- },
3
+ compatibilityDate: 'latest',
7
4
devtools: { enabled: true },
8
5
modules: ['@nuxt/ui'],
9
6
css: ['~/assets/css/main.css'],
Original file line number Diff line number Diff line change 10
10
"postinstall": "nuxt prepare"
11
11
},
12
12
"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 ",
16
16
"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 ",
19
19
"zod": "^4.0.2"
20
20
},
21
21
"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 "
24
24
}
25
25
}
Original file line number Diff line number Diff line change 14
14
},
15
15
"apps/cli": {
16
16
"name": "create-better-t-stack",
17
- "version": "2.25.7 ",
17
+ "version": "2.25.8 ",
18
18
"bin": {
19
19
"create-better-t-stack": "dist/index.js",
20
20
},
You can’t perform that action at this time.
0 commit comments