Skip to content

Commit

Permalink
update tsdoc and tsdoc-config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrice committed Mar 22, 2021
1 parent 32b306e commit 9ecc08f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 25 deletions.
2 changes: 1 addition & 1 deletion apps/api-documenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typings": "dist/rollup.d.ts",
"dependencies": {
"@microsoft/api-extractor-model": "workspace:*",
"@microsoft/tsdoc": "0.12.24",
"@microsoft/tsdoc": "0.13.0",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/ts-command-line": "workspace:*",
"colors": "~1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "heft test --clean"
},
"dependencies": {
"@microsoft/tsdoc": "0.12.24",
"@microsoft/tsdoc": "0.13.0",
"@rushstack/node-core-library": "workspace:*"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@microsoft/api-extractor-model": "workspace:*",
"@microsoft/tsdoc-config": "~0.13.9",
"@microsoft/tsdoc": "0.12.24",
"@microsoft/tsdoc-config": "~0.14.0",
"@microsoft/tsdoc": "0.13.0",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/rig-package": "workspace:*",
"@rushstack/ts-command-line": "workspace:*",
Expand Down
30 changes: 11 additions & 19 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "22ebb84864cc083a3a792fef455dcb8343f9e5c0",
"pnpmShrinkwrapHash": "ea22a748a6e6a9766a8de6ab26684ccff600bb05",
"preferredVersionsHash": "2519e88d149a9cb84227de92c71a8d8063bdcfd4"
}
2 changes: 1 addition & 1 deletion repo-scripts/doc-plugin-rush-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@microsoft/api-documenter": "workspace:*",
"@microsoft/api-extractor-model": "workspace:*",
"@microsoft/tsdoc": "0.12.24",
"@microsoft/tsdoc": "0.13.0",
"@rushstack/node-core-library": "workspace:*",
"js-yaml": "~3.13.1"
},
Expand Down

0 comments on commit 9ecc08f

Please sign in to comment.