Skip to content

Commit fb152a9

Browse files
committed
chore: update deps
1 parent 28baa1a commit fb152a9

File tree

2 files changed

+1499
-1475
lines changed

2 files changed

+1499
-1475
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-vant-mobile",
33
"type": "module",
44
"version": "0.5.0",
5-
"packageManager": "pnpm@10.12.3",
5+
"packageManager": "pnpm@10.12.4",
66
"engines": {
77
"node": ">=20.19.0"
88
},
@@ -20,37 +20,37 @@
2020
},
2121
"dependencies": {
2222
"@nuxtjs/color-mode": "^3.5.2",
23-
"@nuxtjs/i18n": "^9.5.5",
24-
"nuxt": "^3.17.5",
25-
"pinia-plugin-persistedstate": "^4.3.0",
23+
"@nuxtjs/i18n": "^9.5.6",
24+
"nuxt": "^3.17.6",
25+
"pinia-plugin-persistedstate": "^4.4.1",
2626
"vue": "^3.5.17",
2727
"vue-router": "^4.5.1"
2828
},
2929
"devDependencies": {
30-
"@antfu/eslint-config": "^4.16.1",
30+
"@antfu/eslint-config": "^4.16.2",
3131
"@commitlint/cli": "^19.8.1",
3232
"@commitlint/config-conventional": "^19.8.1",
3333
"@iconify-json/carbon": "^1.2.10",
34-
"@nuxt/eslint": "^1.4.1",
34+
"@nuxt/eslint": "^1.5.2",
3535
"@pinia/nuxt": "^0.11.1",
36-
"@unocss/eslint-plugin": "66.3.1",
37-
"@unocss/nuxt": "66.3.1",
36+
"@unocss/eslint-plugin": "66.3.3",
37+
"@unocss/nuxt": "66.3.3",
3838
"@vant/nuxt": "^1.0.7",
3939
"bumpp": "^10.2.0",
40-
"eslint": "^9.29.0",
40+
"eslint": "^9.30.1",
4141
"eslint-plugin-format": "^1.0.1",
4242
"lint-staged": "^16.1.2",
4343
"pinia": "^3.0.3",
4444
"postcss-mobile-forever": "^5.0.0",
4545
"simple-git-hooks": "^2.13.0",
4646
"typescript": "~5.8.3",
4747
"vant": "^4.9.20",
48-
"vue-tsc": "^2.2.10"
48+
"vue-tsc": "^3.0.1"
4949
},
5050
"pnpm": {
5151
"peerDependencyRules": {
5252
"allowedVersions": {
53-
"typescript": "5.8.3"
53+
"vue-tsc": "3.0.1"
5454
}
5555
},
5656
"allowedDeprecatedVersions": {
@@ -72,7 +72,7 @@
7272
]
7373
},
7474
"resolutions": {
75-
"vite": "^7.0.0"
75+
"vite": "^7.0.3"
7676
},
7777
"simple-git-hooks": {
7878
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)