Skip to content

Commit

Permalink
chore: upgrade Nuxt i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 18, 2024
1 parent 88b83f5 commit 1fb7526
Show file tree
Hide file tree
Showing 6 changed files with 2,458 additions and 2,501 deletions.
3 changes: 0 additions & 3 deletions i18n.config.ts

This file was deleted.

File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export default defineNuxtConfig({
],
defaultLocale: 'en',
lazy: true,
langDir: 'locales',
strategy: 'prefix',
compilation: {
strictMessage: false,
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.12.0",
"packageManager": "pnpm@9.13.2",
"scripts": {
"dev": "nuxi dev",
"dev:tunnel": "nuxi dev --tunnel",
Expand All @@ -16,19 +16,19 @@
"prepare": "nuxi prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@nuxtjs/i18n": "^8.5.5",
"@antfu/eslint-config": "^3.9.1",
"@nuxtjs/i18n": "^9.0.0",
"@sindresorhus/slugify": "^2.2.1",
"@types/node": "^20.16.10",
"@unocss/eslint-config": "^0.63.2",
"@unocss/nuxt": "^0.63.2",
"@vueuse/nuxt": "^11.1.0",
"eslint": "^9.11.1",
"nuxt": "^3.13.2",
"nuxt-kql": "^1.5.3",
"@types/node": "^22.9.0",
"@unocss/eslint-config": "^0.64.1",
"@unocss/nuxt": "^0.64.1",
"@vueuse/nuxt": "^11.2.0",
"eslint": "^9.15.0",
"nuxt": "^3.14.159",
"nuxt-kql": "^1.5.4",
"prettier": "^3.3.3",
"sitemap": "^8.0.0",
"typescript": "^5.5.4",
"vue-tsc": "^2.1.6"
"typescript": "^5.6.3",
"vue-tsc": "^2.1.10"
}
}
Loading

0 comments on commit 1fb7526

Please sign in to comment.