Skip to content

Commit 8444589

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 22e0407 commit 8444589

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
@@ -24,21 +24,21 @@ bazel_dep(name = "rules_nodejs", version = "6.7.3")
2424
bazel_dep(name = "rules_browsers")
2525
git_override(
2626
module_name = "rules_browsers",
27-
commit = "0072289db29cb40381fc7b70be8a38e4930d76fd",
27+
commit = "4f48115022d53c0eefef13299e5389f592f4977f",
2828
remote = "https://github.com/angular/rules_browsers.git",
2929
)
3030

3131
bazel_dep(name = "rules_sass")
3232
git_override(
3333
module_name = "rules_sass",
34-
commit = "229f9affd7c18d3b217ad925b2238dfb09de6a40",
34+
commit = "27c2c9492188132eda0e050ce0b3d94cac2b921d",
3535
remote = "https://github.com/angular/rules_sass.git",
3636
)
3737

3838
bazel_dep(name = "rules_angular")
3939
git_override(
4040
module_name = "rules_angular",
41-
commit = "6de6ff1afab00a40dd1dc5d8a72b176bb7a6e504",
41+
commit = "a09930418e5d15ad0cc483ca446f62c7ce5de90b",
4242
remote = "https://github.com/angular/rules_angular.git",
4343
)
4444

0 commit comments

Comments
 (0)