update: update dependency @microsoft/api-extractor to v7.13.0
This commit is contained in:
parent
e02301b4f7
commit
8d6b9d5845
|
@ -23,7 +23,7 @@
|
|||
"devDependencies": {
|
||||
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
||||
"@microsoft/api-documenter": "7.12.4",
|
||||
"@microsoft/api-extractor": "7.12.1",
|
||||
"@microsoft/api-extractor": "7.13.0",
|
||||
"@types/chai": "4.2.14",
|
||||
"@types/chai-as-promised": "7.1.3",
|
||||
"@types/lodash": "4.14.167",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -196,10 +196,10 @@
|
|||
"@microsoft/tsdoc" "0.12.24"
|
||||
"@rushstack/node-core-library" "3.35.2"
|
||||
|
||||
"@microsoft/api-extractor@7.12.1":
|
||||
version "7.12.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor/-/api-extractor-7.12.1.tgz#4204be6c9f845d7d1796b6d51c58bcb25e7267e9"
|
||||
integrity sha512-lleLrKkqiRvOQeoRMSHQY0wl/j9SxRVd9+Btyh/WWw0kHNy7nAKyzGmejvlz2XTn13H0elJWV6C3dxhaQy4mtA==
|
||||
"@microsoft/api-extractor@7.13.0":
|
||||
version "7.13.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor/-/api-extractor-7.13.0.tgz#13900fc7596c29daeecd3f33ed8960cfc5250107"
|
||||
integrity sha512-T+14VIhB91oJIett5AZ02VWYmz/01VHFWkcAOWiErIQ8AiFhJZoGqTjGxoi8ZpEEBuAj2EGVYojORwLc/+aiDQ==
|
||||
dependencies:
|
||||
"@microsoft/api-extractor-model" "7.12.1"
|
||||
"@microsoft/tsdoc" "0.12.24"
|
||||
|
@ -211,7 +211,7 @@
|
|||
resolve "~1.17.0"
|
||||
semver "~7.3.0"
|
||||
source-map "~0.6.1"
|
||||
typescript "~4.0.5"
|
||||
typescript "~4.1.3"
|
||||
|
||||
"@microsoft/tsdoc@0.12.24":
|
||||
version "0.12.24"
|
||||
|
@ -4675,7 +4675,7 @@ typedarray@^0.0.6:
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||
|
||||
typescript@4.1.3:
|
||||
typescript@4.1.3, typescript@~4.1.3:
|
||||
version "4.1.3"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
|
||||
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
|
||||
|
@ -4685,11 +4685,6 @@ typescript@^3.0.0:
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/typescript/-/typescript-3.6.3.tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da"
|
||||
integrity sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==
|
||||
|
||||
typescript@~4.0.5:
|
||||
version "4.0.5"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
|
||||
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
|
||||
|
||||
uglify-js@^3.1.4:
|
||||
version "3.6.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5"
|
||||
|
|
Loading…
Reference in New Issue