Skip to content

Commit d635854

Browse files
committed
chore: update deps
1 parent b715384 commit d635854

File tree

4 files changed

+1836
-1670
lines changed

4 files changed

+1836
-1670
lines changed

nuxt.config.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,19 @@ export default defineNuxtConfig({
7171
},
7272
},
7373

74+
vite: {
75+
build: {
76+
target: 'esnext',
77+
},
78+
optimizeDeps: {
79+
include: [
80+
'@intlify/core-base',
81+
'@intlify/shared',
82+
'is-https',
83+
],
84+
},
85+
},
86+
7487
devtools: {
7588
enabled: true,
7689
},

package.json

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-vant-mobile",
33
"type": "module",
44
"version": "0.1.0",
5-
"packageManager": "pnpm@9.14.4",
5+
"packageManager": "pnpm@9.15.1",
66
"scripts": {
77
"build": "nuxt build",
88
"dev": "nuxt dev",
@@ -17,37 +17,39 @@
1717
},
1818
"dependencies": {
1919
"@nuxtjs/color-mode": "^3.5.2",
20-
"@nuxtjs/i18n": "^9.1.0",
20+
"@nuxtjs/i18n": "^9.1.1",
2121
"nuxt": "^3.14.1592",
22-
"pinia-plugin-persistedstate": "^4.1.3",
22+
"pinia-plugin-persistedstate": "^4.2.0",
2323
"vue": "^3.5.13",
2424
"vue-router": "^4.5.0"
2525
},
2626
"devDependencies": {
27-
"@antfu/eslint-config": "^3.11.2",
28-
"@commitlint/cli": "^19.6.0",
27+
"@antfu/eslint-config": "^3.12.1",
28+
"@commitlint/cli": "^19.6.1",
2929
"@commitlint/config-conventional": "^19.6.0",
30-
"@iconify-json/carbon": "^1.2.4",
31-
"@nuxt/eslint": "^0.7.2",
32-
"@pinia/nuxt": "^0.8.0",
33-
"@unocss/eslint-plugin": "0.65.0-beta.2",
34-
"@unocss/nuxt": "0.65.0-beta.2",
35-
"@unocss/preset-rem-to-px": "0.65.0-beta.2",
30+
"@iconify-json/carbon": "^1.2.5",
31+
"@nuxt/eslint": "^0.7.4",
32+
"@pinia/nuxt": "^0.9.0",
33+
"@unocss/eslint-plugin": "0.65.2",
34+
"@unocss/nuxt": "0.65.2",
35+
"@unocss/preset-rem-to-px": "0.65.2",
3636
"@vant/nuxt": "^1.0.6",
37-
"bumpp": "^9.8.1",
38-
"eslint": "^9.16.0",
37+
"bumpp": "^9.9.2",
38+
"eslint": "^9.17.0",
3939
"eslint-plugin-format": "^0.1.3",
40-
"lint-staged": "^15.2.10",
40+
"lint-staged": "^15.2.11",
41+
"pinia": "^2.3.0",
4142
"postcss-mobile-forever": "^4.3.1",
4243
"simple-git-hooks": "^2.11.1",
43-
"typescript": "~5.6.3",
44-
"vant": "^4.9.9",
45-
"vue-tsc": "^2.1.10"
44+
"typescript": "~5.7.2",
45+
"vant": "^4.9.15",
46+
"vue-tsc": "^2.2.0"
4647
},
4748
"pnpm": {
4849
"peerDependencyRules": {
4950
"allowedVersions": {
50-
"meow": "^12.x"
51+
"meow": "^12.x",
52+
"vue-tsc": "^2.2.0"
5153
}
5254
},
5355
"allowedDeprecatedVersions": {
@@ -57,13 +59,10 @@
5759
"inflight": "1",
5860
"npmlog": "5",
5961
"rimraf": "3"
60-
},
61-
"patchedDependencies": {
62-
"@nuxtjs/i18n@9.1.0": "patches/@nuxtjs__i18n@9.1.0.patch"
6362
}
6463
},
6564
"resolutions": {
66-
"vite": "^6.0.1"
65+
"vite": "^6.0.5"
6766
},
6867
"simple-git-hooks": {
6968
"pre-commit": "pnpm lint-staged",

patches/@nuxtjs__i18n@9.1.0.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)