|
8 | 8 | "preview": "vite preview" |
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | | - "@ant-design/icons": "^5.3.7", |
12 | | - "@remixicon/vue": "^4.2.0", |
13 | | - "@iconify/vue": "^4.1.2", |
| 11 | + "@ant-design/icons": "^6.0.0", |
| 12 | + "@remixicon/vue": "^4.6.0", |
| 13 | + "@iconify/vue": "^5.0.0", |
14 | 14 | "@arco-themes/vue-go-admin": "^0.0.1", |
15 | 15 | "@codemirror/lang-html": "^6.4.9", |
16 | 16 | "@codemirror/lang-javascript": "^6.2.2", |
17 | | - "@codemirror/lang-json": "^6.0.1", |
18 | | - "@codemirror/theme-one-dark": "^6.1.2", |
19 | | - "@vueuse/core": "^10.11.0", |
20 | | - "axios": "^1.7.2", |
21 | | - "codemirror": "^6.0.1", |
22 | | - "cropperjs": "^1.6.2", |
| 17 | + "@codemirror/lang-json": "^6.0.2", |
| 18 | + "@codemirror/theme-one-dark": "^6.1.3", |
| 19 | + "@vueuse/core": "^13.4.0", |
| 20 | + "axios": "^1.10.0", |
| 21 | + "codemirror": "^6.0.2", |
| 22 | + "cropperjs": "^2.0.0", |
23 | 23 | "js-cookie": "^3.0.5", |
24 | | - "pinia": "^2.1.7", |
25 | | - "vue": "^3.4.30", |
| 24 | + "pinia": "^3.0.3", |
| 25 | + "vue": "^3.5.17", |
26 | 26 | "vue-codemirror": "^6.1.1", |
27 | | - "vue-router": "^4.4.0" |
| 27 | + "vue-router": "^4.5.1" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@arco-design/web-vue": "^2.55.3", |
31 | | - "@vitejs/plugin-vue": "^5.0.5", |
32 | | - "eslint": "^9.5.0", |
33 | | - "eslint-plugin-vue": "^9.26.0", |
| 30 | + "@arco-design/web-vue": "^2.57.0", |
| 31 | + "@vitejs/plugin-vue": "^6.0.0", |
| 32 | + "eslint": "^9.29.0", |
| 33 | + "eslint-plugin-vue": "^10.2.0", |
34 | 34 | "mockjs": "^1.1.0", |
35 | | - "sass": "^1.77.6", |
36 | | - "unplugin-vue-components": "^0.27.2", |
37 | | - "vite": "^5.3.1", |
| 35 | + "sass": "^1.89.2", |
| 36 | + "unplugin-vue-components": "^28.7.0", |
| 37 | + "vite": "^7.0.0", |
38 | 38 | "vite-plugin-mock": "^3.0.2", |
39 | 39 | "vite-svg-loader": "^5.1.0" |
40 | 40 | } |
|
0 commit comments