Skip to content

Commit

Permalink
Update dependency @microsoft/api-extractor to v7.34.0 (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 30, 2023
1 parent a38c837 commit 41bc665
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 52 deletions.
52 changes: 15 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@kristiandupont/dev-deps": "^1.1.0",
"@microsoft/api-documenter": "7.21.1",
"@microsoft/api-extractor": "7.33.8",
"@microsoft/api-extractor": "7.34.0",
"@types/jsonpath": "0.2.0",
"@types/pg": "8.6.6",
"@types/ramda": "0.28.22",
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -589,15 +589,6 @@
js-yaml "~3.13.1"
resolve "~1.22.1"

"@microsoft/api-extractor-model@7.25.3":
version "7.25.3"
resolved "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.25.3.tgz"
integrity sha512-WWxBUq77p2iZ+5VF7Nmrm3y/UtqCh5bYV8ii3khwq3w99+fXWpvfsAhgSLsC7k8XDQc6De4ssMxH6He/qe1pzg==
dependencies:
"@microsoft/tsdoc" "0.14.2"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.53.3"

"@microsoft/api-extractor-model@7.26.0":
version "7.26.0"
resolved "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.26.0.tgz"
Expand All @@ -607,12 +598,12 @@
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.53.3"

"@microsoft/api-extractor@7.33.8":
version "7.33.8"
resolved "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.33.8.tgz"
integrity sha512-lNscBtYcNwJ4t9kKt6AdYA+FGDG6S8a2EhHdggxgn+rkcTzQ9P6ZsDBSjXa+r+E8qdZjOLP5J1rxohH7t+FTJg==
"@microsoft/api-extractor@7.34.0":
version "7.34.0"
resolved "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.34.0.tgz"
integrity sha512-U9opcYpFrN0eIVunEx90SDSYzmjgO2mEVbttHwtJBjOHUhK2cY2QykH8uiBnJuVtuBvHVCdEFUGt6i/8LVexYA==
dependencies:
"@microsoft/api-extractor-model" "7.25.3"
"@microsoft/api-extractor-model" "7.26.0"
"@microsoft/tsdoc" "0.14.2"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.53.3"
Expand Down

0 comments on commit 41bc665

Please sign in to comment.