Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 19, 2025
1 parent 89cd911 commit 16e4d19
Show file tree
Hide file tree
Showing 5 changed files with 964 additions and 794 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"@iconify-json/carbon": "^1.2.5",
"@nuxt/devtools-kit": "^1.7.0",
"@nuxt/devtools-ui-kit": "^1.7.0",
"@nuxt/kit": "^3.15.1",
"@nuxt/kit": "^3.15.2",
"floating-vue": "5.2.2",
"nuxt": "^3.15.1",
"shiki": "^1.27.0",
"nuxt": "^3.15.2",
"shiki": "^1.27.2",
"vue": "3.5.13",
"vue-router": "^4.5.0"
}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,36 +50,36 @@
},
"dependencies": {
"@nuxt/devtools-kit": "^1.7.0",
"@nuxt/kit": "^3.15.1",
"@nuxt/kit": "^3.15.2",
"chalk": "^5.4.1",
"defu": "^6.1.4",
"h3-compression": "^0.3.2",
"nuxt-site-config": "^3.0.6",
"ofetch": "^1.4.1",
"pathe": "^2.0.1",
"pathe": "^2.0.2",
"pkg-types": "^1.3.1",
"radix3": "^1.1.2",
"semver": "^7.6.3",
"sirv": "^3.0.0",
"ufo": "^1.5.4"
},
"devDependencies": {
"@nuxt/content": "3.0.0-alpha.9",
"@nuxt/content": "^3.0.0",
"@nuxt/content-v2": "npm:@nuxt/[email protected]",
"@nuxt/eslint-config": "^0.7.5",
"@nuxt/module-builder": "0.8.4",
"@nuxt/test-utils": "^3.15.4",
"@nuxt/ui": "^2.21.0",
"@nuxtjs/i18n": "9.1.1",
"@nuxtjs/robots": "5.1.0",
"bumpp": "^9.10.0",
"eslint": "9.17.0",
"@nuxtjs/robots": "^5.1.1",
"bumpp": "^9.10.1",
"eslint": "^9.18.0",
"eslint-plugin-n": "^17.15.1",
"execa": "^9.5.2",
"nuxt": "^3.15.1",
"nuxt-i18n-micro": "^1.60.0",
"nuxt": "^3.15.2",
"nuxt-i18n-micro": "^1.64.0",
"typescript": "5.6.3",
"vitest": "^2.1.8"
"vitest": "^3.0.2"
},
"resolutions": {
"postcss": "8.4.47",
Expand Down
10 changes: 10 additions & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,17 @@ export default defineNuxtConfig({
},
}),
],

site: {
url: 'https://sitemap-edge-demo.vercel.app/',
},

content: {
documentDriven: true,
},

ignorePrefix: 'ignore-',

routeRules: {
'/api/prerendered': {
prerender: true,
Expand Down Expand Up @@ -88,9 +92,13 @@ export default defineNuxtConfig({
},
},
},

experimental: {
inlineRouteRules: true,
},

compatibilityDate: '2025-01-17',

nitro: {
typescript: {
internalPaths: true,
Expand All @@ -109,6 +117,7 @@ export default defineNuxtConfig({
failOnError: false,
},
},

i18n: {
locales: ['en', 'fr'],
defaultLocale: 'en',
Expand All @@ -121,6 +130,7 @@ export default defineNuxtConfig({
robots: {
indexable: true,
},

sitemap: {
debug: true,
// sitemapName: 'test.xml',
Expand Down
Loading

0 comments on commit 16e4d19

Please sign in to comment.