|
26 | 26 | "lint:fix": "eslint --fix --ext .ts,.js,.jsx,.vue,.cjs ." |
27 | 27 | }, |
28 | 28 | "engines": { |
29 | | - "node": ">=20.12.2" |
| 29 | + "node": ">=20.13.1" |
30 | 30 | }, |
31 | 31 | "packageManager": "pnpm@8.15.8", |
32 | 32 | "devDependencies": { |
33 | 33 | "@intlify/unplugin-vue-i18n": "^3.0.1", |
34 | 34 | "@types/ityped": "^1.0.3", |
35 | | - "@types/node": "^20.12.7", |
| 35 | + "@types/node": "^20.12.11", |
36 | 36 | "@typescript-eslint/parser": "7.8.0", |
37 | | - "@unocss/eslint-config": "0.59.4", |
38 | | - "@unocss/reset": "^0.59.4", |
| 37 | + "@unocss/eslint-config": "0.60.2", |
| 38 | + "@unocss/reset": "^0.60.2", |
39 | 39 | "@vitejs/plugin-vue": "^5.0.4", |
40 | 40 | "@vitejs/plugin-vue-jsx": "^3.1.0", |
41 | 41 | "@vueuse/components": "^10.9.0", |
|
52 | 52 | "eslint": "8.57.0", |
53 | 53 | "eslint-config-prettier": "9.1.0", |
54 | 54 | "eslint-plugin-prettier": "5.1.3", |
55 | | - "eslint-plugin-vue": "^9.25.0", |
| 55 | + "eslint-plugin-vue": "^9.26.0", |
56 | 56 | "fs-extra": "^11.2.0", |
57 | 57 | "husky": "^9.0.11", |
58 | 58 | "ityped": "^1.0.3", |
|
70 | 70 | "prettier": "^3.2.5", |
71 | 71 | "prism-theme-vars": "^0.2.5", |
72 | 72 | "simple-git": "^3.24.0", |
73 | | - "taze": "^0.13.7", |
| 73 | + "taze": "^0.13.8", |
74 | 74 | "terser": "^5.31.0", |
75 | 75 | "typescript": "^5.4.5", |
76 | | - "unocss": "^0.59.4", |
77 | | - "unplugin-auto-import": "^0.17.5", |
78 | | - "unplugin-vue-components": "^0.26.0", |
| 76 | + "unocss": "^0.60.2", |
| 77 | + "unplugin-auto-import": "^0.17.6", |
| 78 | + "unplugin-vue-components": "^0.27.0", |
79 | 79 | "unplugin-vue-markdown": "^0.26.2", |
80 | 80 | "unplugin-vue-router": "^0.8.6", |
81 | | - "vite": "^5.2.10", |
| 81 | + "vite": "^5.2.11", |
82 | 82 | "vite-auto-import-resolvers": "^3.2.1", |
83 | 83 | "vite-layers": "^0.5.2", |
84 | 84 | "vite-plugin-compression": "^0.5.1", |
|
89 | 89 | "vite-plugin-use-modules": "^1.4.8", |
90 | 90 | "vite-plugin-vue-devtools": "^7.1.3", |
91 | 91 | "vite-plugin-vue-meta-layouts": "^0.4.3", |
92 | | - "vitest": "^1.5.3", |
93 | | - "vue": "^3.4.26", |
| 92 | + "vitest": "^1.6.0", |
| 93 | + "vue": "^3.4.27", |
94 | 94 | "vue-dark-switch": "^1.0.6", |
95 | | - "vue-echarts": "^6.7.1", |
| 95 | + "vue-echarts": "^6.7.2", |
96 | 96 | "vue-i18n": "^9.13.1", |
97 | 97 | "vue-request": "2.0.4", |
98 | 98 | "vue-router": "^4.3.2", |
|
0 commit comments