Skip to content

Commit 78cb7a2

Browse files
committed
build: update @angular/dev-infra-private commit hash to 6df6965
1 parent 7320980 commit 78cb7a2

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@angular/compiler": "12.1.2",
7676
"@angular/compiler-cli": "12.1.2",
7777
"@angular/core": "12.1.2",
78-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#d9656f649e17c99eb48bebee6c045db479a5cfb4",
78+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#6df6965081c403bab4ab9a38831936c3ecae2589",
7979
"@angular/forms": "12.1.2",
8080
"@angular/localize": "12.1.2",
8181
"@angular/material": "12.1.2",

yarn.lock

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,10 @@
9292
dependencies:
9393
tslib "^2.0.0"
9494

95-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#d9656f649e17c99eb48bebee6c045db479a5cfb4":
95+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#6df6965081c403bab4ab9a38831936c3ecae2589":
9696
version "0.0.0"
97-
resolved "https://github.com/angular/dev-infra-private-builds.git#82da7f78a15b1a00a60402a51a2c5424e9699d53"
97+
uid "6df6965081c403bab4ab9a38831936c3ecae2589"
98+
resolved "https://github.com/angular/dev-infra-private-builds.git#6df6965081c403bab4ab9a38831936c3ecae2589"
9899
dependencies:
99100
"@angular/benchpress" "0.2.1"
100101
"@bazel/buildifier" "^4.0.1"
@@ -120,7 +121,6 @@
120121
protractor "^7.0.0"
121122
selenium-webdriver "3.5.0"
122123
semver "^7.3.5"
123-
shelljs "^0.8.4"
124124
ts-node "^10.0.0"
125125
tslib "^2.2.0"
126126
typed-graphqlify "^3.1.1"
@@ -6124,11 +6124,6 @@ internal-ip@^4.3.0:
61246124
default-gateway "^4.2.0"
61256125
ipaddr.js "^1.9.0"
61266126

6127-
interpret@^1.0.0:
6128-
version "1.4.0"
6129-
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
6130-
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
6131-
61326127
ip-regex@^2.1.0:
61336128
version "2.1.0"
61346129
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
@@ -9645,13 +9640,6 @@ readdirp@~3.6.0:
96459640
dependencies:
96469641
picomatch "^2.2.1"
96479642

9648-
rechoir@^0.6.2:
9649-
version "0.6.2"
9650-
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
9651-
integrity sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=
9652-
dependencies:
9653-
resolve "^1.1.6"
9654-
96559643
redent@^3.0.0:
96569644
version "3.0.0"
96579645
resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f"
@@ -10290,15 +10278,6 @@ shebang-regex@^3.0.0:
1029010278
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
1029110279
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
1029210280

10293-
shelljs@^0.8.4:
10294-
version "0.8.4"
10295-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
10296-
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
10297-
dependencies:
10298-
glob "^7.0.0"
10299-
interpret "^1.0.0"
10300-
rechoir "^0.6.2"
10301-
1030210281
signal-exit@^3.0.0, signal-exit@^3.0.2:
1030310282
version "3.0.3"
1030410283
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"

0 commit comments

Comments
 (0)