mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
chore: prepare for v2.0.0-beta.34
This commit is contained in:
parent
f3355eda4f
commit
2f51b5612b
2 changed files with 321 additions and 321 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "nginx-ui-app-next",
|
"name": "nginx-ui-app-next",
|
||||||
"version": "2.0.0-beta.33",
|
"version": "2.0.0-beta.34",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host",
|
"dev": "vite --host",
|
||||||
|
@ -15,11 +15,11 @@
|
||||||
"@ant-design/icons-vue": "^7.0.1",
|
"@ant-design/icons-vue": "^7.0.1",
|
||||||
"@formkit/auto-animate": "^0.8.2",
|
"@formkit/auto-animate": "^0.8.2",
|
||||||
"@simplewebauthn/browser": "^10.0.0",
|
"@simplewebauthn/browser": "^10.0.0",
|
||||||
"@vue/reactivity": "^3.5.5",
|
"@vue/reactivity": "^3.5.6",
|
||||||
"@vue/shared": "^3.5.5",
|
"@vue/shared": "^3.5.6",
|
||||||
"@vueuse/components": "^11.0.3",
|
"@vueuse/components": "^11.1.0",
|
||||||
"@vueuse/core": "^11.0.3",
|
"@vueuse/core": "^11.1.0",
|
||||||
"@vueuse/integrations": "^11.0.3",
|
"@vueuse/integrations": "^11.1.0",
|
||||||
"@xterm/addon-attach": "^0.11.0",
|
"@xterm/addon-attach": "^0.11.0",
|
||||||
"@xterm/addon-fit": "^0.10.0",
|
"@xterm/addon-fit": "^0.10.0",
|
||||||
"@xterm/xterm": "^5.5.0",
|
"@xterm/xterm": "^5.5.0",
|
||||||
|
@ -36,8 +36,8 @@
|
||||||
"reconnecting-websocket": "^4.4.0",
|
"reconnecting-websocket": "^4.4.0",
|
||||||
"sortablejs": "^1.15.3",
|
"sortablejs": "^1.15.3",
|
||||||
"universal-cookie": "^7.2.0",
|
"universal-cookie": "^7.2.0",
|
||||||
"vite-plugin-build-id": "^0.3.6",
|
"vite-plugin-build-id": "^0.3.7",
|
||||||
"vue": "^3.5.5",
|
"vue": "^3.5.6",
|
||||||
"vue-router": "^4.4.5",
|
"vue-router": "^4.4.5",
|
||||||
"vue3-ace-editor": "2.2.4",
|
"vue3-ace-editor": "2.2.4",
|
||||||
"vue3-apexcharts": "1.5.3",
|
"vue3-apexcharts": "1.5.3",
|
||||||
|
@ -55,11 +55,11 @@
|
||||||
"@typescript-eslint/parser": "^6.21.0",
|
"@typescript-eslint/parser": "^6.21.0",
|
||||||
"@vitejs/plugin-vue": "^5.1.3",
|
"@vitejs/plugin-vue": "^5.1.3",
|
||||||
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
||||||
"@vue/compiler-sfc": "^3.5.5",
|
"@vue/compiler-sfc": "^3.5.6",
|
||||||
"@vue/tsconfig": "^0.5.1",
|
"@vue/tsconfig": "^0.5.1",
|
||||||
"ace-builds": "^1.36.2",
|
"ace-builds": "^1.36.2",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.1",
|
||||||
"eslint-import-resolver-alias": "^1.1.2",
|
"eslint-import-resolver-alias": "^1.1.2",
|
||||||
"eslint-import-resolver-typescript": "^3.6.3",
|
"eslint-import-resolver-typescript": "^3.6.3",
|
||||||
"eslint-plugin-import": "^2.30.0",
|
"eslint-plugin-import": "^2.30.0",
|
||||||
|
@ -73,9 +73,9 @@
|
||||||
"unplugin-auto-import": "^0.18.3",
|
"unplugin-auto-import": "^0.18.3",
|
||||||
"unplugin-vue-components": "^0.27.4",
|
"unplugin-vue-components": "^0.27.4",
|
||||||
"unplugin-vue-define-options": "^1.5.1",
|
"unplugin-vue-define-options": "^1.5.1",
|
||||||
"vite": "^5.4.5",
|
"vite": "^5.4.6",
|
||||||
"vite-svg-loader": "^5.1.0",
|
"vite-svg-loader": "^5.1.0",
|
||||||
"vue-tsc": "^2.1.6"
|
"vue-tsc": "^2.1.6"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.6.0"
|
"packageManager": "pnpm@9.10.0"
|
||||||
}
|
}
|
||||||
|
|
618
app/pnpm-lock.yaml
generated
618
app/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue