Skip to content

Commit 02059e2

Browse files
committed
build: update bazel dependencies
See associated pull request for more information.
1 parent 51b54c5 commit 02059e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WORKSPACE

Lines changed: 4 additions & 4 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 = "304c51726b727d53277dd28fcda1b8e43b7e46818530b8d6265e7be98d5e2b25",
33-
strip_prefix = "rules_js-2.3.8",
34-
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.8/rules_js-v2.3.8.tar.gz",
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",
3535
)
3636

3737
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
@@ -273,7 +273,7 @@ esbuild_register_toolchains(
273273

274274
git_repository(
275275
name = "rules_angular",
276-
commit = "88ddcf8cccbfef57f8cc3dda4881f18ec739428e",
276+
commit = "8bf9ae3fa3017ec12877908533001daed9c6ce83",
277277
remote = "https://github.com/devversion/rules_angular.git",
278278
)
279279

0 commit comments

Comments
 (0)