Skip to content

Commit c0012ae

Browse files
committed
chore: update deps
1 parent 96f6576 commit c0012ae

File tree

3 files changed

+1372
-1609
lines changed

3 files changed

+1372
-1609
lines changed

package.json

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,42 +24,36 @@
2424
"vue-router": "^4.5.0"
2525
},
2626
"devDependencies": {
27-
"@antfu/eslint-config": "^4.2.0",
27+
"@antfu/eslint-config": "^4.3.0",
2828
"@commitlint/cli": "^19.7.1",
2929
"@commitlint/config-conventional": "^19.7.1",
30-
"@iconify-json/carbon": "^1.2.6",
31-
"@nuxt/eslint": "^1.0.1",
32-
"@pinia/nuxt": "^0.9.0",
33-
"@unocss/eslint-plugin": "65.4.3",
34-
"@unocss/nuxt": "65.4.3",
35-
"@unocss/preset-rem-to-px": "65.4.3",
30+
"@iconify-json/carbon": "^1.2.7",
31+
"@nuxt/eslint": "^1.1.0",
32+
"@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",
3636
"@vant/nuxt": "^1.0.6",
37-
"bumpp": "^10.0.2",
38-
"eslint": "^9.20.0",
37+
"bumpp": "^10.0.3",
38+
"eslint": "^9.20.1",
3939
"eslint-plugin-format": "^1.0.1",
4040
"lint-staged": "^15.4.3",
41-
"pinia": "^2.3.1",
42-
"postcss-mobile-forever": "^4.3.2",
41+
"pinia": "^3.0.1",
42+
"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.0"
46+
"vue-tsc": "^2.2.2"
4747
},
4848
"pnpm": {
4949
"peerDependencyRules": {
5050
"allowedVersions": {
51-
"meow": "^12.x",
52-
"vue-tsc": "^2.2.0",
53-
"@intlify/shared": "^11.0.0"
51+
"vue-tsc": "^2.2.2"
5452
}
5553
},
5654
"allowedDeprecatedVersions": {
57-
"glob": "*",
58-
"are-we-there-yet": "2",
59-
"gauge": "3",
60-
"inflight": "1",
61-
"npmlog": "5",
62-
"rimraf": "3"
55+
"glob": "7.2.3",
56+
"inflight": "1.0.6"
6357
}
6458
},
6559
"resolutions": {

0 commit comments

Comments
 (0)