Skip to content

Commit

Permalink
chore: bump minimum rules_nodejs to 6.2.0 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jun 8, 2024
1 parent 2a7bde9 commit 7d77631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swc/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def rules_swc_dependencies():

http_archive(
name = "rules_nodejs",
sha256 = "dddd60acc3f2f30359bef502c9d788f67e33814b0ddd99aa27c5a15eb7a41b8c",
strip_prefix = "rules_nodejs-6.1.0",
url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.1.0/rules_nodejs-v6.1.0.tar.gz",
sha256 = "87c6171c5be7b69538d4695d9ded29ae2626c5ed76a9adeedce37b63c73bef67",
strip_prefix = "rules_nodejs-6.2.0",
url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.2.0/rules_nodejs-v6.2.0.tar.gz",
)

0 comments on commit 7d77631

Please sign in to comment.