Skip to content

Commit ffcb264

Browse files
build: update cross-repo angular dependencies (angular#33211)
See associated pull request for more information.
1 parent 24115c0 commit ffcb264

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@ bazel_dep(name = "bazel_skylib", version = "1.9.0")
1818
bazel_dep(name = "rules_browsers")
1919
git_override(
2020
module_name = "rules_browsers",
21-
commit = "b03f09ef28a08f8ae07482851cf5ecbf6ac23a2a",
21+
commit = "f8a3a661882bf36e537971a9e50fd19cada0d471",
2222
remote = "https://github.com/angular/rules_browsers.git",
2323
)
2424

2525
bazel_dep(name = "rules_sass")
2626
git_override(
2727
module_name = "rules_sass",
28-
commit = "a65d937fabd87672f7245aeaa5eb5a0c5a2abead",
28+
commit = "53e635b7fe0c2132b3b61f17cf0631bb35364013",
2929
remote = "https://github.com/angular/rules_sass.git",
3030
)
3131

3232
bazel_dep(name = "rules_angular")
3333
git_override(
3434
module_name = "rules_angular",
35-
commit = "b1d295334e70335dab7ac9984a989fae0a9c9dc2",
35+
commit = "88a34a4f4f10f495b051c06c2ffa8698829b9215",
3636
remote = "https://github.com/angular/rules_angular.git",
3737
)
3838

3939
bazel_dep(name = "devinfra")
4040
git_override(
4141
module_name = "devinfra",
42-
commit = "fcf9aad99710835428e0e9859bf060689045a131",
42+
commit = "bb79de4712147000f5f289eac67e2ec366f57dbc",
4343
remote = "https://github.com/angular/dev-infra.git",
4444
)
4545

0 commit comments

Comments
 (0)