mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
Chore: use fixed versions in update-deps
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
@@ -160,8 +160,8 @@ async function updatePackageDependencies(project, latestVersions, dryRun = false
|
||||
}
|
||||
|
||||
if (isNewerVersion(currentVersion, latestVersion)) {
|
||||
const prefix = currentVersion.match(/^[\^~]/)?.[0] || '^'
|
||||
const newVersion = `${prefix}${latestVersion}`
|
||||
// Use fixed version without ^ prefix for hcengineering packages
|
||||
const newVersion = latestVersion
|
||||
|
||||
changes.push({
|
||||
depType,
|
||||
|
||||
Reference in New Issue
Block a user