Skip to content

Commit 81bf914

Browse files
committed
chore: upgrade @nuxtjs/i18n
1 parent 4983443 commit 81bf914

File tree

3 files changed

+1664
-1576
lines changed

3 files changed

+1664
-1576
lines changed

examples/i18n/nuxt.config.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// https://nuxt.com/docs/api/configuration/nuxt-config
22
export default defineNuxtConfig({
3-
modules: [
4-
'@nuxt/ui-pro',
5-
'@nuxtjs/i18n',
6-
'@nuxt/content',
7-
],
3+
modules: ['@nuxt/ui-pro', '@nuxtjs/i18n', '@nuxt/content', '@nuxthub/core'],
84
devtools: { enabled: true },
95
future: {
106
compatibilityVersion: 4,

examples/i18n/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@nuxt/content": "latest",
13-
"@nuxtjs/i18n": "^9.5.6",
1413
"@nuxt/ui-pro": "^3.2.0",
14+
"@nuxthub/core": "0.9.0",
15+
"@nuxtjs/i18n": "^10.0.1",
1516
"nuxt": "^3.17.6"
1617
}
1718
}

0 commit comments

Comments
 (0)