fix(bazel): pin @microsoft/api-extractor (#32187)

The API of `@microsoft/api-extractor` changed in a minor version which is causes an error when using dts flattening downstream.

API wil be updated on master https://github.com/angular/angular/pull/32185

PR Close #32187
This commit is contained in:
Alan Agius
2019-08-19 11:29:09 +02:00
committed by Andrew Kushnir
parent 0b1bf14cd8
commit 5da5ca5c23
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
"@angular-devkit/architect": "^0.800.0-beta.15",
"@angular-devkit/core": "^8.0.0-beta.15",
"@angular-devkit/schematics": "^8.0.0-beta.15",
"@microsoft/api-extractor": "^7.0.21",
"@microsoft/api-extractor": "7.0.21",
"@schematics/angular": "^8.0.0-beta.15",
"@types/node": "6.0.84",
"semver": "^5.6.0",