Chore: use fixed versions in update-deps

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
Alexey Zinoviev
2025-10-13 14:13:29 +04:00
parent cbf5572902
commit 63bb7b229e
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
v22
+2 -2
View File
@@ -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,