|
2 | 2 | "name": "nuxt-vant-mobile", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.3.1", |
5 | | - "packageManager": "pnpm@9.15.4", |
| 5 | + "packageManager": "pnpm@10.4.1", |
6 | 6 | "scripts": { |
7 | 7 | "build": "nuxt build", |
8 | 8 | "dev": "nuxt dev", |
|
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | 19 | "@nuxtjs/color-mode": "^3.5.2", |
20 | | - "@nuxtjs/i18n": "^9.2.0", |
| 20 | + "@nuxtjs/i18n": "^9.2.1", |
21 | 21 | "nuxt": "^3.15.4", |
22 | 22 | "pinia-plugin-persistedstate": "^4.2.0", |
23 | 23 | "vue": "^3.5.13", |
|
30 | 30 | "@iconify-json/carbon": "^1.2.7", |
31 | 31 | "@nuxt/eslint": "^1.1.0", |
32 | 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", |
| 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", |
36 | 36 | "@vant/nuxt": "^1.0.6", |
37 | 37 | "bumpp": "^10.0.3", |
38 | | - "eslint": "^9.20.1", |
| 38 | + "eslint": "^9.21.0", |
39 | 39 | "eslint-plugin-format": "^1.0.1", |
40 | 40 | "lint-staged": "^15.4.3", |
41 | 41 | "pinia": "^3.0.1", |
42 | 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.2" |
| 46 | + "vue-tsc": "^2.2.4" |
47 | 47 | }, |
48 | 48 | "pnpm": { |
49 | 49 | "peerDependencyRules": { |
50 | 50 | "allowedVersions": { |
51 | | - "vue-tsc": "^2.2.2" |
| 51 | + "vue-tsc": "^2.2.4" |
52 | 52 | } |
53 | 53 | }, |
54 | 54 | "allowedDeprecatedVersions": { |
|
57 | 57 | } |
58 | 58 | }, |
59 | 59 | "resolutions": { |
60 | | - "vite": "^6.1.0" |
| 60 | + "vite": "^6.2.0" |
61 | 61 | }, |
62 | 62 | "simple-git-hooks": { |
63 | 63 | "pre-commit": "pnpm lint-staged", |
|
0 commit comments