Skip to content

Commit aa56938

Browse files
committed
chore: bump deps
1 parent bf8615c commit aa56938

File tree

4 files changed

+879
-426
lines changed

4 files changed

+879
-426
lines changed

client/app.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function resolveSitemapUrl(sitemapName: string) {
3434
}
3535
3636
function resolveSitemapOptions(definition: SitemapDefinition) {
37-
const options: Record< string, any> = {}
37+
const options: Record<string, any> = {}
3838
// add all definition keys / values that have a defined value
3939
Object.entries(definition).forEach(([key, value]) => {
4040
if (value !== undefined && (!Array.isArray(value) || value.length > 0) && key !== 'includeAppSources')

client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "@nuxtjs/sitemap-client",
33
"private": true,
44
"devDependencies": {
5-
"@iconify-json/carbon": "^1.2.5",
5+
"@iconify-json/carbon": "^1.2.7",
66
"@nuxt/devtools-kit": "2.0.0-beta.3",
77
"@nuxt/devtools-ui-kit": "2.0.0-beta.3",
8-
"@nuxt/kit": "^3.15.3",
8+
"@nuxt/kit": "^3.15.4",
99
"floating-vue": "5.2.2",
10-
"nuxt": "^3.15.3",
11-
"shiki": "^2.1.0",
10+
"nuxt": "^3.15.4",
11+
"shiki": "^2.4.1",
1212
"vue": "3.5.13",
1313
"vue-router": "^4.5.0"
1414
}

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxtjs/sitemap",
33
"type": "module",
44
"version": "7.2.4",
5-
"packageManager": "pnpm@9.15.4",
5+
"packageManager": "pnpm@10.4.1",
66
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.",
77
"author": {
88
"name": "Harlan Wilton",
@@ -62,36 +62,36 @@
6262
"test": "vitest"
6363
},
6464
"dependencies": {
65-
"@nuxt/devtools-kit": "^2.0.0-beta.3",
66-
"@nuxt/kit": "^3.15.3",
65+
"@nuxt/devtools-kit": "^2.1.0",
66+
"@nuxt/kit": "^3.15.4",
6767
"chalk": "^5.4.1",
6868
"defu": "^6.1.4",
6969
"h3-compression": "^0.3.2",
7070
"nuxt-site-config": "^3.0.6",
7171
"ofetch": "^1.4.1",
72-
"pathe": "^2.0.2",
72+
"pathe": "^2.0.3",
7373
"pkg-types": "^1.3.1",
7474
"radix3": "^1.1.2",
75-
"semver": "^7.6.3",
75+
"semver": "^7.7.1",
7676
"sirv": "^3.0.0",
7777
"ufo": "^1.5.4"
7878
},
7979
"devDependencies": {
80-
"@nuxt/content": "^3.0.1",
81-
"@nuxt/eslint-config": "^0.7.5",
80+
"@nuxt/content": "^3.1.1",
81+
"@nuxt/eslint-config": "^1.0.1",
8282
"@nuxt/module-builder": "^0.8.4",
8383
"@nuxt/test-utils": "^3.15.4",
8484
"@nuxt/ui": "^2.21.0",
85-
"@nuxtjs/i18n": "^9.1.3",
85+
"@nuxtjs/i18n": "^9.2.0",
8686
"@nuxtjs/robots": "^5.2.2",
87-
"bumpp": "^10.0.1",
88-
"eslint": "^9.19.0",
87+
"bumpp": "^10.0.3",
88+
"eslint": "^9.20.1",
8989
"eslint-plugin-n": "^17.15.1",
9090
"execa": "^9.5.2",
91-
"nuxt": "^3.15.3",
92-
"nuxt-i18n-micro": "^1.73.0",
91+
"nuxt": "^3.15.4",
92+
"nuxt-i18n-micro": "^1.74.0",
9393
"typescript": "5.6.3",
94-
"vitest": "^3.0.4"
94+
"vitest": "^3.0.5"
9595
},
9696
"resolutions": {
9797
"postcss": "8.4.47",

0 commit comments

Comments
 (0)