|
2 | 2 | "name": "vue3-vant-mobile",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "3.3.0",
|
5 |
| - "packageManager": "pnpm@9.14.2", |
| 5 | + "packageManager": "pnpm@9.14.4", |
6 | 6 | "description": "An mobile web apps template based on the Vue 3 ecosystem",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "scripts": {
|
|
14 | 14 | "lint:fix": "eslint . --fix",
|
15 | 15 | "test": "vitest",
|
16 | 16 | "release": "bumpp --commit --push --tag",
|
17 |
| - "prepare": "husky" |
| 17 | + "prepare": "husky", |
| 18 | + "typecheck": "vue-tsc --noEmit" |
18 | 19 | },
|
19 | 20 | "dependencies": {
|
20 | 21 | "@unhead/vue": "^1.11.13",
|
21 | 22 | "@vant/touch-emulator": "^1.4.0",
|
22 | 23 | "@vant/use": "^1.6.0",
|
23 |
| - "@vueuse/core": "^11.3.0", |
| 24 | + "@vueuse/core": "^12.0.0", |
24 | 25 | "axios": "^1.7.8",
|
25 | 26 | "echarts": "^5.5.1",
|
26 | 27 | "lodash-es": "^4.17.21",
|
27 | 28 | "nprogress": "^0.2.0",
|
28 |
| - "pinia": "^2.2.6", |
| 29 | + "pinia": "^2.2.8", |
29 | 30 | "pinia-plugin-persistedstate": "^4.1.3",
|
30 | 31 | "resize-detector": "^0.3.0",
|
31 | 32 | "vant": "^4.9.9",
|
32 | 33 | "vconsole": "^3.15.1",
|
33 | 34 | "vue": "^3.5.13",
|
34 |
| - "vue-i18n": "^10.0.4", |
| 35 | + "vue-i18n": "^10.0.5", |
35 | 36 | "vue-router": "^4.5.0"
|
36 | 37 | },
|
37 | 38 | "devDependencies": {
|
38 |
| - "@antfu/eslint-config": "3.10.0", |
| 39 | + "@antfu/eslint-config": "3.11.2", |
39 | 40 | "@iconify-json/carbon": "^1.2.4",
|
40 | 41 | "@intlify/unplugin-vue-i18n": "^6.0.0",
|
41 | 42 | "@types/lodash-es": "^4.17.12",
|
42 |
| - "@types/node": "^22.10.0", |
| 43 | + "@types/node": "^22.10.1", |
43 | 44 | "@types/nprogress": "^0.2.3",
|
44 |
| - "@unocss/eslint-plugin": "0.64.1", |
45 |
| - "@unocss/preset-rem-to-px": "0.64.1", |
| 45 | + "@unocss/eslint-plugin": "0.65.0-beta.2", |
| 46 | + "@unocss/preset-rem-to-px": "0.65.0-beta.2", |
46 | 47 | "@vant/auto-import-resolver": "^1.2.1",
|
47 |
| - "@vitejs/plugin-legacy": "^5.4.3", |
48 |
| - "@vitejs/plugin-vue": "^5.2.0", |
| 48 | + "@vitejs/plugin-legacy": "^6.0.0", |
| 49 | + "@vitejs/plugin-vue": "^5.2.1", |
49 | 50 | "autoprefixer": "^10.4.20",
|
50 | 51 | "bumpp": "^9.8.1",
|
51 | 52 | "consola": "^3.2.3",
|
52 | 53 | "cross-env": "^7.0.3",
|
53 |
| - "eslint": "^9.15.0", |
54 |
| - "eslint-plugin-format": "^0.1.2", |
| 54 | + "eslint": "^9.16.0", |
| 55 | + "eslint-plugin-format": "^0.1.3", |
55 | 56 | "husky": "^9.1.7",
|
56 | 57 | "less": "^4.2.1",
|
57 | 58 | "mockjs": "^1.1.0",
|
58 |
| - "postcss-mobile-forever": "^4.3.0", |
| 59 | + "postcss-mobile-forever": "^4.3.1", |
59 | 60 | "rollup": "^4.27.4",
|
60 | 61 | "terser": "^5.36.0",
|
61 |
| - "typescript": "5.6.3", |
62 |
| - "unocss": "0.64.1", |
63 |
| - "unplugin-auto-import": "^0.18.5", |
64 |
| - "unplugin-vue-components": "^0.27.4", |
| 62 | + "typescript": "~5.6.3", |
| 63 | + "unocss": "0.65.0-beta.2", |
| 64 | + "unplugin-auto-import": "^0.18.6", |
| 65 | + "unplugin-vue-components": "^0.27.5", |
65 | 66 | "unplugin-vue-router": "^0.10.8",
|
66 |
| - "vite": "^5.4.11", |
| 67 | + "vite": "^6.0.1", |
67 | 68 | "vite-plugin-mock-dev-server": "^1.8.0",
|
68 |
| - "vite-plugin-pwa": "^0.21.0", |
| 69 | + "vite-plugin-pwa": "^0.21.1", |
69 | 70 | "vite-plugin-sitemap": "^0.7.1",
|
70 | 71 | "vite-plugin-vconsole": "^2.1.1",
|
71 |
| - "vite-plugin-vue-devtools": "^7.6.4", |
72 |
| - "vitest": "^2.1.5", |
| 72 | + "vite-plugin-vue-devtools": "^7.6.7", |
| 73 | + "vitest": "^2.1.6", |
73 | 74 | "vue-tsc": "^2.1.10"
|
74 | 75 | },
|
75 | 76 | "pnpm": {
|
|
78 | 79 | "inflight": "1.0.6",
|
79 | 80 | "sourcemap-codec": "1.4.8"
|
80 | 81 | }
|
| 82 | + }, |
| 83 | + "resolutions": { |
| 84 | + "vite": "^6.0.1" |
81 | 85 | }
|
82 | 86 | }
|
0 commit comments