|
2 | 2 | "name": "vue3-vant-mobile", |
3 | 3 | "type": "module", |
4 | 4 | "version": "2.3.11", |
5 | | - "packageManager": "pnpm@9.7.0", |
| 5 | + "packageManager": "pnpm@9.10.0", |
6 | 6 | "description": "Vue + Vite H5 Starter Template", |
7 | 7 | "license": "MIT", |
8 | 8 | "scripts": { |
|
17 | 17 | "prepare": "husky" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@unhead/vue": "^1.9.16", |
| 20 | + "@unhead/vue": "^1.11.6", |
21 | 21 | "@vant/touch-emulator": "^1.4.0", |
22 | 22 | "@vant/use": "^1.6.0", |
23 | | - "@vueuse/core": "^11.0.0", |
24 | | - "axios": "^1.7.4", |
| 23 | + "@vueuse/core": "^11.1.0", |
| 24 | + "axios": "^1.7.7", |
25 | 25 | "echarts": "^5.5.1", |
26 | 26 | "lodash-es": "^4.17.21", |
27 | 27 | "nprogress": "^0.2.0", |
28 | 28 | "pinia": "^2.2.2", |
29 | | - "pinia-plugin-persistedstate": "^3.2.1", |
| 29 | + "pinia-plugin-persistedstate": "^4.0.2", |
30 | 30 | "resize-detector": "^0.3.0", |
31 | | - "store": "^2.0.12", |
32 | | - "vant": "^4.9.4", |
| 31 | + "vant": "^4.9.6", |
33 | 32 | "vconsole": "^3.15.1", |
34 | | - "vue": "^3.4.38", |
35 | | - "vue-i18n": "^9.13.1", |
36 | | - "vue-router": "^4.4.3" |
| 33 | + "vue": "^3.5.6", |
| 34 | + "vue-i18n": "^10.0.1", |
| 35 | + "vue-router": "^4.4.5" |
37 | 36 | }, |
38 | 37 | "devDependencies": { |
39 | | - "@antfu/eslint-config": "2.26.0", |
40 | | - "@iconify-json/carbon": "^1.1.37", |
41 | | - "@intlify/unplugin-vue-i18n": "^4.0.0", |
| 38 | + "@antfu/eslint-config": "3.6.2", |
| 39 | + "@iconify-json/carbon": "^1.2.1", |
| 40 | + "@intlify/unplugin-vue-i18n": "^5.0.0", |
42 | 41 | "@types/lodash-es": "^4.17.12", |
43 | | - "@types/node": "^22.4.0", |
| 42 | + "@types/node": "^22.5.5", |
44 | 43 | "@types/nprogress": "^0.2.3", |
45 | | - "@types/store": "^2.0.5", |
46 | | - "@unocss/eslint-plugin": "0.62.2", |
47 | | - "@unocss/preset-rem-to-px": "0.62.2", |
| 44 | + "@unocss/eslint-plugin": "0.62.4", |
| 45 | + "@unocss/preset-rem-to-px": "0.62.4", |
| 46 | + "@vant/auto-import-resolver": "^1.2.1", |
48 | 47 | "@vitejs/plugin-legacy": "^5.4.2", |
49 | | - "@vitejs/plugin-vue": "^5.1.2", |
| 48 | + "@vitejs/plugin-vue": "^5.1.4", |
50 | 49 | "autoprefixer": "^10.4.20", |
51 | | - "bumpp": "^9.5.1", |
| 50 | + "bumpp": "^9.5.2", |
52 | 51 | "consola": "^3.2.3", |
53 | 52 | "cross-env": "^7.0.3", |
54 | | - "eslint": "^9.9.0", |
| 53 | + "eslint": "^9.10.0", |
55 | 54 | "eslint-plugin-format": "^0.1.2", |
56 | | - "husky": "^9.1.4", |
| 55 | + "husky": "^9.1.6", |
57 | 56 | "less": "^4.2.0", |
58 | 57 | "mockjs": "^1.1.0", |
59 | | - "postcss-mobile-forever": "^4.1.5", |
60 | | - "rollup": "^4.21.0", |
61 | | - "terser": "^5.31.6", |
62 | | - "typescript": "^5.5.4", |
63 | | - "unocss": "0.62.2", |
64 | | - "unplugin-auto-import": "^0.18.2", |
| 58 | + "postcss-mobile-forever": "^4.1.6", |
| 59 | + "rollup": "^4.22.0", |
| 60 | + "terser": "^5.33.0", |
| 61 | + "typescript": "^5.6.2", |
| 62 | + "unocss": "0.62.4", |
| 63 | + "unplugin-auto-import": "^0.18.3", |
65 | 64 | "unplugin-vue-components": "^0.27.4", |
66 | | - "unplugin-vue-router": "^0.10.7", |
67 | | - "vite": "^5.4.1", |
68 | | - "vite-plugin-mock-dev-server": "^1.7.1", |
69 | | - "vite-plugin-pwa": "^0.20.1", |
| 65 | + "unplugin-vue-router": "^0.10.8", |
| 66 | + "vite": "^5.4.6", |
| 67 | + "vite-plugin-mock-dev-server": "^1.7.2", |
| 68 | + "vite-plugin-pwa": "^0.20.5", |
70 | 69 | "vite-plugin-sitemap": "^0.7.1", |
71 | 70 | "vite-plugin-vconsole": "^2.1.1", |
72 | | - "vite-plugin-vue-devtools": "^7.3.8", |
73 | | - "vitest": "^2.0.5", |
74 | | - "vue-tsc": "^2.0.29" |
| 71 | + "vite-plugin-vue-devtools": "^7.4.5", |
| 72 | + "vitest": "^2.1.1", |
| 73 | + "vue-tsc": "^2.1.6" |
75 | 74 | }, |
76 | 75 | "pnpm": { |
77 | 76 | "peerDependencyRules": { |
|
0 commit comments