|
2 | 2 | "name": "vue3-vant-mobile", |
3 | 3 | "type": "module", |
4 | 4 | "version": "3.8.0", |
5 | | - "packageManager": "pnpm@10.7.0", |
| 5 | + "packageManager": "pnpm@10.8.0", |
6 | 6 | "description": "An mobile web apps template based on the Vue 3 ecosystem", |
7 | 7 | "license": "MIT", |
8 | 8 | "scripts": { |
|
19 | 19 | "prepare": "simple-git-hooks" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "@unhead/vue": "2.0.2", |
| 22 | + "@unhead/vue": "2.0.5", |
23 | 23 | "@vant/touch-emulator": "^1.4.0", |
24 | 24 | "@vant/use": "^1.6.0", |
25 | | - "@vueuse/core": "^13.0.0", |
| 25 | + "@vueuse/core": "^13.1.0", |
26 | 26 | "axios": "^1.8.4", |
27 | 27 | "echarts": "^5.6.0", |
28 | 28 | "lodash-es": "^4.17.21", |
29 | 29 | "nprogress": "^0.2.0", |
30 | | - "pinia": "^3.0.1", |
| 30 | + "pinia": "^3.0.2", |
31 | 31 | "pinia-plugin-persistedstate": "^4.2.0", |
32 | 32 | "resize-detector": "^0.3.0", |
33 | | - "vant": "^4.9.18", |
| 33 | + "vant": "^4.9.19", |
34 | 34 | "vconsole": "^3.15.1", |
35 | 35 | "vue": "^3.5.13", |
36 | | - "vue-i18n": "^11.1.2", |
| 36 | + "vue-i18n": "^11.1.3", |
37 | 37 | "vue-router": "^4.5.0" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@antfu/eslint-config": "4.11.0", |
| 40 | + "@antfu/eslint-config": "4.12.0", |
41 | 41 | "@commitlint/cli": "^19.8.0", |
42 | 42 | "@commitlint/config-conventional": "^19.8.0", |
43 | 43 | "@commitlint/types": "^19.8.0", |
44 | 44 | "@iconify-json/carbon": "^1.2.8", |
45 | 45 | "@intlify/unplugin-vue-i18n": "^6.0.5", |
46 | 46 | "@types/lodash-es": "^4.17.12", |
47 | | - "@types/node": "^22.13.14", |
| 47 | + "@types/node": "^22.14.1", |
48 | 48 | "@types/nprogress": "^0.2.3", |
49 | | - "@unocss/eslint-plugin": "66.1.0-beta.8", |
50 | | - "@unocss/preset-rem-to-px": "66.1.0-beta.8", |
| 49 | + "@unocss/eslint-plugin": "66.1.0-beta.11", |
| 50 | + "@unocss/preset-rem-to-px": "66.1.0-beta.11", |
51 | 51 | "@vant/auto-import-resolver": "^1.3.0", |
52 | 52 | "@vitejs/plugin-legacy": "^6.0.2", |
53 | 53 | "@vitejs/plugin-vue": "^5.2.3", |
54 | 54 | "autoprefixer": "^10.4.21", |
55 | 55 | "bumpp": "^10.1.0", |
56 | 56 | "consola": "^3.4.2", |
57 | 57 | "cross-env": "^7.0.3", |
58 | | - "eslint": "^9.23.0", |
| 58 | + "eslint": "^9.24.0", |
59 | 59 | "eslint-plugin-format": "^1.0.1", |
60 | | - "less": "^4.2.2", |
61 | | - "lint-staged": "^15.5.0", |
| 60 | + "less": "^4.3.0", |
| 61 | + "lint-staged": "^15.5.1", |
62 | 62 | "mockjs": "^1.1.0", |
63 | 63 | "postcss-mobile-forever": "^5.0.0", |
64 | | - "rollup": "^4.38.0", |
| 64 | + "rollup": "^4.40.0", |
65 | 65 | "simple-git-hooks": "^2.12.1", |
66 | 66 | "terser": "^5.39.0", |
67 | | - "typescript": "^5.8.2", |
68 | | - "unocss": "66.1.0-beta.8", |
| 67 | + "typescript": "^5.8.3", |
| 68 | + "unocss": "66.1.0-beta.11", |
69 | 69 | "unplugin-auto-import": "^19.1.2", |
70 | 70 | "unplugin-vue-components": "^28.4.1", |
71 | 71 | "unplugin-vue-router": "^0.12.0", |
72 | | - "vite": "^6.2.4", |
73 | | - "vite-plugin-mock-dev-server": "^1.8.4", |
| 72 | + "vite": "^6.2.6", |
| 73 | + "vite-plugin-mock-dev-server": "^1.8.5", |
74 | 74 | "vite-plugin-pwa": "^1.0.0", |
75 | 75 | "vite-plugin-sitemap": "^0.7.1", |
76 | 76 | "vite-plugin-vconsole": "^2.1.1", |
|
86 | 86 | }, |
87 | 87 | "peerDependencyRules": { |
88 | 88 | "allowedVersions": { |
89 | | - "typescript": "5.8.2" |
| 89 | + "typescript": "5.8.3" |
90 | 90 | } |
91 | 91 | }, |
92 | 92 | "onlyBuiltDependencies": [ |
|
96 | 96 | ] |
97 | 97 | }, |
98 | 98 | "resolutions": { |
99 | | - "vite": "^6.2.4" |
| 99 | + "vite": "^6.2.6" |
100 | 100 | }, |
101 | 101 | "simple-git-hooks": { |
102 | 102 | "pre-commit": "pnpm lint-staged", |
|
0 commit comments