|
2 | 2 | "name": "vue3-vant-mobile", |
3 | 3 | "type": "module", |
4 | 4 | "version": "3.11.0", |
5 | | - "packageManager": "pnpm@10.12.3", |
| 5 | + "packageManager": "pnpm@10.12.4", |
6 | 6 | "description": "An mobile web apps template based on the Vue 3 ecosystem", |
7 | 7 | "license": "MIT", |
8 | 8 | "engines": { |
|
21 | 21 | "prepare": "simple-git-hooks" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@unhead/vue": "2.0.11", |
| 24 | + "@unhead/vue": "2.0.12", |
25 | 25 | "@vant/touch-emulator": "^1.4.0", |
26 | 26 | "@vant/use": "^1.6.0", |
27 | | - "@vueuse/core": "^13.4.0", |
| 27 | + "@vueuse/core": "^13.5.0", |
28 | 28 | "axios": "^1.10.0", |
29 | 29 | "echarts": "^5.6.0", |
30 | 30 | "lodash-es": "^4.17.21", |
31 | 31 | "nprogress": "^0.2.0", |
32 | 32 | "pinia": "^3.0.3", |
33 | | - "pinia-plugin-persistedstate": "^4.3.0", |
| 33 | + "pinia-plugin-persistedstate": "^4.4.1", |
34 | 34 | "resize-detector": "^0.3.0", |
35 | 35 | "vant": "^4.9.20", |
36 | 36 | "vconsole": "^3.15.1", |
37 | 37 | "vue": "^3.5.17", |
38 | | - "vue-i18n": "^11.1.7", |
| 38 | + "vue-i18n": "^11.1.9", |
39 | 39 | "vue-router": "^4.5.1" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@antfu/eslint-config": "4.16.1", |
| 42 | + "@antfu/eslint-config": "4.16.2", |
43 | 43 | "@commitlint/cli": "^19.8.1", |
44 | 44 | "@commitlint/config-conventional": "^19.8.1", |
45 | 45 | "@commitlint/types": "^19.8.1", |
46 | 46 | "@iconify-json/carbon": "^1.2.10", |
47 | 47 | "@intlify/unplugin-vue-i18n": "^6.0.8", |
48 | 48 | "@types/lodash-es": "^4.17.12", |
49 | | - "@types/node": "^24.0.4", |
| 49 | + "@types/node": "^24.0.12", |
50 | 50 | "@types/nprogress": "^0.2.3", |
51 | | - "@unocss/eslint-config": "66.2.3", |
| 51 | + "@unocss/eslint-config": "66.3.3", |
52 | 52 | "@vant/auto-import-resolver": "^1.3.0", |
53 | 53 | "@vitejs/plugin-legacy": "^7.0.0", |
54 | 54 | "@vitejs/plugin-vue": "^6.0.0", |
55 | 55 | "autoprefixer": "^10.4.21", |
56 | 56 | "bumpp": "^10.2.0", |
57 | 57 | "consola": "^3.4.2", |
58 | 58 | "cross-env": "^7.0.3", |
59 | | - "eslint": "^9.29.0", |
| 59 | + "eslint": "^9.30.1", |
60 | 60 | "eslint-plugin-format": "^1.0.1", |
61 | 61 | "less": "^4.3.0", |
62 | 62 | "lint-staged": "^16.1.2", |
63 | 63 | "mockjs": "^1.1.0", |
64 | 64 | "postcss-mobile-forever": "^5.0.0", |
65 | | - "rollup": "^4.44.0", |
| 65 | + "rollup": "^4.44.2", |
66 | 66 | "simple-git-hooks": "^2.13.0", |
67 | 67 | "terser": "^5.43.1", |
68 | 68 | "typescript": "^5.8.3", |
69 | | - "unocss": "66.2.3", |
| 69 | + "unocss": "66.3.3", |
70 | 70 | "unplugin-auto-import": "^19.3.0", |
71 | | - "unplugin-vue-components": "^28.7.0", |
72 | | - "unplugin-vue-router": "^0.12.0", |
73 | | - "vite": "^7.0.0", |
| 71 | + "unplugin-vue-components": "^28.8.0", |
| 72 | + "unplugin-vue-router": "^0.14.0", |
| 73 | + "vite": "^7.0.3", |
74 | 74 | "vite-plugin-mock-dev-server": "^1.9.1", |
75 | | - "vite-plugin-pwa": "^1.0.0", |
| 75 | + "vite-plugin-pwa": "^1.0.1", |
76 | 76 | "vite-plugin-sitemap": "^0.8.2", |
77 | 77 | "vite-plugin-vconsole": "^2.1.1", |
78 | 78 | "vite-plugin-vue-devtools": "^7.7.7", |
79 | | - "vue-tsc": "^2.2.10" |
| 79 | + "vue-tsc": "^3.0.1" |
80 | 80 | }, |
81 | 81 | "pnpm": { |
82 | 82 | "allowedDeprecatedVersions": { |
|
85 | 85 | "sourcemap-codec": "1.4.8" |
86 | 86 | }, |
87 | 87 | "peerDependencyRules": { |
88 | | - "allowedVersions": { |
89 | | - "typescript": "5.8.3" |
90 | | - } |
| 88 | + "allowedVersions": {} |
91 | 89 | }, |
92 | 90 | "onlyBuiltDependencies": [ |
93 | 91 | "core-js", |
|
97 | 95 | ] |
98 | 96 | }, |
99 | 97 | "resolutions": { |
100 | | - "vite": "^7.0.0" |
| 98 | + "vite": "^7.0.3" |
101 | 99 | }, |
102 | 100 | "simple-git-hooks": { |
103 | 101 | "pre-commit": "pnpm lint-staged", |
|
0 commit comments