Skip to content

Commit ff4b942

Browse files
committed
chore(dependencies): update all dependencies - Nuxt 3.16.0
1 parent 0db1cad commit ff4b942

File tree

3 files changed

+1740
-2251
lines changed

3 files changed

+1740
-2251
lines changed

nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default defineNuxtConfig({
88
experimental: {
99
appManifest: false,
1010
},
11+
debug: false,
1112

1213
compatibilityDate: '2024-07-04',
1314

@@ -54,7 +55,7 @@ export default defineNuxtConfig({
5455
{ code: 'en', file: 'en.json', name: 'English' },
5556
{ code: 'de', file: 'de.json', name: 'German' },
5657
],
57-
vueI18n: './vue-i18n.options.ts',
58+
vueI18n: '../vue-i18n.options.ts',
5859
},
5960
formkitPrimevue: {
6061
includePrimeIcons: true,

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,44 +15,45 @@
1515
"lint:fix": "eslint --fix ./app",
1616
"test:ui": "vitest --ui",
1717
"test:unit": "vitest --run --reporter verbose",
18+
"test:ci": "vitest --run --reporter verbose --exclude \"**/app.test.ts\"",
1819
"test:coverage": "vitest run --coverage",
1920
"postinstall": "nuxt prepare",
2021
"release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
2122
},
2223
"devDependencies": {
23-
"@antfu/eslint-config": "^4.3.0",
24-
"@iconify-json/carbon": "^1.2.7",
24+
"@antfu/eslint-config": "^4.8.1",
25+
"@iconify-json/carbon": "^1.2.8",
2526
"@iconify-json/mdi": "^1.2.3",
2627
"@iconify-json/prime": "^1.2.2",
2728
"@iconify-json/twemoji": "^1.2.2",
28-
"@nuxt/content": "^3.2.2",
29-
"@nuxt/devtools": "^2.1.0",
30-
"@nuxt/fonts": "^0.10.3",
29+
"@nuxt/content": "^3.3.0",
30+
"@nuxt/devtools": "^2.2.1",
31+
"@nuxt/fonts": "^0.11.0",
3132
"@nuxt/image": "^1.9.0",
32-
"@nuxt/test-utils": "^3.17.0",
33+
"@nuxt/test-utils": "^3.17.2",
3334
"@pinia/nuxt": "^0.10.1",
3435
"@primeuix/themes": "^1.0.0",
35-
"@sfxcode/formkit-primevue-nuxt": "^1.2.14",
36+
"@sfxcode/formkit-primevue-nuxt": "^1.2.15",
3637
"@tiptap/extension-highlight": "^2.11.5",
3738
"@tiptap/extension-text-align": "^2.11.5",
3839
"@tiptap/extension-text-style": "^2.11.5",
3940
"@tiptap/pm": "^2.11.5",
4041
"@tiptap/starter-kit": "^2.11.5",
4142
"@tiptap/vue-3": "^2.11.5",
4243
"@unocss/nuxt": "^66.0.0",
43-
"@vitest/ui": "^3.0.7",
44+
"@vitest/ui": "^3.0.8",
4445
"@vue/test-utils": "^2.4.6",
45-
"@vueuse/nuxt": "^12.7.0",
46+
"@vueuse/nuxt": "^12.8.2",
4647
"c8": "^10.1.3",
47-
"changelogen": "^0.5.7",
48-
"eslint": "^9.21.0",
49-
"happy-dom": "^17.1.8",
48+
"changelogen": "^0.6.1",
49+
"eslint": "^9.22.0",
50+
"happy-dom": "^17.4.2",
5051
"jsdom": "^26.0.0",
51-
"nuxt": "^3.15.4",
52+
"nuxt": "^3.16.0",
5253
"sass": "1.78.0",
53-
"typescript": "^5.7.3",
54+
"typescript": "^5.8.2",
5455
"unstorage": "^1.15.0",
55-
"vitest": "^3.0.7",
56+
"vitest": "^3.0.8",
5657
"vue-router": "^4.5.0",
5758
"vue-sidebar-menu": "^5.4.2"
5859
},

0 commit comments

Comments
 (0)