Skip to content

Commit

Permalink
chore(deps): update devdependency @nuxtjs/i18n to v8.5.2 (#930)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe committed Sep 10, 2024
1 parent 7a40074 commit 4dad5c5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions examples/i18n/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
modules: ['@nuxtjs/i18n'],
i18n: {
restructureDir: 'i18n',
},
})
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@nuxt/devtools": "1.0.8",
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "8.3.3",
"@nuxtjs/i18n": "8.5.2",
"nuxt": "3.13.1",
"vitest": "2.0.5",
"vue": "3.5.4",
Expand Down
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

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

6 changes: 0 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
"matchPackagePatterns": [
"^@vitest/"
]
},
{
"groupName": "i18n",
"matchPackageNames": [
"@nuxtjs/i18n"
]
}
]
}

0 comments on commit 4dad5c5

Please sign in to comment.