Skip to content

Commit aaee9dc

Browse files
committed
bump tsdoc version
1 parent 9af673c commit aaee9dc

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
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:*",

common/config/rush/pnpm-lock.yaml

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/repo-state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "2772260740ee0d1cfcb302a317f4b2dcf31fdbe1",
3+
"pnpmShrinkwrapHash": "8f8e76ef6aeea0155ab39d19c3b5e7587b89486a",
44
"preferredVersionsHash": "5222ca779ae69ebfd201e39c17f48ce9eaf8c3c2"
55
}

libraries/api-extractor-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"_phase:test": "heft test --no-build"
1818
},
1919
"dependencies": {
20-
"@microsoft/tsdoc": "0.14.1",
20+
"@microsoft/tsdoc": "0.14.2",
2121
"@microsoft/tsdoc-config": "~0.16.1",
2222
"@rushstack/node-core-library": "workspace:*"
2323
},

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
"dependencies": {
1414
"@microsoft/api-documenter": "workspace:*",
1515
"@microsoft/api-extractor-model": "workspace:*",
16-
"@microsoft/tsdoc": "0.14.1",
16+
"@microsoft/tsdoc": "0.14.2",
1717
"@rushstack/node-core-library": "workspace:*",
1818
"js-yaml": "~3.13.1"
1919
},

0 commit comments

Comments
 (0)