Skip to content

Commit

Permalink
build: add dependency on @microsoft/api-extractor for api-documenter (#…
Browse files Browse the repository at this point in the history
…43)

Adding dependency on @microsoft/api-extractor with the current version we support in [googleapis/nodejs-cloud-rad](https://github.com/googleapis/nodejs-cloud-rad/blob/main/api-extractor-configs/common.api.json#L4). The api-extractor version in [googleapis/nodejs-cloud-rad](https://github.com/googleapis/nodejs-cloud-rad/blob/main/package.json#L17) should also be fixed to avoid module conflicts.
  • Loading branch information
dansaadati committed Jul 7, 2022
1 parent 8315804 commit 56d25aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api-documenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"resolve": "~1.17.0"
},
"devDependencies": {
"@microsoft/api-extractor": "7.18.19",
"@rushstack/eslint-config": "^2.5.0",
"@rushstack/heft": "^0.44.0",
"@rushstack/heft-node-rig": "^1.3.0",
Expand Down

0 comments on commit 56d25aa

Please sign in to comment.