Skip to content

Commit 0db302c

Browse files
angular-robotdgp1130
authored andcommitted
build: update dependency aspect_rules_js to v2.4.2
See associated pull request for more information.
1 parent 4719204 commit 0db302c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ build_bazel_rules_nodejs_dependencies()
2929

3030
http_archive(
3131
name = "aspect_rules_js",
32-
sha256 = "961393890a58de989ad7aa36ce147fc9b15a77c8144454889bf068bdd12c5165",
33-
strip_prefix = "rules_js-2.4.0",
34-
url = "https://github.com/aspect-build/rules_js/releases/download/v2.4.0/rules_js-v2.4.0.tar.gz",
32+
sha256 = "b71565da7a811964e30cccb405544d551561e4b56c65f0c0aeabe85638920bd6",
33+
strip_prefix = "rules_js-2.4.2",
34+
url = "https://github.com/aspect-build/rules_js/releases/download/v2.4.2/rules_js-v2.4.2.tar.gz",
3535
)
3636

3737
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

0 commit comments

Comments
 (0)