|
1 | 1 | { |
2 | 2 | "name": "nginx-ui-app-next", |
3 | 3 | "type": "module", |
4 | | - "version": "2.0.0-beta.40", |
5 | | - "packageManager": "pnpm@9.12.3", |
| 4 | + "version": "2.0.0-beta.41", |
| 5 | + "packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite --host", |
8 | 8 | "typecheck": "vue-tsc --noEmit", |
|
17 | 17 | "@ant-design/icons-vue": "^7.0.1", |
18 | 18 | "@formkit/auto-animate": "^0.8.2", |
19 | 19 | "@simplewebauthn/browser": "^11.0.0", |
20 | | - "@vue/reactivity": "^3.5.12", |
21 | | - "@vue/shared": "^3.5.12", |
22 | | - "@vueuse/components": "^11.2.0", |
23 | | - "@vueuse/core": "^11.2.0", |
24 | | - "@vueuse/integrations": "^11.2.0", |
| 20 | + "@vue/reactivity": "^3.5.13", |
| 21 | + "@vue/shared": "^3.5.13", |
| 22 | + "@vueuse/components": "^11.3.0", |
| 23 | + "@vueuse/core": "^11.3.0", |
| 24 | + "@vueuse/integrations": "^11.3.0", |
25 | 25 | "@xterm/addon-attach": "^0.11.0", |
26 | 26 | "@xterm/addon-fit": "^0.10.0", |
27 | 27 | "@xterm/xterm": "^5.5.0", |
|
31 | 31 | "dayjs": "^1.11.13", |
32 | 32 | "highlight.js": "^11.10.0", |
33 | 33 | "lodash": "^4.17.21", |
34 | | - "marked": "^14.1.3", |
35 | | - "marked-highlight": "^2.2.0", |
| 34 | + "marked": "^14.1.4", |
| 35 | + "marked-highlight": "^2.2.1", |
36 | 36 | "nprogress": "^0.2.0", |
37 | 37 | "pinia": "^2.2.6", |
38 | | - "pinia-plugin-persistedstate": "^4.1.2", |
| 38 | + "pinia-plugin-persistedstate": "^4.1.3", |
39 | 39 | "reconnecting-websocket": "^4.4.0", |
40 | 40 | "sortablejs": "^1.15.3", |
41 | 41 | "sse.js": "^2.5.0", |
42 | 42 | "universal-cookie": "^7.2.2", |
43 | | - "unocss": "^0.63.6", |
| 43 | + "unocss": "^0.64.1", |
44 | 44 | "vite-plugin-build-id": "0.5.0", |
45 | | - "vue": "^3.5.12", |
| 45 | + "vue": "^3.5.13", |
46 | 46 | "vue-dompurify-html": "^5.1.0", |
47 | 47 | "vue-router": "^4.4.5", |
48 | 48 | "vue3-ace-editor": "2.2.4", |
|
52 | 52 | "vuedraggable": "^4.1.0" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@antfu/eslint-config": "^3.8.0", |
| 55 | + "@antfu/eslint-config": "^3.9.2", |
56 | 56 | "@iconify-json/fa": "1.2.0", |
57 | | - "@iconify-json/tabler": "1.2.7", |
| 57 | + "@iconify-json/tabler": "^1.2.8", |
58 | 58 | "@iconify/tools": "^4.0.7", |
59 | 59 | "@iconify/types": "^2.0.0", |
60 | 60 | "@iconify/utils": "^2.1.33", |
|
63 | 63 | "@types/lodash": "^4.17.13", |
64 | 64 | "@types/nprogress": "^0.2.3", |
65 | 65 | "@types/sortablejs": "^1.15.8", |
66 | | - "@vitejs/plugin-vue": "^5.1.4", |
67 | | - "@vitejs/plugin-vue-jsx": "^4.0.1", |
68 | | - "@vue/compiler-sfc": "^3.5.12", |
69 | | - "@vue/tsconfig": "^0.5.1", |
70 | | - "ace-builds": "^1.36.3", |
| 66 | + "@vitejs/plugin-vue": "^5.2.0", |
| 67 | + "@vitejs/plugin-vue-jsx": "^4.1.0", |
| 68 | + "@vue/compiler-sfc": "^3.5.13", |
| 69 | + "@vue/tsconfig": "^0.6.0", |
| 70 | + "ace-builds": "^1.36.5", |
71 | 71 | "autoprefixer": "^10.4.20", |
72 | | - "eslint": "^9.14.0", |
| 72 | + "eslint": "9.14.0", |
73 | 73 | "eslint-plugin-sonarjs": "^2.0.4", |
74 | 74 | "less": "^4.2.0", |
75 | | - "postcss": "^8.4.47", |
76 | | - "tailwindcss": "^3.4.14", |
| 75 | + "postcss": "^8.4.49", |
| 76 | + "tailwindcss": "^3.4.15", |
77 | 77 | "typescript": "5.6.3", |
78 | | - "unplugin-auto-import": "^0.18.3", |
| 78 | + "unplugin-auto-import": "^0.18.5", |
79 | 79 | "unplugin-vue-components": "^0.27.4", |
80 | 80 | "unplugin-vue-define-options": "^1.5.2", |
81 | | - "vite": "^5.4.10", |
| 81 | + "vite": "^5.4.11", |
82 | 82 | "vite-svg-loader": "^5.1.0", |
83 | 83 | "vue-tsc": "^2.1.10" |
84 | 84 | } |
|
0 commit comments