chore(deps-dev): Bump the dev-dependencies group with 9 updates (#11974)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
This commit is contained in:
dependabot[bot]
2024-02-22 17:00:26 +01:00
committed by GitHub
parent 3448a4097b
commit 04392d8f3f
5 changed files with 905 additions and 597 deletions

View File

@@ -24,10 +24,10 @@
}
},
"devDependencies": {
"@microsoft/api-extractor": "7.40.2",
"@microsoft/api-documenter": "7.23.24",
"@microsoft/api-extractor-model": "7.28.10",
"@microsoft/api-extractor": "7.40.6",
"@microsoft/api-documenter": "7.23.30",
"@microsoft/api-extractor-model": "7.28.13",
"@microsoft/tsdoc": "0.14.2",
"@rushstack/node-core-library": "3.66.1"
"@rushstack/node-core-library": "4.0.2"
}
}

View File

@@ -24,7 +24,7 @@
}
},
"devDependencies": {
"@swc/core": "1.4.1",
"@swc/core": "1.4.2",
"@types/doctrine": "0.0.9",
"@types/source-map-support": "0.5.10",
"@types/yargs": "17.0.32",

View File

@@ -32,6 +32,7 @@
"author": "The Chromium Authors",
"license": "Apache-2.0",
"devDependencies": {
"@prettier/sync": "0.5.1"
"@prettier/sync": "0.5.1",
"@typescript-eslint/utils": "7.0.2"
}
}