mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: pin TSDoc related dependencies (#6063)
Without the API-* dependencies pinned different versions may be installed on local machines vs CI. One of the checks we do is to check that the checked in docs matches what is generated on CI. Therefore we need to ensure devs locally run the exact version that CI runs such that they generate the same output. So in this case we pin to a particular version of the dependencies.
This commit is contained in:
@@ -59,8 +59,8 @@
|
||||
"ws": "^7.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/api-documenter": "^7.8.8",
|
||||
"@microsoft/api-extractor": "^7.8.8",
|
||||
"@microsoft/api-documenter": "7.8.14",
|
||||
"@microsoft/api-extractor": "7.8.12",
|
||||
"@types/debug": "0.0.31",
|
||||
"@types/mime": "^2.0.0",
|
||||
"@types/node": "^10.17.14",
|
||||
|
||||
Reference in New Issue
Block a user