Skip to content

Commit

Permalink
Merge pull request #8884 from bdunne/frozen_lockfile
Browse files Browse the repository at this point in the history
Revert "Ensure engines lock down es-abstract"
  • Loading branch information
Fryguy authored Aug 2, 2023
2 parents 9bb4e74 + e8aa22c commit f2775e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/tasks/manageiq/ui_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ namespace :update do
next
end
puts "== #{engine.name} =="
require 'json'
package_json = JSON.load_file("./package.json")
package_json["resolutions"] ||= {}
package_json["resolutions"]["es-abstract"] = "~1.21.3"
File.write("./package.json", JSON.pretty_generate(package_json))
system("which yarn >/dev/null") || abort("\n== You have to install yarn ==")
system("yarn set version 1.22.18") || abort("\n== yarn failed to set version to 1.22.18 in #{engine.path} ==") if RUBY_PLATFORM.include?("s390x")
system("yarn") || abort("\n== yarn failed in #{engine.path} ==") # Add --immutable once s390x is off of yarn 1.
Expand Down

0 comments on commit f2775e1

Please sign in to comment.