build: update `@microsoft/api-extractor` to `7.18.1` (#42804)
microsoft/rushstack#2797 is fixed. PR Close #42804
This commit is contained in:
parent
3791ae0c95
commit
c5351aae29
|
@ -61,7 +61,7 @@
|
|||
"@bazel/runfiles": "3.7.0",
|
||||
"@bazel/terser": "3.7.0",
|
||||
"@bazel/typescript": "3.7.0",
|
||||
"@microsoft/api-extractor": "7.17.1",
|
||||
"@microsoft/api-extractor": "7.18.1",
|
||||
"@octokit/rest": "^18.6.2",
|
||||
"@octokit/core": "^3.5.1",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^5.3.3",
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/api-extractor": "7.17.1",
|
||||
"@microsoft/api-extractor": "7.18.1",
|
||||
"shelljs": "0.8.4",
|
||||
"tsickle": "^0.38.0",
|
||||
"tslib": "^2.2.0"
|
||||
|
|
|
@ -1181,10 +1181,10 @@
|
|||
"@microsoft/tsdoc-config" "~0.15.2"
|
||||
"@rushstack/node-core-library" "3.39.0"
|
||||
|
||||
"@microsoft/api-extractor@7.17.1":
|
||||
version "7.17.1"
|
||||
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.17.1.tgz#df6b7aa7cadcb35e2483048ebe5dbaf7af932446"
|
||||
integrity sha512-NqdN627QoDdDtvfqEoX+Z6WbF2yid5URUZVYefC9KuisgwrsfvbSj5QwzOZlMYcufoafTq9jfeVyFAXr4PqGig==
|
||||
"@microsoft/api-extractor@7.18.1":
|
||||
version "7.18.1"
|
||||
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.18.1.tgz#61b39f972b646261dd49f2de9f5d448aa6497e7a"
|
||||
integrity sha512-qljUF2Q0zAx1vJrjKkJVGN7OVbsXki+Pji99jywyl6L/FK3YZ7PpstUJYE6uBcLPy6rhNPWPAsHNTMpG/kHIsg==
|
||||
dependencies:
|
||||
"@microsoft/api-extractor-model" "7.13.3"
|
||||
"@microsoft/tsdoc" "0.13.2"
|
||||
|
|
Loading…
Reference in New Issue