|
1 | 1 | { |
2 | 2 | "name": "nginx-ui-app-next", |
3 | | - "version": "2.0.0-beta.9", |
| 3 | + "version": "2.0.0-beta.10", |
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.0", |
16 | | - "@vue/reactivity": "^3.3.10", |
17 | | - "@vue/shared": "^3.3.10", |
18 | | - "@vueuse/core": "^10.6.1", |
19 | | - "ant-design-vue": "4.0.8", |
20 | | - "apexcharts": "^3.36.3", |
21 | | - "axios": "^1.6.2", |
| 16 | + "@vue/reactivity": "^3.4.13", |
| 17 | + "@vue/shared": "^3.4.13", |
| 18 | + "@vueuse/core": "^10.7.2", |
| 19 | + "ant-design-vue": "4.1.0", |
| 20 | + "apexcharts": "^3.45.1", |
| 21 | + "axios": "^1.6.5", |
22 | 22 | "dayjs": "^1.11.10", |
23 | 23 | "highlight.js": "^11.9.0", |
24 | 24 | "lodash": "^4.17.21", |
|
45 | 45 | "@types/lodash": "^4.14.202", |
46 | 46 | "@types/nprogress": "^0.2.0", |
47 | 47 | "@types/sortablejs": "^1.15.0", |
48 | | - "@typescript-eslint/eslint-plugin": "^6.13.0", |
49 | | - "@typescript-eslint/parser": "^6.13.0", |
50 | | - "@vitejs/plugin-vue": "^4.5.0", |
| 48 | + "@typescript-eslint/eslint-plugin": "^6.18.1", |
| 49 | + "@typescript-eslint/parser": "^6.18.1", |
| 50 | + "@vitejs/plugin-vue": "^5.0.3", |
51 | 51 | "@vitejs/plugin-vue-jsx": "^3.1.0", |
52 | | - "@vue/compiler-sfc": "^3.3.10", |
53 | | - "@vue/tsconfig": "^0.4.0", |
54 | | - "ace-builds": "^1.32.0", |
| 52 | + "@vue/compiler-sfc": "^3.4.13", |
| 53 | + "@vue/tsconfig": "^0.5.1", |
| 54 | + "ace-builds": "^1.32.3", |
55 | 55 | "autoprefixer": "^10.4.16", |
56 | 56 | "eslint": "^8.56.0", |
57 | 57 | "eslint-import-resolver-alias": "^1.1.2", |
58 | 58 | "eslint-import-resolver-typescript": "^3.6.1", |
59 | | - "eslint-plugin-import": "^2.29.0", |
| 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.18.1", |
| 62 | + "eslint-plugin-vue": "^9.20.1", |
63 | 63 | "less": "^4.2.0", |
64 | | - "postcss": "^8.4.31", |
65 | | - "tailwindcss": "^3.3.7", |
66 | | - "typescript": "^5.3.2", |
67 | | - "unplugin-auto-import": "^0.17.1", |
68 | | - "unplugin-vue-components": "^0.25.2", |
69 | | - "unplugin-vue-define-options": "^1.4.0", |
| 64 | + "postcss": "^8.4.33", |
| 65 | + "tailwindcss": "^3.4.1", |
| 66 | + "typescript": "^5.3.3", |
| 67 | + "unplugin-auto-import": "^0.17.3", |
| 68 | + "unplugin-vue-components": "^0.26.0", |
| 69 | + "unplugin-vue-define-options": "^1.4.1", |
70 | 70 | "vite": "^5.0.11", |
71 | 71 | "vite-svg-loader": "^5.1.0", |
72 | | - "vue-tsc": "^1.8.22" |
| 72 | + "vue-tsc": "^1.8.27" |
73 | 73 | } |
74 | 74 | } |
0 commit comments