Skip to content

Commit 16e4d19

Browse files
committed
chore: bump deps
1 parent 89cd911 commit 16e4d19

File tree

5 files changed

+964
-794
lines changed

5 files changed

+964
-794
lines changed

client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"@iconify-json/carbon": "^1.2.5",
66
"@nuxt/devtools-kit": "^1.7.0",
77
"@nuxt/devtools-ui-kit": "^1.7.0",
8-
"@nuxt/kit": "^3.15.1",
8+
"@nuxt/kit": "^3.15.2",
99
"floating-vue": "5.2.2",
10-
"nuxt": "^3.15.1",
11-
"shiki": "^1.27.0",
10+
"nuxt": "^3.15.2",
11+
"shiki": "^1.27.2",
1212
"vue": "3.5.13",
1313
"vue-router": "^4.5.0"
1414
}

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -50,36 +50,36 @@
5050
},
5151
"dependencies": {
5252
"@nuxt/devtools-kit": "^1.7.0",
53-
"@nuxt/kit": "^3.15.1",
53+
"@nuxt/kit": "^3.15.2",
5454
"chalk": "^5.4.1",
5555
"defu": "^6.1.4",
5656
"h3-compression": "^0.3.2",
5757
"nuxt-site-config": "^3.0.6",
5858
"ofetch": "^1.4.1",
59-
"pathe": "^2.0.1",
59+
"pathe": "^2.0.2",
6060
"pkg-types": "^1.3.1",
6161
"radix3": "^1.1.2",
6262
"semver": "^7.6.3",
6363
"sirv": "^3.0.0",
6464
"ufo": "^1.5.4"
6565
},
6666
"devDependencies": {
67-
"@nuxt/content": "3.0.0-alpha.9",
67+
"@nuxt/content": "^3.0.0",
6868
"@nuxt/content-v2": "npm:@nuxt/[email protected]",
6969
"@nuxt/eslint-config": "^0.7.5",
7070
"@nuxt/module-builder": "0.8.4",
7171
"@nuxt/test-utils": "^3.15.4",
7272
"@nuxt/ui": "^2.21.0",
7373
"@nuxtjs/i18n": "9.1.1",
74-
"@nuxtjs/robots": "5.1.0",
75-
"bumpp": "^9.10.0",
76-
"eslint": "9.17.0",
74+
"@nuxtjs/robots": "^5.1.1",
75+
"bumpp": "^9.10.1",
76+
"eslint": "^9.18.0",
7777
"eslint-plugin-n": "^17.15.1",
7878
"execa": "^9.5.2",
79-
"nuxt": "^3.15.1",
80-
"nuxt-i18n-micro": "^1.60.0",
79+
"nuxt": "^3.15.2",
80+
"nuxt-i18n-micro": "^1.64.0",
8181
"typescript": "5.6.3",
82-
"vitest": "^2.1.8"
82+
"vitest": "^3.0.2"
8383
},
8484
"resolutions": {
8585
"postcss": "8.4.47",

playground/nuxt.config.ts

+10
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,17 @@ export default defineNuxtConfig({
4646
},
4747
}),
4848
],
49+
4950
site: {
5051
url: 'https://sitemap-edge-demo.vercel.app/',
5152
},
53+
5254
content: {
5355
documentDriven: true,
5456
},
57+
5558
ignorePrefix: 'ignore-',
59+
5660
routeRules: {
5761
'/api/prerendered': {
5862
prerender: true,
@@ -88,9 +92,13 @@ export default defineNuxtConfig({
8892
},
8993
},
9094
},
95+
9196
experimental: {
9297
inlineRouteRules: true,
9398
},
99+
100+
compatibilityDate: '2025-01-17',
101+
94102
nitro: {
95103
typescript: {
96104
internalPaths: true,
@@ -109,6 +117,7 @@ export default defineNuxtConfig({
109117
failOnError: false,
110118
},
111119
},
120+
112121
i18n: {
113122
locales: ['en', 'fr'],
114123
defaultLocale: 'en',
@@ -121,6 +130,7 @@ export default defineNuxtConfig({
121130
robots: {
122131
indexable: true,
123132
},
133+
124134
sitemap: {
125135
debug: true,
126136
// sitemapName: 'test.xml',

0 commit comments

Comments
 (0)