mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Revert update-deps script logic
This commit is contained in:
@@ -160,8 +160,8 @@ async function updatePackageDependencies(project, latestVersions, dryRun = false
|
||||
}
|
||||
|
||||
if (isNewerVersion(currentVersion, latestVersion)) {
|
||||
// Use fixed version without ^ prefix for hcengineering packages
|
||||
const newVersion = latestVersion
|
||||
const prefix = currentVersion.match(/^[\^~]/)?.[0] || '^'
|
||||
const newVersion = `${prefix}${latestVersion}`
|
||||
|
||||
changes.push({
|
||||
depType,
|
||||
|
||||
Reference in New Issue
Block a user