fix(build): fix dep bumping in version.js
This commit is contained in:
parent
8b6cde6db5
commit
b7fa085b88
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ function bumpVersion(packageName, version) {
|
|||
depName === pkgName &&
|
||||
!semver.satisfies(version, depVersionRange)
|
||||
) {
|
||||
obj[depName] = `workspace:^${version}`
|
||||
obj[`@mtcute/${depName}`] = `workspace:^${version}`
|
||||
console.log(` - updated dependency ${depName} at ${json.name}`)
|
||||
packageJsonChanged.add(json.name.slice(8))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue