|
2 | 2 | "name": "vue3-vant-mobile", |
3 | 3 | "type": "module", |
4 | 4 | "version": "3.7.1", |
5 | | - "packageManager": "pnpm@10.6.5", |
| 5 | + "packageManager": "pnpm@10.7.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.0-rc.13", |
| 22 | + "@unhead/vue": "2.0.2", |
23 | 23 | "@vant/touch-emulator": "^1.4.0", |
24 | 24 | "@vant/use": "^1.6.0", |
25 | 25 | "@vueuse/core": "^13.0.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.11", |
| 47 | + "@types/node": "^22.13.14", |
48 | 48 | "@types/nprogress": "^0.2.3", |
49 | | - "@unocss/eslint-plugin": "66.1.0-beta.6", |
50 | | - "@unocss/preset-rem-to-px": "66.1.0-beta.6", |
| 49 | + "@unocss/eslint-plugin": "66.1.0-beta.8", |
| 50 | + "@unocss/preset-rem-to-px": "66.1.0-beta.8", |
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", |
|
60 | 60 | "less": "^4.2.2", |
61 | 61 | "lint-staged": "^15.5.0", |
62 | 62 | "mockjs": "^1.1.0", |
63 | | - "postcss-mobile-forever": "^4.4.0", |
64 | | - "rollup": "^4.36.0", |
| 63 | + "postcss-mobile-forever": "^5.0.0", |
| 64 | + "rollup": "^4.38.0", |
65 | 65 | "simple-git-hooks": "^2.12.1", |
66 | 66 | "terser": "^5.39.0", |
67 | 67 | "typescript": "^5.8.2", |
68 | | - "unocss": "66.1.0-beta.6", |
69 | | - "unplugin-auto-import": "^19.1.1", |
| 68 | + "unocss": "66.1.0-beta.8", |
| 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.2", |
| 72 | + "vite": "^6.2.4", |
73 | 73 | "vite-plugin-mock-dev-server": "^1.8.4", |
74 | | - "vite-plugin-pwa": "^0.21.2", |
| 74 | + "vite-plugin-pwa": "^1.0.0", |
75 | 75 | "vite-plugin-sitemap": "^0.7.1", |
76 | 76 | "vite-plugin-vconsole": "^2.1.1", |
77 | 77 | "vite-plugin-vue-devtools": "^7.7.2", |
78 | | - "vitest": "^3.0.9", |
| 78 | + "vitest": "^3.1.1", |
79 | 79 | "vue-tsc": "^2.2.8" |
80 | 80 | }, |
81 | 81 | "pnpm": { |
|
96 | 96 | ] |
97 | 97 | }, |
98 | 98 | "resolutions": { |
99 | | - "vite": "^6.2.2" |
| 99 | + "vite": "^6.2.4" |
100 | 100 | }, |
101 | 101 | "simple-git-hooks": { |
102 | 102 | "pre-commit": "pnpm lint-staged", |
|
0 commit comments