File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ build_bazel_rules_nodejs_dependencies()
29
29
30
30
http_archive (
31
31
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" ,
35
35
)
36
36
37
37
load ("@aspect_rules_js//js:repositories.bzl" , "rules_js_dependencies" )
@@ -273,7 +273,7 @@ esbuild_register_toolchains(
273
273
274
274
git_repository (
275
275
name = "rules_angular" ,
276
- commit = "88ddcf8cccbfef57f8cc3dda4881f18ec739428e " ,
276
+ commit = "8bf9ae3fa3017ec12877908533001daed9c6ce83 " ,
277
277
remote = "https://github.com/devversion/rules_angular.git" ,
278
278
)
279
279
You can’t perform that action at this time.
0 commit comments