fix: release-it can not handle workspace protocol (#11815)

This commit is contained in:
neverland
2023-05-04 09:35:37 +08:00
committed by GitHub
parent f8bb5a5b4b
commit d08270831b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -45,8 +45,8 @@
"components"
],
"dependencies": {
"@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^"
"@vant/popperjs": "^1.3.0",
"@vant/use": "^1.5.1"
},
"peerDependencies": {
"vue": "^3.0.0"