Skip to content

Commit 1f62254

Browse files
committed
chore: update deps
1 parent 7faa590 commit 1f62254

File tree

2 files changed

+1024
-756
lines changed

2 files changed

+1024
-756
lines changed

package.json

Lines changed: 9 additions & 9 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.1",
5-
"packageManager": "pnpm@9.15.4",
5+
"packageManager": "pnpm@10.4.1",
66
"scripts": {
77
"build": "nuxt build",
88
"dev": "nuxt dev",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@nuxtjs/color-mode": "^3.5.2",
20-
"@nuxtjs/i18n": "^9.2.0",
20+
"@nuxtjs/i18n": "^9.2.1",
2121
"nuxt": "^3.15.4",
2222
"pinia-plugin-persistedstate": "^4.2.0",
2323
"vue": "^3.5.13",
@@ -30,25 +30,25 @@
3030
"@iconify-json/carbon": "^1.2.7",
3131
"@nuxt/eslint": "^1.1.0",
3232
"@pinia/nuxt": "^0.10.1",
33-
"@unocss/eslint-plugin": "66.0.0",
34-
"@unocss/nuxt": "66.0.0",
35-
"@unocss/preset-rem-to-px": "66.0.0",
33+
"@unocss/eslint-plugin": "66.1.0-beta.2",
34+
"@unocss/nuxt": "66.1.0-beta.2",
35+
"@unocss/preset-rem-to-px": "66.1.0-beta.2",
3636
"@vant/nuxt": "^1.0.6",
3737
"bumpp": "^10.0.3",
38-
"eslint": "^9.20.1",
38+
"eslint": "^9.21.0",
3939
"eslint-plugin-format": "^1.0.1",
4040
"lint-staged": "^15.4.3",
4141
"pinia": "^3.0.1",
4242
"postcss-mobile-forever": "^4.4.0",
4343
"simple-git-hooks": "^2.11.1",
4444
"typescript": "~5.7.3",
4545
"vant": "^4.9.17",
46-
"vue-tsc": "^2.2.2"
46+
"vue-tsc": "^2.2.4"
4747
},
4848
"pnpm": {
4949
"peerDependencyRules": {
5050
"allowedVersions": {
51-
"vue-tsc": "^2.2.2"
51+
"vue-tsc": "^2.2.4"
5252
}
5353
},
5454
"allowedDeprecatedVersions": {
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"resolutions": {
60-
"vite": "^6.1.0"
60+
"vite": "^6.2.0"
6161
},
6262
"simple-git-hooks": {
6363
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)