|
2 | 2 | "name": "vue3-vant-mobile",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "3.6.0",
|
5 |
| - "packageManager": "pnpm@9.15.4", |
| 5 | + "packageManager": "pnpm@10.5.2", |
6 | 6 | "description": "An mobile web apps template based on the Vue 3 ecosystem",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "scripts": {
|
|
18 | 18 | "prepare": "simple-git-hooks"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "@unhead/vue": "~1.11.19", |
| 21 | + "@unhead/vue": "~1.11.20", |
22 | 22 | "@vant/touch-emulator": "^1.4.0",
|
23 | 23 | "@vant/use": "^1.6.0",
|
24 | 24 | "@vueuse/core": "^12.7.0",
|
25 |
| - "axios": "^1.7.9", |
| 25 | + "axios": "^1.8.1", |
26 | 26 | "echarts": "^5.6.0",
|
27 | 27 | "lodash-es": "^4.17.21",
|
28 | 28 | "nprogress": "^0.2.0",
|
|
40 | 40 | "@commitlint/cli": "^19.7.1",
|
41 | 41 | "@commitlint/config-conventional": "^19.7.1",
|
42 | 42 | "@commitlint/types": "^19.5.0",
|
43 |
| - "@iconify-json/carbon": "^1.2.7", |
| 43 | + "@iconify-json/carbon": "^1.2.8", |
44 | 44 | "@intlify/unplugin-vue-i18n": "^6.0.3",
|
45 | 45 | "@types/lodash-es": "^4.17.12",
|
46 |
| - "@types/node": "^22.13.4", |
| 46 | + "@types/node": "^22.13.8", |
47 | 47 | "@types/nprogress": "^0.2.3",
|
48 |
| - "@unocss/eslint-plugin": "66.0.0", |
49 |
| - "@unocss/preset-rem-to-px": "66.0.0", |
50 |
| - "@vant/auto-import-resolver": "^1.2.1", |
51 |
| - "@vitejs/plugin-legacy": "^6.0.1", |
| 48 | + "@unocss/eslint-plugin": "66.1.0-beta.3", |
| 49 | + "@unocss/preset-rem-to-px": "66.1.0-beta.3", |
| 50 | + "@vant/auto-import-resolver": "^1.3.0", |
| 51 | + "@vitejs/plugin-legacy": "^6.0.2", |
52 | 52 | "@vitejs/plugin-vue": "^5.2.1",
|
53 | 53 | "autoprefixer": "^10.4.20",
|
54 | 54 | "bumpp": "^10.0.3",
|
55 | 55 | "consola": "^3.4.0",
|
56 | 56 | "cross-env": "^7.0.3",
|
57 |
| - "eslint": "^9.20.1", |
| 57 | + "eslint": "^9.21.0", |
58 | 58 | "eslint-plugin-format": "^1.0.1",
|
59 | 59 | "less": "^4.2.2",
|
60 | 60 | "lint-staged": "^15.4.3",
|
61 | 61 | "mockjs": "^1.1.0",
|
62 | 62 | "postcss-mobile-forever": "^4.4.0",
|
63 |
| - "rollup": "^4.34.8", |
| 63 | + "rollup": "^4.34.9", |
64 | 64 | "simple-git-hooks": "^2.11.1",
|
65 | 65 | "terser": "^5.39.0",
|
66 |
| - "typescript": "^5.7.3", |
67 |
| - "unocss": "66.0.0", |
68 |
| - "unplugin-auto-import": "^19.1.0", |
69 |
| - "unplugin-vue-components": "^28.2.0", |
| 66 | + "typescript": "^5.8.2", |
| 67 | + "unocss": "66.1.0-beta.3", |
| 68 | + "unplugin-auto-import": "^19.1.1", |
| 69 | + "unplugin-vue-components": "^28.4.1", |
70 | 70 | "unplugin-vue-router": "^0.11.2",
|
71 |
| - "vite": "^6.1.0", |
| 71 | + "vite": "^6.2.0", |
72 | 72 | "vite-plugin-mock-dev-server": "^1.8.4",
|
73 | 73 | "vite-plugin-pwa": "^0.21.1",
|
74 | 74 | "vite-plugin-sitemap": "^0.7.1",
|
75 | 75 | "vite-plugin-vconsole": "^2.1.1",
|
76 | 76 | "vite-plugin-vue-devtools": "^7.7.2",
|
77 |
| - "vitest": "^3.0.6", |
78 |
| - "vue-tsc": "^2.2.2" |
| 77 | + "vitest": "^3.0.7", |
| 78 | + "vue-tsc": "^2.2.6" |
79 | 79 | },
|
80 | 80 | "pnpm": {
|
81 | 81 | "allowedDeprecatedVersions": {
|
82 | 82 | "glob": "7.2.3",
|
83 | 83 | "inflight": "1.0.6",
|
84 | 84 | "sourcemap-codec": "1.4.8"
|
85 |
| - } |
| 85 | + }, |
| 86 | + "peerDependencyRules": { |
| 87 | + "allowedVersions": { |
| 88 | + "typescript": "5.8.2" |
| 89 | + } |
| 90 | + }, |
| 91 | + "onlyBuiltDependencies": [ |
| 92 | + "core-js", |
| 93 | + "esbuild", |
| 94 | + "simple-git-hooks" |
| 95 | + ] |
86 | 96 | },
|
87 | 97 | "resolutions": {
|
88 |
| - "vite": "^6.1.0" |
| 98 | + "vite": "^6.2.0" |
89 | 99 | },
|
90 | 100 | "simple-git-hooks": {
|
91 | 101 | "pre-commit": "pnpm lint-staged",
|
|
0 commit comments