|
2 | 2 | "name": "vue3-vant-mobile",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "2.3.9",
|
5 | | - "packageManager": "pnpm@9.6.0", |
| 5 | + "packageManager": "pnpm@9.7.0", |
6 | 6 | "description": "Vue + Vite H5 Starter Template",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "scripts": {
|
|
20 | 20 | "@unhead/vue": "^1.9.16",
|
21 | 21 | "@vant/touch-emulator": "^1.4.0",
|
22 | 22 | "@vant/use": "^1.6.0",
|
23 | | - "@vueuse/core": "^10.11.0", |
24 | | - "axios": "^1.7.2", |
| 23 | + "@vueuse/core": "^11.0.0", |
| 24 | + "axios": "^1.7.4", |
25 | 25 | "echarts": "^5.5.1",
|
26 | 26 | "lodash-es": "^4.17.21",
|
27 | 27 | "nprogress": "^0.2.0",
|
28 | | - "pinia": "^2.1.7", |
| 28 | + "pinia": "^2.2.2", |
29 | 29 | "pinia-plugin-persistedstate": "^3.2.1",
|
30 | 30 | "resize-detector": "^0.3.0",
|
31 | 31 | "store": "^2.0.12",
|
32 | | - "vant": "^4.9.2", |
| 32 | + "vant": "^4.9.4", |
33 | 33 | "vconsole": "^3.15.1",
|
34 | | - "vue": "^3.4.33", |
35 | | - "vue-i18n": "^9.13.1", |
36 | | - "vue-router": "^4.4.0" |
| 34 | + "vue": "^3.4.38", |
| 35 | + "vue-i18n": "^9.14.0", |
| 36 | + "vue-router": "^4.4.3" |
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 | | - "@antfu/eslint-config": "2.23.0", |
40 | | - "@iconify-json/carbon": "^1.1.36", |
| 39 | + "@antfu/eslint-config": "2.26.0", |
| 40 | + "@iconify-json/carbon": "^1.1.37", |
41 | 41 | "@intlify/unplugin-vue-i18n": "^4.0.0",
|
42 | 42 | "@types/lodash-es": "^4.17.12",
|
43 | | - "@types/node": "^20.14.11", |
| 43 | + "@types/node": "^22.4.0", |
44 | 44 | "@types/nprogress": "^0.2.3",
|
45 | 45 | "@types/store": "^2.0.5",
|
46 | | - "@unocss/eslint-plugin": "0.61.5", |
47 | | - "@unocss/preset-rem-to-px": "0.61.5", |
48 | | - "@vitejs/plugin-legacy": "^5.4.1", |
49 | | - "@vitejs/plugin-vue": "^5.0.5", |
50 | | - "autoprefixer": "^10.4.19", |
51 | | - "bumpp": "^9.4.1", |
| 46 | + "@unocss/eslint-plugin": "0.62.2", |
| 47 | + "@unocss/preset-rem-to-px": "0.62.2", |
| 48 | + "@vitejs/plugin-legacy": "^5.4.2", |
| 49 | + "@vitejs/plugin-vue": "^5.1.2", |
| 50 | + "autoprefixer": "^10.4.20", |
| 51 | + "bumpp": "^9.5.1", |
52 | 52 | "consola": "^3.2.3",
|
53 | 53 | "cross-env": "^7.0.3",
|
54 | | - "eslint": "^9.8.0", |
| 54 | + "eslint": "^9.9.0", |
55 | 55 | "eslint-plugin-format": "^0.1.2",
|
56 | | - "husky": "^9.1.1", |
| 56 | + "husky": "^9.1.4", |
57 | 57 | "less": "^4.2.0",
|
58 | 58 | "mockjs": "^1.1.0",
|
59 | 59 | "postcss-mobile-forever": "^4.1.5",
|
60 | | - "rollup": "^4.18.1", |
61 | | - "terser": "^5.31.3", |
62 | | - "typescript": "^5.5.3", |
63 | | - "unocss": "0.61.5", |
64 | | - "unplugin-auto-import": "^0.18.0", |
65 | | - "unplugin-vue-components": "^0.27.3", |
66 | | - "unplugin-vue-router": "^0.10.0", |
67 | | - "vite": "^5.3.4", |
68 | | - "vite-plugin-mock-dev-server": "^1.5.1", |
69 | | - "vite-plugin-pwa": "^0.20.0", |
70 | | - "vite-plugin-sitemap": "^0.6.2", |
| 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", |
| 65 | + "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", |
| 70 | + "vite-plugin-sitemap": "^0.7.1", |
71 | 71 | "vite-plugin-vconsole": "^2.1.1",
|
72 | | - "vite-plugin-vue-devtools": "^7.3.6", |
73 | | - "vitest": "^2.0.3", |
74 | | - "vue-tsc": "^2.0.26" |
| 72 | + "vite-plugin-vue-devtools": "^7.3.8", |
| 73 | + "vitest": "^2.0.5", |
| 74 | + "vue-tsc": "^2.0.29" |
75 | 75 | },
|
76 | 76 | "pnpm": {
|
77 | 77 | "peerDependencyRules": {
|
|
85 | 85 | "allowAny": [
|
86 | 86 | "eslint"
|
87 | 87 | ]
|
| 88 | + }, |
| 89 | + "allowedDeprecatedVersions": { |
| 90 | + "glob": "7.2.3", |
| 91 | + "inflight": "1.0.6", |
| 92 | + "sourcemap-codec": "1.4.8" |
88 | 93 | }
|
89 | 94 | }
|
90 | 95 | }
|
0 commit comments