Skip to content

Commit

Permalink
chore: bump minimum rules_nodejs to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Jun 8, 2024
1 parent c729b29 commit 32f7249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bazel_dep(name = "aspect_bazel_lib", version = "2.7.7")
bazel_dep(name = "aspect_rules_js", version = "2.0.0-rc1")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.5")
bazel_dep(name = "rules_nodejs", version = "6.1.0")
bazel_dep(name = "rules_nodejs", version = "6.2.0")

####### Dev dependencies ########

Expand Down
6 changes: 3 additions & 3 deletions cypress/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def rules_cypress_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 32f7249

Please sign in to comment.