Skip to content

Commit 38e7e14

Browse files
committed
chore: update deps
1 parent 8ca5d34 commit 38e7e14

File tree

3 files changed

+1207
-1182
lines changed

3 files changed

+1207
-1182
lines changed

nuxt.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ export default defineNuxtConfig({
6565
defaultLocale: 'zh-CN',
6666
// Reletive to the i18n directory
6767
vueI18n: './i18n.config.ts',
68+
69+
bundle: {
70+
// https://github.com/nuxt-modules/i18n/issues/3238#issuecomment-2672492536
71+
optimizeTranslationDirective: false,
72+
},
6873
},
6974

7075
app: {

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-vant-mobile",
33
"type": "module",
44
"version": "0.3.4",
5-
"packageManager": "pnpm@10.6.5",
5+
"packageManager": "pnpm@10.7.0",
66
"scripts": {
77
"build": "nuxt build",
88
"dev": "nuxt dev",
@@ -17,29 +17,29 @@
1717
},
1818
"dependencies": {
1919
"@nuxtjs/color-mode": "^3.5.2",
20-
"@nuxtjs/i18n": "^9.3.3",
20+
"@nuxtjs/i18n": "^9.4.0",
2121
"nuxt": "^3.16.1",
2222
"pinia-plugin-persistedstate": "^4.2.0",
2323
"vue": "^3.5.13",
2424
"vue-router": "^4.5.0"
2525
},
2626
"devDependencies": {
27-
"@antfu/eslint-config": "^4.10.2",
27+
"@antfu/eslint-config": "^4.11.0",
2828
"@commitlint/cli": "^19.8.0",
2929
"@commitlint/config-conventional": "^19.8.0",
3030
"@iconify-json/carbon": "^1.2.8",
31-
"@nuxt/eslint": "^1.2.0",
31+
"@nuxt/eslint": "^1.3.0",
3232
"@pinia/nuxt": "^0.10.1",
33-
"@unocss/eslint-plugin": "66.1.0-beta.6",
34-
"@unocss/nuxt": "66.1.0-beta.6",
35-
"@unocss/preset-rem-to-px": "66.1.0-beta.6",
33+
"@unocss/eslint-plugin": "66.1.0-beta.8",
34+
"@unocss/nuxt": "66.1.0-beta.8",
35+
"@unocss/preset-rem-to-px": "66.1.0-beta.8",
3636
"@vant/nuxt": "^1.0.6",
3737
"bumpp": "^10.1.0",
38-
"eslint": "^9.22.0",
38+
"eslint": "^9.23.0",
3939
"eslint-plugin-format": "^1.0.1",
4040
"lint-staged": "^15.5.0",
4141
"pinia": "^3.0.1",
42-
"postcss-mobile-forever": "^4.4.0",
42+
"postcss-mobile-forever": "^5.0.0",
4343
"simple-git-hooks": "^2.12.1",
4444
"typescript": "~5.8.2",
4545
"vant": "^4.9.18",
@@ -63,7 +63,7 @@
6363
]
6464
},
6565
"resolutions": {
66-
"vite": "^6.2.2"
66+
"vite": "^6.2.4"
6767
},
6868
"simple-git-hooks": {
6969
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)