|
2 | 2 | "name": "vue3-vant-mobile", |
3 | 3 | "type": "module", |
4 | 4 | "version": "3.10.2", |
5 | | - "packageManager": "pnpm@10.12.1", |
| 5 | + "packageManager": "pnpm@10.12.3", |
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": "2.0.10", |
| 21 | + "@unhead/vue": "2.0.11", |
22 | 22 | "@vant/touch-emulator": "^1.4.0", |
23 | 23 | "@vant/use": "^1.6.0", |
24 | | - "@vueuse/core": "^13.3.0", |
25 | | - "axios": "^1.9.0", |
| 24 | + "@vueuse/core": "^13.4.0", |
| 25 | + "axios": "^1.10.0", |
26 | 26 | "echarts": "^5.6.0", |
27 | 27 | "lodash-es": "^4.17.21", |
28 | 28 | "nprogress": "^0.2.0", |
|
31 | 31 | "resize-detector": "^0.3.0", |
32 | 32 | "vant": "^4.9.20", |
33 | 33 | "vconsole": "^3.15.1", |
34 | | - "vue": "^3.5.16", |
35 | | - "vue-i18n": "^11.1.5", |
| 34 | + "vue": "^3.5.17", |
| 35 | + "vue-i18n": "^11.1.7", |
36 | 36 | "vue-router": "^4.5.1" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@antfu/eslint-config": "4.14.1", |
| 39 | + "@antfu/eslint-config": "4.16.1", |
40 | 40 | "@commitlint/cli": "^19.8.1", |
41 | 41 | "@commitlint/config-conventional": "^19.8.1", |
42 | 42 | "@commitlint/types": "^19.8.1", |
43 | | - "@iconify-json/carbon": "^1.2.9", |
| 43 | + "@iconify-json/carbon": "^1.2.10", |
44 | 44 | "@intlify/unplugin-vue-i18n": "^6.0.8", |
45 | 45 | "@types/lodash-es": "^4.17.12", |
46 | | - "@types/node": "^24.0.1", |
| 46 | + "@types/node": "^24.0.4", |
47 | 47 | "@types/nprogress": "^0.2.3", |
48 | | - "@unocss/eslint-config": "66.2.0", |
| 48 | + "@unocss/eslint-config": "66.2.3", |
49 | 49 | "@vant/auto-import-resolver": "^1.3.0", |
50 | | - "@vitejs/plugin-legacy": "^6.1.1", |
51 | | - "@vitejs/plugin-vue": "^5.2.4", |
| 50 | + "@vitejs/plugin-legacy": "^7.0.0", |
| 51 | + "@vitejs/plugin-vue": "^6.0.0", |
52 | 52 | "autoprefixer": "^10.4.21", |
53 | | - "bumpp": "^10.1.1", |
| 53 | + "bumpp": "^10.2.0", |
54 | 54 | "consola": "^3.4.2", |
55 | 55 | "cross-env": "^7.0.3", |
56 | 56 | "eslint": "^9.29.0", |
57 | 57 | "eslint-plugin-format": "^1.0.1", |
58 | 58 | "less": "^4.3.0", |
59 | | - "lint-staged": "^16.1.0", |
| 59 | + "lint-staged": "^16.1.2", |
60 | 60 | "mockjs": "^1.1.0", |
61 | 61 | "postcss-mobile-forever": "^5.0.0", |
62 | | - "rollup": "^4.43.0", |
| 62 | + "rollup": "^4.44.0", |
63 | 63 | "simple-git-hooks": "^2.13.0", |
64 | | - "terser": "^5.42.0", |
| 64 | + "terser": "^5.43.1", |
65 | 65 | "typescript": "^5.8.3", |
66 | | - "unocss": "66.2.0", |
| 66 | + "unocss": "66.2.3", |
67 | 67 | "unplugin-auto-import": "^19.3.0", |
68 | 68 | "unplugin-vue-components": "^28.7.0", |
69 | 69 | "unplugin-vue-router": "^0.12.0", |
70 | | - "vite": "^6.3.5", |
71 | | - "vite-plugin-mock-dev-server": "^1.8.7", |
| 70 | + "vite": "^7.0.0", |
| 71 | + "vite-plugin-mock-dev-server": "^1.9.1", |
72 | 72 | "vite-plugin-pwa": "^1.0.0", |
73 | 73 | "vite-plugin-sitemap": "^0.8.2", |
74 | 74 | "vite-plugin-vconsole": "^2.1.1", |
75 | | - "vite-plugin-vue-devtools": "^7.7.6", |
| 75 | + "vite-plugin-vue-devtools": "^7.7.7", |
76 | 76 | "vue-tsc": "^2.2.10" |
77 | 77 | }, |
78 | 78 | "pnpm": { |
|
94 | 94 | ] |
95 | 95 | }, |
96 | 96 | "resolutions": { |
97 | | - "vite": "^6.3.5" |
| 97 | + "vite": "^7.0.0" |
98 | 98 | }, |
99 | 99 | "simple-git-hooks": { |
100 | 100 | "pre-commit": "pnpm lint-staged", |
|
0 commit comments