|
26 | 26 | "lint:fix": "eslint --fix --ext .ts,.js,.jsx,.vue,.cjs ." |
27 | 27 | }, |
28 | 28 | "engines": { |
29 | | - "node": ">=20.15.1" |
| 29 | + "node": ">=20.16.0" |
30 | 30 | }, |
31 | | - "packageManager": "[email protected].8", |
| 31 | + "packageManager": "[email protected].9", |
32 | 32 | "devDependencies": { |
33 | 33 | "@intlify/unplugin-vue-i18n": "^3.0.1", |
34 | 34 | "@types/ityped": "^1.0.3", |
35 | | - "@types/node": "^20.14.10", |
36 | | - "@typescript-eslint/parser": "7.16.1", |
37 | | - "@unocss/eslint-config": "0.61.3", |
38 | | - "@unocss/reset": "^0.61.3", |
39 | | - "@vitejs/plugin-vue": "^5.0.5", |
| 35 | + "@types/node": "^20.14.14", |
| 36 | + "@typescript-eslint/parser": "7.18.0", |
| 37 | + "@unocss/eslint-config": "0.61.9", |
| 38 | + "@unocss/reset": "^0.61.9", |
| 39 | + "@vitejs/plugin-vue": "^5.1.2", |
40 | 40 | "@vitejs/plugin-vue-jsx": "^3.1.0", |
41 | 41 | "@vueuse/components": "^10.11.0", |
42 | 42 | "@vueuse/core": "^10.11.0", |
43 | 43 | "@vueuse/integrations": "^10.11.0", |
44 | | - "axios": "^1.7.2", |
45 | | - "browserslist": "^4.23.2", |
| 44 | + "axios": "^1.7.3", |
| 45 | + "browserslist": "^4.23.3", |
46 | 46 | "c8": "^9.1.0", |
47 | 47 | "changelogen": "^0.5.5", |
48 | 48 | "consola": "^3.2.3", |
|
51 | 51 | "echarts": "^5.5.1", |
52 | 52 | "eslint": "8.57.0", |
53 | 53 | "eslint-config-prettier": "9.1.0", |
54 | | - "eslint-plugin-prettier": "5.1.3", |
| 54 | + "eslint-plugin-prettier": "5.2.1", |
55 | 55 | "eslint-plugin-vue": "^9.27.0", |
56 | 56 | "fs-extra": "^11.2.0", |
57 | | - "husky": "^9.0.11", |
| 57 | + "husky": "^9.1.4", |
58 | 58 | "ityped": "^1.0.3", |
59 | 59 | "kolorist": "^1.8.0", |
60 | 60 | "lightningcss": "^1.25.1", |
|
64 | 64 | "mockjs": "^1.1.0", |
65 | 65 | "nprogress": "^0.2.0", |
66 | 66 | "perfect-debounce": "^1.0.0", |
67 | | - "pinia": "^2.1.7", |
| 67 | + "pinia": "^2.2.0", |
68 | 68 | "pinia-plugin-persistedstate": "^3.2.1", |
69 | 69 | "plop": "^4.0.1", |
70 | 70 | "prettier": "^3.3.3", |
71 | 71 | "prism-theme-vars": "^0.2.5", |
72 | 72 | "simple-git": "^3.25.0", |
73 | | - "taze": "^0.15.1", |
74 | | - "terser": "^5.31.2", |
75 | | - "typescript": "^5.5.3", |
76 | | - "unocss": "^0.61.3", |
77 | | - "unplugin-auto-import": "^0.18.0", |
78 | | - "unplugin-vue-components": "^0.27.2", |
| 73 | + "taze": "^0.16.3", |
| 74 | + "terser": "^5.31.3", |
| 75 | + "typescript": "^5.5.4", |
| 76 | + "unocss": "^0.61.9", |
| 77 | + "unplugin-auto-import": "^0.18.2", |
| 78 | + "unplugin-vue-components": "^0.27.3", |
79 | 79 | "unplugin-vue-markdown": "^0.26.2", |
80 | | - "unplugin-vue-router": "^0.10.0", |
81 | | - "vite": "^5.3.3", |
| 80 | + "unplugin-vue-router": "^0.10.2", |
| 81 | + "vite": "^5.3.5", |
82 | 82 | "vite-auto-import-resolvers": "^3.2.1", |
83 | 83 | "vite-layers": "^0.5.2", |
84 | 84 | "vite-plugin-compression": "^0.5.1", |
|
87 | 87 | "vite-plugin-mock": "2.9.8", |
88 | 88 | "vite-plugin-removelog": "^0.2.2", |
89 | 89 | "vite-plugin-use-modules": "^1.4.8", |
90 | | - "vite-plugin-vue-devtools": "^7.3.6", |
| 90 | + "vite-plugin-vue-devtools": "^7.3.7", |
91 | 91 | "vite-plugin-vue-meta-layouts": "^0.4.3", |
92 | 92 | "vitest": "^1.6.0", |
93 | | - "vue": "^3.4.31", |
| 93 | + "vue": "^3.4.35", |
94 | 94 | "vue-dark-switch": "^1.0.6", |
95 | 95 | "vue-echarts": "^6.7.3", |
96 | 96 | "vue-i18n": "^9.13.1", |
97 | 97 | "vue-request": "2.0.4", |
98 | | - "vue-router": "^4.4.0", |
| 98 | + "vue-router": "^4.4.2", |
99 | 99 | "vue-toastification": "2.0.0-rc.5" |
100 | 100 | }, |
101 | 101 | "lint-staged": { |
|
0 commit comments