|
1 | 1 | { |
2 | 2 | "name": "nginx-ui-app-next", |
3 | | - "version": "2.0.0-beta.33", |
| 3 | + "version": "2.0.0-beta.34", |
4 | 4 | "type": "module", |
5 | 5 | "scripts": { |
6 | 6 | "dev": "vite --host", |
|
15 | 15 | "@ant-design/icons-vue": "^7.0.1", |
16 | 16 | "@formkit/auto-animate": "^0.8.2", |
17 | 17 | "@simplewebauthn/browser": "^10.0.0", |
18 | | - "@vue/reactivity": "^3.5.5", |
19 | | - "@vue/shared": "^3.5.5", |
20 | | - "@vueuse/components": "^11.0.3", |
21 | | - "@vueuse/core": "^11.0.3", |
22 | | - "@vueuse/integrations": "^11.0.3", |
| 18 | + "@vue/reactivity": "^3.5.6", |
| 19 | + "@vue/shared": "^3.5.6", |
| 20 | + "@vueuse/components": "^11.1.0", |
| 21 | + "@vueuse/core": "^11.1.0", |
| 22 | + "@vueuse/integrations": "^11.1.0", |
23 | 23 | "@xterm/addon-attach": "^0.11.0", |
24 | 24 | "@xterm/addon-fit": "^0.10.0", |
25 | 25 | "@xterm/xterm": "^5.5.0", |
|
36 | 36 | "reconnecting-websocket": "^4.4.0", |
37 | 37 | "sortablejs": "^1.15.3", |
38 | 38 | "universal-cookie": "^7.2.0", |
39 | | - "vite-plugin-build-id": "^0.3.6", |
40 | | - "vue": "^3.5.5", |
| 39 | + "vite-plugin-build-id": "^0.3.7", |
| 40 | + "vue": "^3.5.6", |
41 | 41 | "vue-router": "^4.4.5", |
42 | 42 | "vue3-ace-editor": "2.2.4", |
43 | 43 | "vue3-apexcharts": "1.5.3", |
|
55 | 55 | "@typescript-eslint/parser": "^6.21.0", |
56 | 56 | "@vitejs/plugin-vue": "^5.1.3", |
57 | 57 | "@vitejs/plugin-vue-jsx": "^4.0.1", |
58 | | - "@vue/compiler-sfc": "^3.5.5", |
| 58 | + "@vue/compiler-sfc": "^3.5.6", |
59 | 59 | "@vue/tsconfig": "^0.5.1", |
60 | 60 | "ace-builds": "^1.36.2", |
61 | 61 | "autoprefixer": "^10.4.20", |
62 | | - "eslint": "^8.57.0", |
| 62 | + "eslint": "^8.57.1", |
63 | 63 | "eslint-import-resolver-alias": "^1.1.2", |
64 | 64 | "eslint-import-resolver-typescript": "^3.6.3", |
65 | 65 | "eslint-plugin-import": "^2.30.0", |
|
73 | 73 | "unplugin-auto-import": "^0.18.3", |
74 | 74 | "unplugin-vue-components": "^0.27.4", |
75 | 75 | "unplugin-vue-define-options": "^1.5.1", |
76 | | - "vite": "^5.4.5", |
| 76 | + "vite": "^5.4.6", |
77 | 77 | "vite-svg-loader": "^5.1.0", |
78 | 78 | "vue-tsc": "^2.1.6" |
79 | 79 | }, |
80 | | - "packageManager": "pnpm@9.6.0" |
| 80 | + "packageManager": "pnpm@9.10.0" |
81 | 81 | } |
0 commit comments