|
17 | 17 | "prepare": "husky" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@unhead/vue": "^1.9.5", |
21 | | - "@varlet/touch-emulator": "^3.2.6", |
22 | | - "@varlet/ui": "^3.2.6", |
| 20 | + "@unhead/vue": "^1.9.11", |
| 21 | + "@varlet/touch-emulator": "^3.2.10", |
| 22 | + "@varlet/ui": "^3.2.10", |
23 | 23 | "@vueuse/core": "^10.9.0", |
24 | | - "axios": "^1.6.8", |
| 24 | + "axios": "^1.7.2", |
25 | 25 | "echarts": "^5.5.0", |
26 | 26 | "lodash-es": "^4.17.21", |
27 | 27 | "nprogress": "^0.2.0", |
|
30 | 30 | "resize-detector": "^0.3.0", |
31 | 31 | "store": "^2.0.12", |
32 | 32 | "vconsole": "^3.15.1", |
33 | | - "vue": "^3.4.23", |
34 | | - "vue-i18n": "^9.12.1", |
35 | | - "vue-router": "^4.3.0" |
| 33 | + "vue": "^3.4.27", |
| 34 | + "vue-i18n": "^9.13.1", |
| 35 | + "vue-router": "^4.3.2" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@antfu/eslint-config": "2.14.0", |
39 | | - "@iconify-json/carbon": "^1.1.31", |
| 38 | + "@antfu/eslint-config": "2.18.1", |
| 39 | + "@iconify-json/carbon": "^1.1.33", |
40 | 40 | "@intlify/unplugin-vue-i18n": "^4.0.0", |
41 | 41 | "@types/lodash-es": "^4.17.12", |
42 | | - "@types/node": "^20.12.7", |
| 42 | + "@types/node": "^20.12.12", |
43 | 43 | "@types/nprogress": "^0.2.3", |
44 | 44 | "@types/store": "^2.0.5", |
45 | | - "@unocss/eslint-plugin": "0.59.3", |
46 | | - "@unocss/preset-rem-to-px": "0.59.3", |
47 | | - "@varlet/import-resolver": "^3.2.6", |
48 | | - "@varlet/preset-unocss": "^3.2.6", |
49 | | - "@vitejs/plugin-legacy": "^5.3.2", |
| 45 | + "@unocss/eslint-plugin": "0.60.3", |
| 46 | + "@unocss/preset-rem-to-px": "0.60.3", |
| 47 | + "@varlet/import-resolver": "^3.2.10", |
| 48 | + "@varlet/preset-unocss": "^3.2.10", |
| 49 | + "@vitejs/plugin-legacy": "^5.4.0", |
50 | 50 | "@vitejs/plugin-vue": "^5.0.4", |
51 | 51 | "autoprefixer": "^10.4.19", |
52 | | - "bumpp": "^9.4.0", |
| 52 | + "bumpp": "^9.4.1", |
53 | 53 | "consola": "^3.2.3", |
54 | 54 | "cross-env": "^7.0.3", |
55 | | - "eslint": "npm:eslint-ts-patch@8.57.0-0", |
56 | | - "eslint-plugin-format": "^0.1.0", |
57 | | - "eslint-ts-patch": "8.57.0-0", |
| 55 | + "eslint": "npm:eslint-ts-patch@9.2.0-6", |
| 56 | + "eslint-plugin-format": "^0.1.1", |
| 57 | + "eslint-ts-patch": "9.2.0-6", |
58 | 58 | "husky": "^9.0.11", |
59 | 59 | "less": "^4.2.0", |
60 | 60 | "mockjs": "^1.1.0", |
61 | | - "postcss-mobile-forever": "^4.1.2", |
62 | | - "rollup": "^4.14.3", |
63 | | - "terser": "^5.30.3", |
| 61 | + "postcss-mobile-forever": "^4.1.3", |
| 62 | + "rollup": "^4.18.0", |
| 63 | + "terser": "^5.31.0", |
64 | 64 | "typescript": "^5.4.5", |
65 | | - "unocss": "0.59.3", |
66 | | - "unplugin-auto-import": "^0.17.5", |
67 | | - "unplugin-vue-components": "^0.26.0", |
68 | | - "unplugin-vue-router": "^0.8.6", |
69 | | - "vite": "^5.2.9", |
| 65 | + "unocss": "0.60.3", |
| 66 | + "unplugin-auto-import": "^0.17.6", |
| 67 | + "unplugin-vue-components": "^0.27.0", |
| 68 | + "unplugin-vue-router": "^0.8.8", |
| 69 | + "vite": "^5.2.11", |
70 | 70 | "vite-plugin-mock-dev-server": "^1.5.0", |
71 | | - "vite-plugin-pwa": "^0.19.8", |
72 | | - "vite-plugin-sitemap": "^0.5.3", |
| 71 | + "vite-plugin-pwa": "^0.20.0", |
| 72 | + "vite-plugin-sitemap": "^0.6.2", |
73 | 73 | "vite-plugin-vconsole": "^2.1.1", |
74 | | - "vite-plugin-vue-devtools": "^7.0.27", |
75 | | - "vitest": "^1.5.0", |
76 | | - "vue-tsc": "^2.0.13" |
| 74 | + "vite-plugin-vue-devtools": "^7.2.1", |
| 75 | + "vitest": "^1.6.0", |
| 76 | + "vue-tsc": "^2.0.19" |
77 | 77 | }, |
78 | 78 | "pnpm": { |
79 | 79 | "peerDependencyRules": { |
|
82 | 82 | "esbuild" |
83 | 83 | ], |
84 | 84 | "allowedVersions": { |
85 | | - "rollup": "^4.x" |
86 | | - } |
| 85 | + "rollup": "^4.x", |
| 86 | + "unocss": "^0.x" |
| 87 | + }, |
| 88 | + "allowAny": [ |
| 89 | + "eslint" |
| 90 | + ] |
87 | 91 | } |
88 | 92 | } |
89 | 93 | } |
0 commit comments