|
2 | 2 | "name": "vue3-vant-mobile", |
3 | 3 | "type": "module", |
4 | 4 | "version": "3.5.1", |
5 | | - "packageManager": "pnpm@9.15.4", |
| 5 | + "packageManager": "pnpm@10.2.1", |
6 | 6 | "description": "An mobile web apps template based on the Vue 3 ecosystem", |
7 | 7 | "license": "MIT", |
8 | 8 | "scripts": { |
|
29 | 29 | "pinia": "^2.3.1", |
30 | 30 | "pinia-plugin-persistedstate": "^4.2.0", |
31 | 31 | "resize-detector": "^0.3.0", |
32 | | - "vant": "^4.9.16", |
| 32 | + "vant": "^4.9.17", |
33 | 33 | "vconsole": "^3.15.1", |
34 | 34 | "vue": "^3.5.13", |
35 | | - "vue-i18n": "^11.0.1", |
| 35 | + "vue-i18n": "^11.1.1", |
36 | 36 | "vue-router": "^4.5.0" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@antfu/eslint-config": "4.1.0", |
40 | | - "@iconify-json/carbon": "^1.2.5", |
| 39 | + "@antfu/eslint-config": "4.1.1", |
| 40 | + "@iconify-json/carbon": "^1.2.6", |
41 | 41 | "@intlify/unplugin-vue-i18n": "^6.0.3", |
42 | 42 | "@types/lodash-es": "^4.17.12", |
43 | | - "@types/node": "^22.10.10", |
| 43 | + "@types/node": "^22.13.1", |
44 | 44 | "@types/nprogress": "^0.2.3", |
45 | 45 | "@unocss/eslint-plugin": "65.4.3", |
46 | 46 | "@unocss/preset-rem-to-px": "65.4.3", |
47 | 47 | "@vant/auto-import-resolver": "^1.2.1", |
48 | | - "@vitejs/plugin-legacy": "^6.0.0", |
| 48 | + "@vitejs/plugin-legacy": "^6.0.1", |
49 | 49 | "@vitejs/plugin-vue": "^5.2.1", |
50 | 50 | "autoprefixer": "^10.4.20", |
51 | | - "bumpp": "^10.0.1", |
| 51 | + "bumpp": "^10.0.2", |
52 | 52 | "consola": "^3.4.0", |
53 | 53 | "cross-env": "^7.0.3", |
54 | | - "eslint": "^9.19.0", |
| 54 | + "eslint": "^9.20.0", |
55 | 55 | "eslint-plugin-format": "^1.0.1", |
56 | 56 | "husky": "^9.1.7", |
57 | 57 | "less": "^4.2.2", |
58 | 58 | "mockjs": "^1.1.0", |
59 | 59 | "postcss-mobile-forever": "^4.3.2", |
60 | | - "rollup": "^4.32.0", |
61 | | - "terser": "^5.37.0", |
| 60 | + "rollup": "^4.34.6", |
| 61 | + "terser": "^5.38.1", |
62 | 62 | "typescript": "^5.7.3", |
63 | 63 | "unocss": "65.4.3", |
64 | 64 | "unplugin-auto-import": "^19.0.0", |
65 | 65 | "unplugin-vue-components": "^28.0.0", |
66 | 66 | "unplugin-vue-router": "^0.11.2", |
67 | | - "vite": "^6.0.11", |
68 | | - "vite-plugin-mock-dev-server": "^1.8.3", |
| 67 | + "vite": "^6.1.0", |
| 68 | + "vite-plugin-mock-dev-server": "^1.8.4", |
69 | 69 | "vite-plugin-pwa": "^0.21.1", |
70 | 70 | "vite-plugin-sitemap": "^0.7.1", |
71 | 71 | "vite-plugin-vconsole": "^2.1.1", |
72 | 72 | "vite-plugin-vue-devtools": "^7.7.1", |
73 | | - "vitest": "^3.0.4", |
| 73 | + "vitest": "^3.0.5", |
74 | 74 | "vue-tsc": "^2.2.0" |
75 | 75 | }, |
76 | 76 | "pnpm": { |
|
84 | 84 | "@intlify/shared": "^11.x", |
85 | 85 | "vue-i18n": "^11.x" |
86 | 86 | } |
87 | | - } |
| 87 | + }, |
| 88 | + "onlyBuiltDependencies": [ |
| 89 | + "core-js", |
| 90 | + "esbuild", |
| 91 | + "vue-demi" |
| 92 | + ] |
88 | 93 | }, |
89 | 94 | "resolutions": { |
90 | | - "vite": "^6.0.11" |
| 95 | + "vite": "^6.1.0" |
91 | 96 | } |
92 | 97 | } |
0 commit comments