update: update dependency @microsoft/api-extractor to v7.13.0
This commit is contained in:
parent
7b920e2d6d
commit
ad3c4e400b
|
@ -14,7 +14,7 @@
|
|||
"@apextoaster/js-utils": "0.2.1",
|
||||
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
||||
"@microsoft/api-documenter": "7.12.2",
|
||||
"@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/js-yaml": "3.12.6",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -201,10 +201,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"
|
||||
|
@ -216,7 +216,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"
|
||||
|
@ -4678,7 +4678,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==
|
||||
|
@ -4688,11 +4688,6 @@ typescript@^3.0.0:
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
|
||||
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
|
||||
|
||||
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.9"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/uglify-js/-/uglify-js-3.6.9.tgz#85d353edb6ddfb62a9d798f36e91792249320611"
|
||||
|
|
Loading…
Reference in New Issue