|
2 | 2 | "name": "vue3-vant-mobile",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "3.4.0",
|
5 |
| - "packageManager": "[email protected].0", |
| 5 | + "packageManager": "[email protected].1", |
6 | 6 | "description": "An mobile web apps template based on the Vue 3 ecosystem",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "scripts": {
|
|
21 | 21 | "@unhead/vue": "^1.11.14",
|
22 | 22 | "@vant/touch-emulator": "^1.4.0",
|
23 | 23 | "@vant/use": "^1.6.0",
|
24 |
| - "@vueuse/core": "^12.0.0", |
| 24 | + "@vueuse/core": "^12.2.0", |
25 | 25 | "axios": "^1.7.9",
|
26 | 26 | "echarts": "^5.5.1",
|
27 | 27 | "lodash-es": "^4.17.21",
|
|
32 | 32 | "vant": "^4.9.15",
|
33 | 33 | "vconsole": "^3.15.1",
|
34 | 34 | "vue": "^3.5.13",
|
35 |
| - "vue-i18n": "^10.0.5", |
| 35 | + "vue-i18n": "^11.0.1", |
36 | 36 | "vue-router": "^4.5.0"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@antfu/eslint-config": "3.12.0", |
| 39 | + "@antfu/eslint-config": "3.12.1", |
40 | 40 | "@iconify-json/carbon": "^1.2.5",
|
41 |
| - "@intlify/unplugin-vue-i18n": "^6.0.1", |
| 41 | + "@intlify/unplugin-vue-i18n": "^6.0.2", |
42 | 42 | "@types/lodash-es": "^4.17.12",
|
43 | 43 | "@types/node": "^22.10.2",
|
44 | 44 | "@types/nprogress": "^0.2.3",
|
45 |
| - "@unocss/eslint-plugin": "0.65.2", |
46 |
| - "@unocss/preset-rem-to-px": "0.65.2", |
| 45 | + "@unocss/eslint-plugin": "0.65.3", |
| 46 | + "@unocss/preset-rem-to-px": "0.65.3", |
47 | 47 | "@vant/auto-import-resolver": "^1.2.1",
|
48 | 48 | "@vitejs/plugin-legacy": "^6.0.0",
|
49 | 49 | "@vitejs/plugin-vue": "^5.2.1",
|
50 | 50 | "autoprefixer": "^10.4.20",
|
51 |
| - "bumpp": "^9.9.1", |
52 |
| - "consola": "^3.2.3", |
| 51 | + "bumpp": "^9.9.2", |
| 52 | + "consola": "^3.3.3", |
53 | 53 | "cross-env": "^7.0.3",
|
54 | 54 | "eslint": "^9.17.0",
|
55 | 55 | "eslint-plugin-format": "^0.1.3",
|
56 | 56 | "husky": "^9.1.7",
|
57 | 57 | "less": "^4.2.1",
|
58 | 58 | "mockjs": "^1.1.0",
|
59 | 59 | "postcss-mobile-forever": "^4.3.1",
|
60 |
| - "rollup": "^4.28.1", |
| 60 | + "rollup": "^4.29.1", |
61 | 61 | "terser": "^5.37.0",
|
62 |
| - "typescript": "~5.7.2", |
63 |
| - "unocss": "0.65.2", |
| 62 | + "typescript": "^5.7.2", |
| 63 | + "unocss": "0.65.3", |
64 | 64 | "unplugin-auto-import": "^0.19.0",
|
65 | 65 | "unplugin-vue-components": "^0.28.0",
|
66 | 66 | "unplugin-vue-router": "^0.10.9",
|
67 |
| - "vite": "^6.0.3", |
| 67 | + "vite": "^6.0.6", |
68 | 68 | "vite-plugin-mock-dev-server": "^1.8.3",
|
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.6.8",
|
73 | 73 | "vitest": "^2.1.8",
|
74 |
| - "vue-tsc": "^2.1.10" |
| 74 | + "vue-tsc": "^2.2.0" |
75 | 75 | },
|
76 | 76 | "pnpm": {
|
77 | 77 | "allowedDeprecatedVersions": {
|
78 | 78 | "glob": "7.2.3",
|
79 | 79 | "inflight": "1.0.6",
|
80 | 80 | "sourcemap-codec": "1.4.8"
|
| 81 | + }, |
| 82 | + "peerDependencyRules": { |
| 83 | + "allowedVersions": { |
| 84 | + "@intlify/shared": "^11.x", |
| 85 | + "vue-i18n": "^11.x" |
| 86 | + } |
81 | 87 | }
|
82 | 88 | },
|
83 | 89 | "resolutions": {
|
84 |
| - "vite": "^6.0.3" |
| 90 | + "vite": "^6.0.6" |
85 | 91 | }
|
86 | 92 | }
|
0 commit comments