|
1 | 1 | { |
2 | 2 | "name": "nginx-ui-frontend-next", |
3 | 3 | "private": true, |
4 | | - "version": "1.7.9", |
| 4 | + "version": "1.8.0", |
5 | 5 | "type": "commonjs", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite", |
|
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | 14 | "@ant-design/icons-vue": "^6.1.0", |
| 15 | + "@formkit/auto-animate": "^1.0.0-beta.6", |
15 | 16 | "@types/lodash": "^4.14.188", |
16 | 17 | "@types/marked": "^4.0.8", |
17 | 18 | "@types/nprogress": "^0.2.0", |
18 | 19 | "@types/sortablejs": "^1.15.0", |
19 | | - "ant-design-vue": "^3.2.15", |
| 20 | + "ant-design-vue": "^3.2.17", |
20 | 21 | "apexcharts": "^3.36.3", |
21 | | - "axios": "^1.2.2", |
| 22 | + "axios": "^1.3.5", |
22 | 23 | "dayjs": "^1.11.7", |
23 | 24 | "highlight.js": "^11.7.0", |
24 | 25 | "marked": "^4.2.5", |
|
27 | 28 | "pinia-plugin-persistedstate": "^3.0.2", |
28 | 29 | "reconnecting-websocket": "^4.4.0", |
29 | 30 | "vite-plugin-build-id": "^0.2.3", |
30 | | - "vue": "^3.2.45", |
| 31 | + "vue": "^3.2.47", |
31 | 32 | "vue-router": "4", |
32 | 33 | "vue3-ace-editor": "^2.2.2", |
33 | 34 | "vue3-apexcharts": "^1.4.1", |
34 | | - "vue3-gettext": "^2.3.4", |
| 35 | + "vue3-gettext": "^2.5.0-alpha.1", |
35 | 36 | "vuedraggable": "^4.1.0", |
36 | 37 | "xterm": "^5.1.0", |
37 | 38 | "xterm-addon-attach": "^0.8.0", |
38 | 39 | "xterm-addon-fit": "^0.7.0" |
39 | 40 | }, |
40 | 41 | "devDependencies": { |
41 | | - "@vitejs/plugin-vue": "^4.0.0", |
42 | | - "@vitejs/plugin-vue-jsx": "^3.0.0", |
| 42 | + "@vitejs/plugin-vue": "^4.1.0", |
| 43 | + "@vitejs/plugin-vue-jsx": "^3.0.1", |
43 | 44 | "@zougt/vite-plugin-theme-preprocessor": "^1.4.8", |
44 | 45 | "less": "^4.1.3", |
45 | | - "typescript": "^4.9.4", |
46 | | - "unplugin-vue-components": "^0.22.12", |
47 | | - "vite": "^4.1.4", |
| 46 | + "typescript": "^5.0.4", |
| 47 | + "unplugin-vue-components": "^0.24.1", |
| 48 | + "vite": "^4.2.1", |
48 | 49 | "vite-plugin-html": "^3.2.0", |
49 | 50 | "vite-svg-loader": "^4.0.0", |
50 | | - "vue-tsc": "^1.0.24" |
| 51 | + "vue-tsc": "^1.2.0" |
51 | 52 | } |
52 | 53 | } |
0 commit comments