Skip to content

Commit 637b16c

Browse files
committed
build: update bazel dependencies
See associated pull request for more information.
1 parent e462301 commit 637b16c

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
@@ -45,9 +45,9 @@ build_bazel_rules_nodejs_dependencies()
4545

4646
http_archive(
4747
name = "aspect_rules_js",
48-
sha256 = "83e5af4d17385d1c3268c31ae217dbfc8525aa7bcf52508dc6864baffc8b9501",
49-
strip_prefix = "rules_js-2.3.7",
50-
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.7/rules_js-v2.3.7.tar.gz",
48+
sha256 = "304c51726b727d53277dd28fcda1b8e43b7e46818530b8d6265e7be98d5e2b25",
49+
strip_prefix = "rules_js-2.3.8",
50+
url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.8/rules_js-v2.3.8.tar.gz",
5151
)
5252

5353
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
@@ -199,7 +199,7 @@ setup_dependencies_2()
199199

200200
git_repository(
201201
name = "rules_angular",
202-
commit = "652e5b0ef9be65ca738e11d5d01424b64344b466",
202+
commit = "845ffcd8231832abdcfd6a47211b2feb4d178d7b",
203203
remote = "https://github.com/devversion/rules_angular.git",
204204
)
205205

0 commit comments

Comments
 (0)