fix(deps): lock vue version to 3.4.23 (#3785)

closed #3783
This commit is contained in:
xingyu
2024-04-24 10:41:52 +08:00
committed by GitHub
parent 1da97c3ff8
commit 2f655c2127
3 changed files with 170 additions and 59 deletions

View File

@@ -74,7 +74,7 @@
"@logicflow/core": "^1.2.26",
"@logicflow/extension": "^1.2.26",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.24",
"@vue/shared": "3.4.23",
"@vueuse/core": "^10.9.0",
"@zxcvbn-ts/core": "^3.0.4",
"ant-design-vue": "^4.2.0",
@@ -100,7 +100,7 @@
"tinymce": "^5.10.9",
"unocss": "^0.59.4",
"vditor": "^3.10.4",
"vue": "^3.4.24",
"vue": "3.4.23",
"vue-i18n": "^9.13.1",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.3.2",
@@ -130,7 +130,7 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.4.24",
"@vue/compiler-sfc": "3.4.23",
"@vue/test-utils": "^2.4.5",
"conventional-changelog-cli": "^4.1.0",
"cross-env": "^7.0.3",