|
19 | 19 | "dependencies": { |
20 | 20 | "@headlessui/vue": "^1.7.23", |
21 | 21 | "@vant/touch-emulator": "^1.4.0", |
22 | | - "@visactor/vchart": "^1.13.0", |
23 | | - "@vueuse/components": "^12.0.0", |
24 | | - "@vueuse/core": "^12.0.0", |
25 | | - "@vueuse/integrations": "^12.0.0", |
| 22 | + "@visactor/vchart": "^1.13.4", |
| 23 | + "@vueuse/components": "^12.5.0", |
| 24 | + "@vueuse/core": "^12.5.0", |
| 25 | + "@vueuse/integrations": "^12.5.0", |
26 | 26 | "animate.css": "^4.1.1", |
27 | 27 | "axios": "^1.7.9", |
28 | 28 | "dayjs": "^1.11.13", |
29 | | - "echarts": "^5.5.1", |
| 29 | + "echarts": "^5.6.0", |
30 | 30 | "eruda": "^3.4.1", |
31 | 31 | "lodash-es": "^4.17.21", |
32 | 32 | "mitt": "^3.0.1", |
33 | 33 | "mockjs": "^1.1.0", |
34 | 34 | "nprogress": "^0.2.0", |
35 | 35 | "overlayscrollbars-vue": "^0.5.9", |
36 | 36 | "path-browserify": "^1.0.1", |
37 | | - "pinia": "^2.3.0", |
| 37 | + "pinia": "^2.3.1", |
38 | 38 | "qrcode": "^1.5.4", |
39 | | - "qs": "^6.13.1", |
40 | | - "swiper": "^11.1.15", |
41 | | - "vant": "^4.9.10", |
| 39 | + "qs": "^6.14.0", |
| 40 | + "swiper": "^11.2.2", |
| 41 | + "vant": "^4.9.16", |
42 | 42 | "vconsole": "^3.15.1", |
43 | 43 | "vue": "^3.5.13", |
44 | 44 | "vue-esign": "^1.1.4", |
45 | 45 | "vue-m-message": "^4.0.2", |
46 | 46 | "vue-router": "^4.5.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@antfu/eslint-config": "^3.11.2", |
50 | | - "@iconify/json": "^2.2.280", |
51 | | - "@iconify/vue": "^4.2.0", |
| 49 | + "@antfu/eslint-config": "^4.1.1", |
| 50 | + "@iconify/json": "^2.2.303", |
| 51 | + "@iconify/vue": "^4.3.0", |
52 | 52 | "@stylistic/stylelint-config": "^2.0.0", |
53 | 53 | "@types/lodash-es": "^4.17.12", |
54 | 54 | "@types/mockjs": "^1.0.10", |
55 | 55 | "@types/nprogress": "^0.2.3", |
56 | 56 | "@types/path-browserify": "^1.0.3", |
57 | 57 | "@types/qrcode": "^1.5.5", |
58 | | - "@types/qs": "^6.9.17", |
59 | | - "@unocss/eslint-plugin": "^0.65.1", |
60 | | - "@unocss/preset-rem-to-px": "^0.65.1", |
61 | | - "@vitejs/plugin-legacy": "^6.0.0", |
| 58 | + "@types/qs": "^6.9.18", |
| 59 | + "@unocss/eslint-plugin": "^65.4.3", |
| 60 | + "@unocss/preset-rem-to-px": "^65.4.3", |
| 61 | + "@vitejs/plugin-legacy": "^6.0.1", |
62 | 62 | "@vitejs/plugin-vue": "^5.2.1", |
63 | 63 | "@vitejs/plugin-vue-jsx": "^4.1.1", |
64 | 64 | "@yeungkc/unocss-preset-safe-area": "^0.0.10", |
65 | 65 | "autoprefixer": "^10.4.20", |
66 | 66 | "boxen": "^8.0.1", |
67 | | - "eslint": "^9.16.0", |
| 67 | + "eslint": "^9.19.0", |
68 | 68 | "http-server": "^14.1.1", |
69 | | - "lint-staged": "^15.2.10", |
70 | | - "npm-run-all2": "^7.0.1", |
| 69 | + "lint-staged": "^15.4.3", |
| 70 | + "npm-run-all2": "^7.0.2", |
71 | 71 | "picocolors": "^1.1.1", |
72 | 72 | "plop": "^4.0.1", |
73 | | - "postcss": "^8.4.49", |
74 | | - "postcss-mobile-forever": "^4.3.1", |
| 73 | + "postcss": "^8.5.1", |
| 74 | + "postcss-mobile-forever": "^4.3.2", |
75 | 75 | "postcss-nested": "^7.0.2", |
76 | | - "sass-embedded": "^1.82.0", |
| 76 | + "sass-embedded": "^1.83.4", |
77 | 77 | "simple-git-hooks": "^2.11.1", |
78 | | - "stylelint": "^16.11.0", |
79 | | - "stylelint-config-recess-order": "^5.1.1", |
| 78 | + "stylelint": "^16.14.1", |
| 79 | + "stylelint-config-recess-order": "^6.0.0", |
80 | 80 | "stylelint-config-standard-scss": "^14.0.0", |
81 | 81 | "stylelint-config-standard-vue": "^1.0.0", |
82 | | - "stylelint-scss": "^6.10.0", |
| 82 | + "stylelint-scss": "^6.11.0", |
83 | 83 | "svgo": "^3.3.2", |
84 | | - "typescript": "^5.6.3", |
85 | | - "unocss": "^0.65.1", |
86 | | - "unplugin-auto-import": "^0.18.6", |
87 | | - "unplugin-turbo-console": "^1.10.6", |
88 | | - "unplugin-vue-components": "^0.27.5", |
89 | | - "unplugin-vue-router": "^0.10.9", |
90 | | - "vite": "^6.0.3", |
| 84 | + "typescript": "^5.7.3", |
| 85 | + "unocss": "^65.4.3", |
| 86 | + "unplugin-auto-import": "^19.0.0", |
| 87 | + "unplugin-turbo-console": "^1.11.2", |
| 88 | + "unplugin-vue-components": "^28.0.0", |
| 89 | + "unplugin-vue-router": "^0.11.2", |
| 90 | + "vite": "^6.1.0", |
91 | 91 | "vite-plugin-archiver": "^0.1.1", |
92 | 92 | "vite-plugin-banner": "^0.8.0", |
93 | 93 | "vite-plugin-compression2": "^1.3.3", |
94 | | - "vite-plugin-fake-server": "^2.1.4", |
| 94 | + "vite-plugin-fake-server": "^2.2.0", |
95 | 95 | "vite-plugin-pages": "^0.32.4", |
96 | 96 | "vite-plugin-svg-icons": "^2.0.1", |
97 | | - "vite-plugin-vue-devtools": "^7.6.7", |
98 | | - "vue-tsc": "^2.1.10" |
| 97 | + "vite-plugin-vue-devtools": "^7.7.1", |
| 98 | + "vue-tsc": "^2.2.0" |
99 | 99 | }, |
100 | 100 | "simple-git-hooks": { |
101 | 101 | "pre-commit": "pnpm lint-staged", |
|
0 commit comments