Skip to content

Commit

Permalink
chore: prepare for v2.0.0-beta.34
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Sep 17, 2024
1 parent f3355ed commit 2f51b56
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 321 deletions.
24 changes: 12 additions & 12 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nginx-ui-app-next",
"version": "2.0.0-beta.33",
"version": "2.0.0-beta.34",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand All @@ -15,11 +15,11 @@
"@ant-design/icons-vue": "^7.0.1",
"@formkit/auto-animate": "^0.8.2",
"@simplewebauthn/browser": "^10.0.0",
"@vue/reactivity": "^3.5.5",
"@vue/shared": "^3.5.5",
"@vueuse/components": "^11.0.3",
"@vueuse/core": "^11.0.3",
"@vueuse/integrations": "^11.0.3",
"@vue/reactivity": "^3.5.6",
"@vue/shared": "^3.5.6",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
Expand All @@ -36,8 +36,8 @@
"reconnecting-websocket": "^4.4.0",
"sortablejs": "^1.15.3",
"universal-cookie": "^7.2.0",
"vite-plugin-build-id": "^0.3.6",
"vue": "^3.5.5",
"vite-plugin-build-id": "^0.3.7",
"vue": "^3.5.6",
"vue-router": "^4.4.5",
"vue3-ace-editor": "2.2.4",
"vue3-apexcharts": "1.5.3",
Expand All @@ -55,11 +55,11 @@
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "^3.5.5",
"@vue/compiler-sfc": "^3.5.6",
"@vue/tsconfig": "^0.5.1",
"ace-builds": "^1.36.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
Expand All @@ -73,9 +73,9 @@
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-define-options": "^1.5.1",
"vite": "^5.4.5",
"vite": "^5.4.6",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.1.6"
},
"packageManager": "pnpm@9.6.0"
"packageManager": "pnpm@9.10.0"
}
Loading

0 comments on commit 2f51b56

Please sign in to comment.