|
2 | 2 | "name": "vue3-vant-mobile", |
3 | 3 | "type": "module", |
4 | 4 | "version": "3.13.1", |
5 | | - "packageManager": "pnpm@10.18.2", |
| 5 | + "packageManager": "pnpm@10.20.0", |
6 | 6 | "description": "An mobile web apps template based on the Vue 3 ecosystem", |
7 | 7 | "license": "MIT", |
8 | 8 | "engines": { |
|
24 | 24 | "@unhead/vue": "2.0.19", |
25 | 25 | "@vant/touch-emulator": "^1.4.0", |
26 | 26 | "@vant/use": "^1.6.0", |
27 | | - "@vueuse/core": "^13.9.0", |
28 | | - "axios": "^1.12.2", |
| 27 | + "@vueuse/core": "^14.0.0", |
| 28 | + "axios": "^1.13.1", |
29 | 29 | "echarts": "^6.0.0", |
30 | 30 | "lodash-es": "^4.17.21", |
31 | 31 | "nprogress": "^0.2.0", |
|
36 | 36 | "vconsole": "^3.15.1", |
37 | 37 | "vue": "^3.5.22", |
38 | 38 | "vue-i18n": "^11.1.12", |
39 | | - "vue-router": "^4.5.1" |
| 39 | + "vue-router": "^4.6.3" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@antfu/eslint-config": "5.4.1", |
| 42 | + "@antfu/eslint-config": "6.2.0", |
43 | 43 | "@commitlint/cli": "^20.1.0", |
44 | 44 | "@commitlint/config-conventional": "^20.0.0", |
45 | 45 | "@commitlint/types": "^20.0.0", |
46 | 46 | "@iconify-json/carbon": "^1.2.14", |
47 | 47 | "@intlify/unplugin-vue-i18n": "^11.0.1", |
48 | 48 | "@types/lodash-es": "^4.17.12", |
49 | | - "@types/node": "^24.7.1", |
| 49 | + "@types/node": "^24.9.2", |
50 | 50 | "@types/nprogress": "^0.2.3", |
51 | | - "@unocss/eslint-config": "66.5.3", |
| 51 | + "@unocss/eslint-config": "66.5.4", |
52 | 52 | "@vant/auto-import-resolver": "^1.3.0", |
53 | 53 | "@vitejs/plugin-legacy": "^7.2.1", |
54 | 54 | "@vitejs/plugin-vue": "^6.0.1", |
55 | 55 | "autoprefixer": "^10.4.21", |
56 | 56 | "bumpp": "^10.3.1", |
57 | 57 | "consola": "^3.4.2", |
58 | 58 | "cross-env": "^10.1.0", |
59 | | - "eslint": "^9.37.0", |
| 59 | + "eslint": "^9.38.0", |
60 | 60 | "eslint-plugin-format": "^1.0.2", |
61 | 61 | "less": "^4.4.2", |
62 | | - "lint-staged": "^16.2.3", |
| 62 | + "lint-staged": "^16.2.6", |
63 | 63 | "mockjs": "^1.1.0", |
64 | 64 | "postcss-mobile-forever": "^5.0.0", |
65 | | - "rollup": "^4.52.4", |
| 65 | + "rollup": "^4.52.5", |
66 | 66 | "simple-git-hooks": "^2.13.1", |
67 | 67 | "terser": "^5.44.0", |
68 | 68 | "typescript": "^5.9.3", |
69 | | - "unocss": "66.5.3", |
| 69 | + "unocss": "66.5.4", |
70 | 70 | "unplugin-auto-import": "^20.2.0", |
71 | | - "unplugin-vue-components": "^29.1.0", |
72 | | - "unplugin-vue-router": "^0.15.0", |
73 | | - "vite": "^7.1.9", |
74 | | - "vite-plugin-mock-dev-server": "^2.0.1", |
75 | | - "vite-plugin-pwa": "^1.0.3", |
| 71 | + "unplugin-vue-components": "^30.0.0", |
| 72 | + "unplugin-vue-router": "^0.16.1", |
| 73 | + "vite": "^7.1.12", |
| 74 | + "vite-plugin-mock-dev-server": "^2.0.2", |
| 75 | + "vite-plugin-pwa": "^1.1.0", |
76 | 76 | "vite-plugin-sitemap": "^0.8.2", |
77 | 77 | "vite-plugin-vconsole": "^2.1.1", |
78 | | - "vite-plugin-vue-devtools": "^8.0.2", |
79 | | - "vue-tsc": "^3.1.1" |
| 78 | + "vite-plugin-vue-devtools": "^8.0.3", |
| 79 | + "vue-tsc": "^3.1.2" |
80 | 80 | }, |
81 | 81 | "pnpm": { |
82 | 82 | "allowedDeprecatedVersions": { |
83 | 83 | "glob": "7.2.3", |
84 | 84 | "inflight": "1.0.6", |
85 | 85 | "sourcemap-codec": "1.4.8", |
86 | | - "source-map": "0.8.0-beta.0" |
| 86 | + "source-map": "0.8.0-beta.0", |
| 87 | + "keygrip": "1.1.0" |
87 | 88 | }, |
88 | 89 | "peerDependencyRules": { |
89 | 90 | "allowedVersions": {} |
|
96 | 97 | ] |
97 | 98 | }, |
98 | 99 | "resolutions": { |
99 | | - "vite": "^7.1.9" |
| 100 | + "vite": "^7.1.12" |
100 | 101 | }, |
101 | 102 | "simple-git-hooks": { |
102 | 103 | "pre-commit": "pnpm lint-staged", |
|
0 commit comments