Skip to content

Commit

Permalink
build: update dependency @nuxtjs/i18n {8.5.6 => 9.1.1}
Browse files Browse the repository at this point in the history
Closes #445
  • Loading branch information
TheMrMilchmann committed Dec 10, 2024
1 parent 2609aa9 commit 3ba788f
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 77 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default defineNuxtConfig ({
],
lazy: true,
langDir: "lang",
restructureDir: false,
defaultLocale: "en",
strategy: "no_prefix",

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@mdi/font": "^7.4.47",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/i18n": "^8.5.3",
"@nuxtjs/i18n": "^9.1.1",
"@playwright/test": "^1.47.1",
"@types/node": "22.10.1",
"nuxt": "^3.13.1",
Expand Down
Loading

0 comments on commit 3ba788f

Please sign in to comment.