|
24 | 24 | "vue-router": "^4.5.0" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@antfu/eslint-config": "^4.2.0", |
| 27 | + "@antfu/eslint-config": "^4.3.0", |
28 | 28 | "@commitlint/cli": "^19.7.1", |
29 | 29 | "@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", |
36 | 36 | "@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", |
39 | 39 | "eslint-plugin-format": "^1.0.1", |
40 | 40 | "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", |
43 | 43 | "simple-git-hooks": "^2.11.1", |
44 | 44 | "typescript": "~5.7.3", |
45 | 45 | "vant": "^4.9.17", |
46 | | - "vue-tsc": "^2.2.0" |
| 46 | + "vue-tsc": "^2.2.2" |
47 | 47 | }, |
48 | 48 | "pnpm": { |
49 | 49 | "peerDependencyRules": { |
50 | 50 | "allowedVersions": { |
51 | | - "meow": "^12.x", |
52 | | - "vue-tsc": "^2.2.0", |
53 | | - "@intlify/shared": "^11.0.0" |
| 51 | + "vue-tsc": "^2.2.2" |
54 | 52 | } |
55 | 53 | }, |
56 | 54 | "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" |
63 | 57 | } |
64 | 58 | }, |
65 | 59 | "resolutions": { |
|
0 commit comments