build: update ng-dev to avoid node-fetch usages (#54715)

See: https://github.com/angular/dev-infra/pull/1829

PR Close #54715
This commit is contained in:
Paul Gschwendtner
2024-03-06 11:56:00 +00:00
parent d4154f9e3c
commit e5885fa6d4
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -154,7 +154,7 @@
"@angular/animations": "^17.2.0-next",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#65f8e0021b37719f1d6352d0680c6b45a47a6b3a",
"@angular/docs": "https://github.com/angular/dev-infra-private-docs-builds.git#5274bdd3611a27067888e9a93c0838ab776e43af",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#262c6ede0815bb2ba6fbe6f1790eaaa77ce84c9c",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7dea535110c0215b221908e37067ee6b605db373",
"@babel/helper-remap-async-to-generator": "^7.18.9",
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
"@bazel/bazelisk": "^1.7.5",
+3 -3
View File
@@ -546,9 +546,9 @@
"@material/typography" "15.0.0-canary.7f224ddd4.0"
tslib "^2.3.0"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#262c6ede0815bb2ba6fbe6f1790eaaa77ce84c9c":
version "0.0.0-96a8277d21eb61a2370061717ffa8dee5668caa0"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#262c6ede0815bb2ba6fbe6f1790eaaa77ce84c9c"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#7dea535110c0215b221908e37067ee6b605db373":
version "0.0.0-5774b71c01a55c4c998f858ee37d3b77ae704c31"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7dea535110c0215b221908e37067ee6b605db373"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"