Skip to content

Commit

Permalink
Update dependency @microsoft/api-documenter to v7.21.1 (#297)
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 bc52a06 commit 401cf1f
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 15 deletions.
40 changes: 31 additions & 9 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 @@ -40,7 +40,7 @@
},
"devDependencies": {
"@kristiandupont/dev-deps": "^1.1.0",
"@microsoft/api-documenter": "7.19.28",
"@microsoft/api-documenter": "7.21.1",
"@microsoft/api-extractor": "7.33.8",
"@types/jsonpath": "0.2.0",
"@types/pg": "8.6.6",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -576,12 +576,12 @@
eslint-plugin-simple-import-sort "^8.0.0"
typescript "4.8.3"

"@microsoft/api-documenter@7.19.28":
version "7.19.28"
resolved "https://registry.npmjs.org/@microsoft/api-documenter/-/api-documenter-7.19.28.tgz"
integrity sha512-m9FG5vj8d5Zf3N7UV/Xuau/17Loe32A+nEsY4Pgyye+9gR12yz6LAyunUOehNjgDav0C4edy+qtrxOvXyGu7aA==
"@microsoft/api-documenter@7.21.1":
version "7.21.1"
resolved "https://registry.npmjs.org/@microsoft/api-documenter/-/api-documenter-7.21.1.tgz"
integrity sha512-Jme4ehP1Vl7h5sZ+K49432FO5BgmCsBMIn6zqKk9xQus8S5Mj31xSy5uMieqBsTOq/I/+P5FQ/UYf6Ie9NgeJw==
dependencies:
"@microsoft/api-extractor-model" "7.25.3"
"@microsoft/api-extractor-model" "7.26.0"
"@microsoft/tsdoc" "0.14.2"
"@rushstack/node-core-library" "3.53.3"
"@rushstack/ts-command-line" "4.13.1"
Expand All @@ -598,6 +598,15 @@
"@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"
integrity sha512-iUlscM9a3/scqgaL+sipTYsfbkF/frrZhdYWXm5+zEVMW6QlP5jDV6cYNeIEIdMeGSbzk1yxpBjyeBDAZQLdyA==
dependencies:
"@microsoft/tsdoc" "0.14.2"
"@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"
Expand Down

0 comments on commit 401cf1f

Please sign in to comment.