Skip to content

Commit

Permalink
chore: update @nuxtjs/i18n to 9.1.1 (#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored Dec 8, 2024
1 parent 6b98b61 commit b7cff82
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 71 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,9 @@ export default defineNuxtConfig({
generatedLocaleFilePathFormat: 'relative',
},
vueI18n: './config/i18n.config.ts',
bundle: {
optimizeTranslationDirective: false,
},
},
pwa,
staleDep: {
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@nuxt/devtools": "^1.5.2",
"@nuxt/test-utils": "^3.14.3",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/i18n": "^9.1.0",
"@nuxtjs/i18n": "^9.1.1",
"@pinia/nuxt": "^0.7.0",
"@tiptap/core": "2.2.4",
"@tiptap/extension-bold": "2.2.4",
Expand Down Expand Up @@ -145,8 +145,7 @@
},
"pnpm": {
"patchedDependencies": {
"pinceau": "patches/pinceau.patch",
"@nuxtjs/[email protected]": "patches/@[email protected]"
"pinceau": "patches/pinceau.patch"
}
},
"resolutions": {
Expand Down
13 changes: 0 additions & 13 deletions patches/@[email protected]

This file was deleted.

115 changes: 60 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7cff82

Please sign in to comment.