Skip to content

Commit 9ef0c55

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent b1daa51 commit 9ef0c55

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ bazel_dep(name = "aspect_rules_jasmine", version = "2.0.4")
1919
bazel_dep(name = "rules_angular")
2020
git_override(
2121
module_name = "rules_angular",
22-
commit = "80673eb539c549f614f0d3e9f1c8e2e8067af12e",
22+
commit = "fe2e2addb8f7522f576d0a82218d385ccc020fdd",
2323
remote = "https://github.com/angular/rules_angular.git",
2424
)
2525

2626
bazel_dep(name = "devinfra")
2727
git_override(
2828
module_name = "devinfra",
29-
commit = "e207a53d1200bb73692f24a0669f4cec59b8b72f",
29+
commit = "dc795d10bfda9f1689bb2b1c1a293115498b967d",
3030
remote = "https://github.com/angular/dev-infra.git",
3131
)
3232

3333
bazel_dep(name = "rules_browsers")
3434
git_override(
3535
module_name = "rules_browsers",
36-
commit = "7282336e4d2af15dd6e3f1714abec6d8ad146834",
36+
commit = "cfc69cbfe7bd3b8282fd3c8c5dc8ed08425f51b1",
3737
remote = "https://github.com/angular/rules_browsers.git",
3838
)
3939

0 commit comments

Comments
 (0)