|
1 | 1 | { |
2 | 2 | "name": "nginx-ui-app-next", |
3 | | - "version": "2.0.0-beta.24", |
| 3 | + "version": "2.0.0-beta.25", |
4 | 4 | "type": "module", |
5 | 5 | "scripts": { |
6 | 6 | "dev": "vite", |
|
13 | 13 | "dependencies": { |
14 | 14 | "@ant-design/icons-vue": "^7.0.1", |
15 | 15 | "@formkit/auto-animate": "^0.8.2", |
16 | | - "@vue/reactivity": "^3.4.27", |
17 | | - "@vue/shared": "^3.4.27", |
18 | | - "@vueuse/core": "^10.9.0", |
| 16 | + "@vue/reactivity": "^3.4.29", |
| 17 | + "@vue/shared": "^3.4.29", |
| 18 | + "@vueuse/core": "^10.11.0", |
19 | 19 | "@xterm/addon-attach": "^0.11.0", |
20 | 20 | "@xterm/addon-fit": "^0.10.0", |
21 | 21 | "@xterm/xterm": "^5.5.0", |
22 | | - "ant-design-vue": "^4.2.1", |
23 | | - "apexcharts": "^3.49.0", |
24 | | - "axios": "^1.6.8", |
| 22 | + "ant-design-vue": "^4.2.3", |
| 23 | + "apexcharts": "^3.49.1", |
| 24 | + "axios": "^1.7.2", |
25 | 25 | "dayjs": "^1.11.11", |
26 | 26 | "highlight.js": "^11.9.0", |
27 | 27 | "lodash": "^4.17.21", |
|
32 | 32 | "reconnecting-websocket": "^4.4.0", |
33 | 33 | "sortablejs": "^1.15.2", |
34 | 34 | "vite-plugin-build-id": "^0.2.9", |
35 | | - "vue": "^3.4.27", |
| 35 | + "vue": "^3.4.29", |
36 | 36 | "vue-github-button": "github:0xJacky/vue-github-button", |
37 | | - "vue-router": "^4.3.2", |
| 37 | + "vue-router": "^4.3.3", |
38 | 38 | "vue3-ace-editor": "2.2.4", |
39 | 39 | "vue3-apexcharts": "1.4.4", |
40 | 40 | "vue3-gettext": "3.0.0-beta.4", |
41 | 41 | "vuedraggable": "^4.1.0" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | 44 | "@antfu/eslint-config-vue": "^0.43.1", |
45 | | - "@types/lodash": "^4.17.1", |
| 45 | + "@types/lodash": "^4.17.5", |
46 | 46 | "@types/nprogress": "^0.2.3", |
47 | 47 | "@types/sortablejs": "^1.15.8", |
48 | 48 | "@typescript-eslint/eslint-plugin": "^6.21.0", |
49 | 49 | "@typescript-eslint/parser": "^6.21.0", |
50 | | - "@vitejs/plugin-vue": "^5.0.4", |
| 50 | + "@vitejs/plugin-vue": "^5.0.5", |
51 | 51 | "@vitejs/plugin-vue-jsx": "^3.1.0", |
52 | | - "@vue/compiler-sfc": "^3.4.27", |
| 52 | + "@vue/compiler-sfc": "^3.4.29", |
53 | 53 | "@vue/tsconfig": "^0.5.1", |
54 | | - "ace-builds": "^1.33.1", |
| 54 | + "ace-builds": "^1.35.0", |
55 | 55 | "autoprefixer": "^10.4.19", |
56 | 56 | "eslint": "^8.57.0", |
57 | 57 | "eslint-import-resolver-alias": "^1.1.2", |
58 | 58 | "eslint-import-resolver-typescript": "^3.6.1", |
59 | 59 | "eslint-plugin-import": "^2.29.1", |
60 | 60 | "eslint-plugin-regex": "^1.10.0", |
61 | 61 | "eslint-plugin-sonarjs": "^0.23.0", |
62 | | - "eslint-plugin-vue": "^9.25.0", |
| 62 | + "eslint-plugin-vue": "^9.26.0", |
63 | 63 | "less": "^4.2.0", |
64 | 64 | "postcss": "^8.4.38", |
65 | | - "tailwindcss": "^3.4.3", |
| 65 | + "tailwindcss": "^3.4.4", |
66 | 66 | "typescript": "5.3.3", |
67 | | - "unplugin-auto-import": "^0.17.5", |
| 67 | + "unplugin-auto-import": "^0.17.6", |
68 | 68 | "unplugin-vue-components": "^0.26.0", |
69 | | - "unplugin-vue-define-options": "^1.4.4", |
70 | | - "vite": "^5.2.11", |
| 69 | + "unplugin-vue-define-options": "^1.4.5", |
| 70 | + "vite": "^5.3.1", |
71 | 71 | "vite-svg-loader": "^5.1.0", |
72 | 72 | "vue-tsc": "^1.8.27" |
73 | 73 | }, |
74 | | - "packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3" |
| 74 | + "packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631" |
75 | 75 | } |
0 commit comments