Skip to content

Commit

Permalink
build(dev-infra): update dev-infra to latest commit
Browse files Browse the repository at this point in the history
* The latest commit to dev-infra contains fixes for issues that were breaking
  our performance benchmarks.
  • Loading branch information
wagnermaciel authored and andrewseguin committed Jul 16, 2020
1 parent 49de56c commit 3dd5550
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@angular/bazel": "^10.0.0",
"@angular/benchpress": "^0.2.0",
"@angular/compiler-cli": "^10.0.0",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#0d806013f9c76bfae91d648fb69fc3cb2bf08758",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#0612a30aaf7a7e7eb2a4a5a9fa0f58622ce59590",
"@angular/platform-browser-dynamic": "^10.0.0",
"@angular/platform-server": "^10.0.0",
"@angular/router": "^10.0.0",
Expand Down
12 changes: 10 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,13 @@
dependencies:
tslib "^1.9.0"

"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#0d806013f9c76bfae91d648fb69fc3cb2bf08758":
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#0612a30aaf7a7e7eb2a4a5a9fa0f58622ce59590":
version "0.0.0"
resolved "https://github.com/angular/dev-infra-private-builds.git#0d806013f9c76bfae91d648fb69fc3cb2bf08758"
resolved "https://github.com/angular/dev-infra-private-builds.git#0612a30aaf7a7e7eb2a4a5a9fa0f58622ce59590"
dependencies:
"@angular/benchpress" "0.2.0"
"@octokit/graphql" "^4.3.1"
"@octokit/types" "^5.0.1"
brotli "^1.3.2"
chalk "^2.3.1"
cli-progress "^3.7.0"
Expand Down Expand Up @@ -1201,6 +1202,13 @@
dependencies:
"@types/node" ">= 8"

"@octokit/types@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.0.1.tgz#5459e9a5e9df8565dcc62c17a34491904d71971e"
integrity sha512-GorvORVwp244fGKEt3cgt/P+M0MGy4xEDbckw+K5ojEezxyMDgCaYPKVct+/eWQfZXOT7uq0xRpmrl/+hliabA==
dependencies:
"@types/node" ">= 8"

"@phenomnomnominal/tsquery@^4.0.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@phenomnomnominal/tsquery/-/tsquery-4.1.0.tgz#9c836d6db829b5127ccc1ffd8e4c2ad08d600071"
Expand Down

0 comments on commit 3dd5550

Please sign in to comment.