Skip to content

Commit 2f51b56

Browse files
committed
chore: prepare for v2.0.0-beta.34
1 parent f3355ed commit 2f51b56

File tree

2 files changed

+321
-321
lines changed

2 files changed

+321
-321
lines changed

app/package.json

Lines changed: 12 additions & 12 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.33",
3+
"version": "2.0.0-beta.34",
44
"type": "module",
55
"scripts": {
66
"dev": "vite --host",
@@ -15,11 +15,11 @@
1515
"@ant-design/icons-vue": "^7.0.1",
1616
"@formkit/auto-animate": "^0.8.2",
1717
"@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",
2323
"@xterm/addon-attach": "^0.11.0",
2424
"@xterm/addon-fit": "^0.10.0",
2525
"@xterm/xterm": "^5.5.0",
@@ -36,8 +36,8 @@
3636
"reconnecting-websocket": "^4.4.0",
3737
"sortablejs": "^1.15.3",
3838
"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",
4141
"vue-router": "^4.4.5",
4242
"vue3-ace-editor": "2.2.4",
4343
"vue3-apexcharts": "1.5.3",
@@ -55,11 +55,11 @@
5555
"@typescript-eslint/parser": "^6.21.0",
5656
"@vitejs/plugin-vue": "^5.1.3",
5757
"@vitejs/plugin-vue-jsx": "^4.0.1",
58-
"@vue/compiler-sfc": "^3.5.5",
58+
"@vue/compiler-sfc": "^3.5.6",
5959
"@vue/tsconfig": "^0.5.1",
6060
"ace-builds": "^1.36.2",
6161
"autoprefixer": "^10.4.20",
62-
"eslint": "^8.57.0",
62+
"eslint": "^8.57.1",
6363
"eslint-import-resolver-alias": "^1.1.2",
6464
"eslint-import-resolver-typescript": "^3.6.3",
6565
"eslint-plugin-import": "^2.30.0",
@@ -73,9 +73,9 @@
7373
"unplugin-auto-import": "^0.18.3",
7474
"unplugin-vue-components": "^0.27.4",
7575
"unplugin-vue-define-options": "^1.5.1",
76-
"vite": "^5.4.5",
76+
"vite": "^5.4.6",
7777
"vite-svg-loader": "^5.1.0",
7878
"vue-tsc": "^2.1.6"
7979
},
80-
"packageManager": "pnpm@9.6.0"
80+
"packageManager": "pnpm@9.10.0"
8181
}

0 commit comments

Comments
 (0)