|
15 | 15 | "test": "vitest" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@element-plus/icons-vue": "2.3.1", |
19 | | - "axios": "1.10.0", |
20 | | - "dayjs": "1.11.13", |
21 | | - "element-plus": "2.10.4", |
| 18 | + "@element-plus/icons-vue": "2.3.2", |
| 19 | + "axios": "1.12.2", |
| 20 | + "dayjs": "1.11.18", |
| 21 | + "element-plus": "2.11.2", |
22 | 22 | "js-cookie": "3.0.5", |
23 | 23 | "lodash-es": "4.17.21", |
24 | 24 | "mitt": "3.0.1", |
25 | 25 | "normalize.css": "8.0.1", |
26 | 26 | "nprogress": "0.2.0", |
27 | 27 | "path-browserify": "1.0.1", |
28 | | - "path-to-regexp": "8.2.0", |
| 28 | + "path-to-regexp": "8.3.0", |
29 | 29 | "pinia": "3.0.3", |
30 | 30 | "screenfull": "6.0.2", |
31 | | - "vue": "3.5.17", |
| 31 | + "vue": "3.5.21", |
32 | 32 | "vue-router": "4.5.1", |
33 | 33 | "vxe-table": "4.6.25" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@antfu/eslint-config": "4.17.0", |
| 36 | + "@antfu/eslint-config": "5.3.0", |
37 | 37 | "@types/js-cookie": "3.0.6", |
38 | 38 | "@types/lodash-es": "4.17.12", |
39 | | - "@types/node": "24.0.14", |
| 39 | + "@types/node": "24.4.0", |
40 | 40 | "@types/nprogress": "0.2.3", |
41 | 41 | "@types/path-browserify": "1.0.3", |
42 | | - "@vitejs/plugin-vue": "6.0.0", |
| 42 | + "@vitejs/plugin-vue": "6.0.1", |
43 | 43 | "@vue/test-utils": "2.4.6", |
44 | | - "eslint": "9.31.0", |
| 44 | + "eslint": "9.35.0", |
45 | 45 | "eslint-plugin-format": "1.0.1", |
46 | 46 | "happy-dom": "18.0.1", |
47 | 47 | "husky": "9.1.7", |
48 | | - "lint-staged": "16.1.2", |
| 48 | + "lint-staged": "16.1.6", |
49 | 49 | "sass-embedded": "1.78.0", |
50 | | - "typescript": "5.8.3", |
51 | | - "unocss": "66.3.3", |
52 | | - "unplugin-auto-import": "19.3.0", |
53 | | - "unplugin-svg-component": "0.12.2", |
54 | | - "unplugin-vue-components": "28.8.0", |
55 | | - "vite": "7.0.4", |
| 50 | + "typescript": "5.9.2", |
| 51 | + "unocss": "66.5.1", |
| 52 | + "unplugin-auto-import": "20.1.0", |
| 53 | + "unplugin-svg-component": "0.12.4", |
| 54 | + "unplugin-vue-components": "29.0.0", |
| 55 | + "vite": "7.1.5", |
56 | 56 | "vite-plugin-vue-mcp": "0.3.2", |
57 | 57 | "vite-svg-loader": "5.1.0", |
58 | 58 | "vitest": "3.2.4", |
59 | | - "vue-tsc": "3.0.1" |
| 59 | + "vue-tsc": "3.0.7" |
60 | 60 | }, |
61 | 61 | "lint-staged": { |
62 | 62 | "*": "eslint --fix" |
|
0 commit comments