8000 Upgrade TSDoc library · rbuckton/rushstack@a75966d · GitHub
[go: up one dir, main page]

Skip to content

Commit a75966d

Browse files
committed
Upgrade TSDoc library
1 parent 4fb028d commit a75966d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@microsoft/api-extractor-model": "7.7.9",
2121
"@rushstack/node-core-library": "3.19.5",
2222
"@rushstack/ts-command-line": "4.3.12",
23-
"@microsoft/tsdoc": "0.12.14",
23+
"@microsoft/tsdoc": "0.12.19",
2424
"colors": "~1.2.1",
2525
"js-yaml": "~3.13.1",
2626
"resolve": "1.8.1"

apps/api-extractor-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@rushstack/node-core-library": "3.19.5",
18-
"@microsoft/tsdoc": "0.12.14"
18+
"@microsoft/tsdoc": "0.12.19"
1919
},
2020
"devDependencies": {
2121
"@microsoft/node-library-build": "6.4.5",

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@microsoft/api-extractor-model": "7.7.9",
3636
"@rushstack/node-core-library": "3.19.5",
3737
"@rushstack/ts-command-line": "4.3.12",
38-
"@microsoft/tsdoc": "0.12.14",
38+
"@microsoft/tsdoc": "0.12.19",
3939
"colors": "~1.2.1",
4040
"lodash": "~4.17.15",
4141
"resolve": "1.8.1",

repo-scripts/doc-plugin-rush-stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@microsoft/api-documenter": "7.7.14",
1414
"@microsoft/api-extractor-model": "7.7.9",
1515
"@rushstack/node-core-library": "3.19.5",
16-
"@microsoft/tsdoc": "0.12.14",
16+
"@microsoft/tsdoc": "0.12.19",
1717
"js-yaml": "~3.13.1"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)
0