Skip to content

Commit

Permalink
build: update api-extractor to avoid crash for properties without exp…
Browse files Browse the repository at this point in the history
…licit type (#45967)

API extractor crashes got fixed with
microsoft/rushstack#3424.

PR Close #45967
  • Loading branch information
devversion authored and alxhub committed May 20, 2022
1 parent bd91572 commit 71e4bf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -74,7 +74,7 @@
"@bazel/runfiles": "5.4.2",
"@bazel/terser": "5.4.2",
"@bazel/worker": "5.4.2",
"@microsoft/api-extractor": "7.24.0",
"@microsoft/api-extractor": "7.24.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2019,10 +2019,10 @@
source-map "~0.6.1"
typescript "~4.6.3"

"@microsoft/api-extractor@7.24.0":
version "7.24.0"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.24.0.tgz#be497360b06891ed8b660e7802c4503ceb736693"
integrity sha512-cC5Vcu3N2OJh1G5v136JYtE4QQtQYq6mLiL8YXzFgu8aoq8T88kzq3/TxlihJvqGnrD96pf4PjS2Yg8RNYTQYw==
"@microsoft/api-extractor@7.24.1":
version "7.24.1"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.24.1.tgz#cbbe32a5f4f32717b60f593cdc172b99e5c76fae"
integrity sha512-RjcKRvKRAtTK4z8UdC2qYsvgTYHEYvdsqF4QGoX4mNAVo7s6Jj4zcHtSrMEQMTUHujZbSd5+ihI5ktISp338mQ==
dependencies:
"@microsoft/api-extractor-model" "7.17.3"
"@microsoft/tsdoc" "0.14.1"
Expand Down

0 comments on commit 71e4bf5

Please sign in to comment.