Skip to content

Commit fa30b89

Browse files
authored
Merge pull request #3711 from TheLarkInn/issue/3710
[api-extractor] Bump @microsoft/tsdoc dependency version
2 parents 6489893 + 5dd2615 commit fa30b89

File tree

9 files changed

+2156
-1774
lines changed

9 files changed

+2156
-1774
lines changed

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typings": "dist/rollup.d.ts",
2222
"dependencies": {
2323
"@microsoft/api-extractor-model": "workspace:*",
24-
"@microsoft/tsdoc": "0.14.1",
24+
"@microsoft/tsdoc": "0.14.2",
2525
"@rushstack/node-core-library": "workspace:*",
2626
"@rushstack/ts-command-line": "workspace:*",
2727
"colors": "~1.2.1",

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@microsoft/api-extractor-model": "workspace:*",
41-
"@microsoft/tsdoc": "0.14.1",
41+
"@microsoft/tsdoc": "0.14.2",
4242
"@microsoft/tsdoc-config": "~0.16.1",
4343
"@rushstack/node-core-library": "workspace:*",
4444
"@rushstack/rig-package": "workspace:*",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/api-documenter",
5+
"comment": "Update the @microsoft/tsdoc dependency version to 0.14.2.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/api-documenter"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/api-extractor-model",
5+
"comment": "Update the @microsoft/tsdoc dependency version to 0.14.2.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor-model"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/api-extractor",
5+
"comment": "Update the @microsoft/tsdoc dependency version to 0.14.2.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor"
10+
}

0 commit comments

Comments
 (0)