Skip to content

Commit

Permalink
Merge pull request Homebrew#170376 from Homebrew/bump-babel-7.24.5
Browse files Browse the repository at this point in the history
babel 7.24.5
  • Loading branch information
BrewTestBot authored Apr 29, 2024
2 parents 0fa1a40 + 0fde944 commit 7fe2194
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/b/babel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
class Babel < Formula
desc "Compiler for writing next generation JavaScript"
homepage "https://babeljs.io/"
url "https://registry.npmjs.org/@babel/core/-/core-7.24.4.tgz"
sha256 "382298f7bd5af14f1f1edc0abbfe958b09ec6dedc14453303de2e0c4a5d59bf6"
url "https://registry.npmjs.org/@babel/core/-/core-7.24.5.tgz"
sha256 "61d6fa7b2633d5c6c39aaddd7ea62e7e80e0d34b78633385294f3c6b7234012d"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, all: "72512756a81d2acfafeb563b4c62bfc58d7e76cb3ca9f6b4b072412065a860ee"
sha256 cellar: :any_skip_relocation, all: "35d35560c68bc39802530952a30a5deb233909b19561070df1252e48d2fb262f"
end

depends_on "node"

resource "babel-cli" do
url "https://registry.npmjs.org/@babel/cli/-/cli-7.24.1.tgz"
sha256 "462d441a9ddce9ab79e233647197d151e72a063e7fd2a323cba50c2d2f514884"
url "https://registry.npmjs.org/@babel/cli/-/cli-7.24.5.tgz"
sha256 "bf1baf99b310455a79108f0beb774ae1c9d900b9f128be6475fd71e35359489e"
end

def install
Expand Down

0 comments on commit 7fe2194

Please sign in to comment.