Skip to content

Commit 57e82cd

Browse files
committed
chore: prepare v2.0.0-beta.32
1 parent 4179fad commit 57e82cd

File tree

4 files changed

+587
-496
lines changed

4 files changed

+587
-496
lines changed

app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nginx-ui-app-next",
3-
"version": "2.0.0-beta.31",
3+
"version": "2.0.0-beta.32",
44
"type": "module",
55
"scripts": {
66
"dev": "vite --host",
@@ -14,8 +14,8 @@
1414
"@0xjacky/vue-github-button": "^3.1.1",
1515
"@ant-design/icons-vue": "^7.0.1",
1616
"@formkit/auto-animate": "^0.8.2",
17-
"@vue/reactivity": "^3.4.37",
18-
"@vue/shared": "^3.4.37",
17+
"@vue/reactivity": "^3.4.38",
18+
"@vue/shared": "^3.4.38",
1919
"@vueuse/components": "^10.11.1",
2020
"@vueuse/core": "^10.11.1",
2121
"@vueuse/integrations": "^10.11.1",
@@ -24,19 +24,19 @@
2424
"@xterm/xterm": "^5.5.0",
2525
"ant-design-vue": "^4.2.3",
2626
"apexcharts": "^3.52.0",
27-
"axios": "^1.7.4",
28-
"dayjs": "^1.11.12",
27+
"axios": "^1.7.5",
28+
"dayjs": "^1.11.13",
2929
"highlight.js": "^11.10.0",
3030
"lodash": "^4.17.21",
3131
"marked": "^10.0.0",
3232
"nprogress": "^0.2.0",
33-
"pinia": "^2.2.1",
33+
"pinia": "^2.2.2",
3434
"pinia-plugin-persistedstate": "^3.2.1",
3535
"reconnecting-websocket": "^4.4.0",
3636
"sortablejs": "^1.15.2",
3737
"universal-cookie": "^7.2.0",
3838
"vite-plugin-build-id": "^0.3.5",
39-
"vue": "^3.4.37",
39+
"vue": "^3.4.38",
4040
"vue-router": "^4.4.3",
4141
"vue3-ace-editor": "2.2.4",
4242
"vue3-apexcharts": "1.5.3",
@@ -53,13 +53,13 @@
5353
"@typescript-eslint/parser": "^6.21.0",
5454
"@vitejs/plugin-vue": "^5.1.2",
5555
"@vitejs/plugin-vue-jsx": "^4.0.1",
56-
"@vue/compiler-sfc": "^3.4.37",
56+
"@vue/compiler-sfc": "^3.4.38",
5757
"@vue/tsconfig": "^0.5.1",
58-
"ace-builds": "^1.35.4",
58+
"ace-builds": "^1.36.0",
5959
"autoprefixer": "^10.4.20",
6060
"eslint": "^8.57.0",
6161
"eslint-import-resolver-alias": "^1.1.2",
62-
"eslint-import-resolver-typescript": "^3.6.1",
62+
"eslint-import-resolver-typescript": "^3.6.3",
6363
"eslint-plugin-import": "^2.29.1",
6464
"eslint-plugin-regex": "^1.10.0",
6565
"eslint-plugin-sonarjs": "^0.23.0",
@@ -71,7 +71,7 @@
7171
"unplugin-auto-import": "^0.18.2",
7272
"unplugin-vue-components": "^0.27.4",
7373
"unplugin-vue-define-options": "^1.4.9",
74-
"vite": "^5.4.0",
74+
"vite": "^5.4.2",
7575
"vite-svg-loader": "^5.1.0",
7676
"vue-tsc": "^2.0.29"
7777
},

0 commit comments

Comments
 (0)