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:

committed by
Andrew Kushnir

parent
0b1bf14cd8
commit
5da5ca5c23
@ -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",
|
||||
|
Reference in New Issue
Block a user