Skip to content

Commit cbbd30a

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 463311c commit cbbd30a

4 files changed

Lines changed: 289 additions & 547 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ git_override(
3232
bazel_dep(name = "rules_angular")
3333
git_override(
3434
module_name = "rules_angular",
35-
commit = "19914e2fb677d50b16360dcea8740a1b0dd46172",
35+
commit = "045f98407a299ffaeeeafa275d8490d4507513f8",
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 = "f91b383e3128872b21f709d2ae7543344c65526d",
42+
commit = "5b99d6d3e88b82657d768d816b0d1d1dccbf0b9e",
4343
remote = "https://github.com/angular/dev-infra.git",
4444
)
4545

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"devDependencies": {
7979
"@angular/localize": "catalog:",
80-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f084e2e88e71cdca8098489e6104ffcdbd9a8eda",
80+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#85aecb4b2f5247438cea046bd1f87269ae3f6227",
8181
"@angular/platform-server": "catalog:",
8282
"@angular/router": "catalog:",
8383
"@babel/core": "^7.16.12",

0 commit comments

Comments
 (0)