update: update dependency @microsoft/api-documenter to v7.5.6
This commit is contained in:
parent
cc0e5510ee
commit
18ba55d1db
|
@ -22,7 +22,7 @@
|
|||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@istanbuljs/nyc-config-typescript": "0.1.3",
|
||||
"@microsoft/api-documenter": "7.5.4",
|
||||
"@microsoft/api-documenter": "7.5.6",
|
||||
"@microsoft/api-extractor": "7.5.2",
|
||||
"@types/chai": "4.2.4",
|
||||
"@types/chai-as-promised": "7.1.2",
|
||||
|
|
43
yarn.lock
43
yarn.lock
|
@ -113,13 +113,13 @@
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@istanbuljs/nyc-config-typescript/-/nyc-config-typescript-0.1.3.tgz#944d15b3ebdb71f963a628daffaa25ade981bb86"
|
||||
integrity sha512-EzRFg92bRSD1W/zeuNkeGwph0nkWf+pP2l/lYW4/5hav7RjKKBN5kV1Ix7Tvi0CMu3pC4Wi/U7rNisiJMR3ORg==
|
||||
|
||||
"@microsoft/api-documenter@7.5.4":
|
||||
version "7.5.4"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-documenter/-/api-documenter-7.5.4.tgz#4aaec26c010eea71c6d8a17955c3307c2e63aae4"
|
||||
integrity sha512-N/mDVpf1V4g6UTbFlrsF9LT09SFTb362gm+ZnPUA1OAGV62SqBBe8ZJO7LPFyLo1UOYGUpfK+YgS6dlGKItxkg==
|
||||
"@microsoft/api-documenter@7.5.6":
|
||||
version "7.5.6"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-documenter/-/api-documenter-7.5.6.tgz#b6f7688c6314347dc2dbcd63ea261d42dd8972a1"
|
||||
integrity sha512-iyjjEipXJfshByE/wBJGdokGsdtOvUxC0/wd1efSByC5bkdcwXMu6+PvQxcSozYTXP7YK5FM8C5DeXe88mJDaw==
|
||||
dependencies:
|
||||
"@microsoft/api-extractor-model" "7.5.2"
|
||||
"@microsoft/node-core-library" "3.16.0"
|
||||
"@microsoft/api-extractor-model" "7.5.4"
|
||||
"@microsoft/node-core-library" "3.17.0"
|
||||
"@microsoft/ts-command-line" "4.3.4"
|
||||
"@microsoft/tsdoc" "0.12.14"
|
||||
colors "~1.2.1"
|
||||
|
@ -134,6 +134,14 @@
|
|||
"@microsoft/node-core-library" "3.16.0"
|
||||
"@microsoft/tsdoc" "0.12.14"
|
||||
|
||||
"@microsoft/api-extractor-model@7.5.4":
|
||||
version "7.5.4"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor-model/-/api-extractor-model-7.5.4.tgz#c5ad3823a59ee9c81b685e4f1a6f55e0e64218be"
|
||||
integrity sha512-pzY1EVHw8dMCRBba8PDEV71vnsmvhOSgLUIXxB45Ts0Po69tz2H7YZQ4DsAetyv0aSLHG5QVXmGEn65A1DDvDQ==
|
||||
dependencies:
|
||||
"@microsoft/node-core-library" "3.17.0"
|
||||
"@microsoft/tsdoc" "0.12.14"
|
||||
|
||||
"@microsoft/api-extractor@7.5.2":
|
||||
version "7.5.2"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor/-/api-extractor-7.5.2.tgz#4da588e71c6342ec66b6b087a471aa773a232c81"
|
||||
|
@ -160,6 +168,19 @@
|
|||
jju "~1.4.0"
|
||||
z-schema "~3.18.3"
|
||||
|
||||
"@microsoft/node-core-library@3.17.0":
|
||||
version "3.17.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/node-core-library/-/node-core-library-3.17.0.tgz#3576431711b65951b5059d564ac9dc0897f75743"
|
||||
integrity sha512-i49LbZxPU35Vq50lV1oN331WPp+BmmhGs0Ee2PT/OAZR7qOm/UdQ3vpG70zhkLHymJNUyb0vUh0UU3ZHU6mgsg==
|
||||
dependencies:
|
||||
"@types/node" "8.10.54"
|
||||
colors "~1.2.1"
|
||||
fs-extra "~7.0.1"
|
||||
jju "~1.4.0"
|
||||
semver "~5.3.0"
|
||||
timsort "~0.3.0"
|
||||
z-schema "~3.18.3"
|
||||
|
||||
"@microsoft/ts-command-line@4.3.4":
|
||||
version "4.3.4"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/ts-command-line/-/ts-command-line-4.3.4.tgz#a52214bd86f6d65c8975f46e6b12fad68545058a"
|
||||
|
@ -2351,6 +2372,11 @@ semver@6.3.0, semver@^6.0.0:
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
||||
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
||||
|
||||
semver@~5.3.0:
|
||||
version "5.3.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
|
||||
integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8=
|
||||
|
||||
set-blocking@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
|
||||
|
@ -2630,6 +2656,11 @@ through@2, "through@>=2.2.7 <3":
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
|
||||
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
|
||||
|
||||
timsort@~0.3.0:
|
||||
version "0.3.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
|
||||
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
|
||||
|
||||
to-fast-properties@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
|
||||
|
|
Loading…
Reference in New Issue