Skip to content

Commit

Permalink
fix(deps): lock vue version to 3.4.23 (vbenjs#3785)
Browse files Browse the repository at this point in the history
xingyuv authored Apr 24, 2024
1 parent 1da97c3 commit 2f655c2
Showing 3 changed files with 170 additions and 59 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
"dependencies": {
"@vueuse/core": "^10.9.0",
"lodash-es": "^4.17.21",
"vue": "^3.4.24"
"vue": "3.4.23"
},
"devDependencies": {
"@vben/types": "workspace:*"
Loading

0 comments on commit 2f655c2

Please sign in to comment.