Skip to content

Commit

Permalink
chore(deps): update dependency @microsoft/api-documenter to v7.17.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 24, 2022
1 parent 88dad5d commit ea03593
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/preset-typescript": "7.17.12",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.0.1",
"@microsoft/api-documenter": "7.17.19",
"@microsoft/api-documenter": "7.17.21",
"@microsoft/api-extractor": "7.25.2",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
Expand Down
31 changes: 25 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2382,15 +2382,15 @@
npmlog "^4.1.2"
write-file-atomic "^3.0.3"

"@microsoft/api-documenter@7.17.19":
version "7.17.19"
resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.17.19.tgz#1ddc5c1d157d257ffa3a1138f533c8bc8e5c41f9"
integrity sha512-6aUzSTmzU4dIXkAwbrpNGVxBigH1e+h49jStQ2f0uH+Z155GEFRoNmyZTZW0b/Q9sjsgSaa+EdJK0UkNwEM1Qw==
"@microsoft/api-documenter@7.17.21":
version "7.17.21"
resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.17.21.tgz#2c7d286758471fa3e7b0b02a18ba60c990f5e2df"
integrity sha512-VHe6H14GhSK8/816dYCLbH8ZwBTYVq1Kf5qhLyi1gfk6KEd1Oq1q+w72Toj5uRzPQek8t6DzO/9Ce7/VqoaT2g==
dependencies:
"@microsoft/api-extractor-model" "7.18.2"
"@microsoft/api-extractor-model" "7.19.0"
"@microsoft/tsdoc" "0.14.1"
"@rushstack/node-core-library" "3.45.7"
"@rushstack/ts-command-line" "4.11.1"
"@rushstack/ts-command-line" "4.12.0"
colors "~1.2.1"
js-yaml "~3.13.1"
resolve "~1.17.0"
Expand All @@ -2404,6 +2404,15 @@
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.45.7"

"@microsoft/api-extractor-model@7.19.0":
version "7.19.0"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.19.0.tgz#6acd54f127702457ae1b2cca54479dc87fd01766"
integrity sha512-EFTuTnLq9nAeEcya+RUVHoIN01ihQf0WxQu6QBxNvX4U67FvN8ha6z1cOChhUG3sxPOPL5c6qJg4Lt0Wbzvdsw==
dependencies:
"@microsoft/tsdoc" "0.14.1"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.45.7"

"@microsoft/api-extractor@7.25.2":
version "7.25.2"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.25.2.tgz#365639ad7409dcc1ccdfdd9ba35db99592a41531"
Expand Down Expand Up @@ -2718,6 +2727,16 @@
colors "~1.2.1"
string-argv "~0.3.1"

"@rushstack/ts-command-line@4.12.0":
version "4.12.0"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.12.0.tgz#8691d16771ed085c3431d5799875bdd2489e012b"
integrity sha512-+dC3ZwT1PjvsEnybXzM9UUYg4xdDOl6vmE+23eByxbWmAxo/nB8VAD5iFs+jbbUd9MtG/7xqCBWbMWEDA+cBjw==
dependencies:
"@types/argparse" "1.0.38"
argparse "~1.0.9"
colors "~1.2.1"
string-argv "~0.3.1"

"@sindresorhus/is@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
Expand Down

0 comments on commit ea03593

Please sign in to comment.