Skip to content

Commit 5fdfede

Browse files
committed
Bump cyclic dependencies.
1 parent 6addd8e commit 5fdfede

File tree

20 files changed

+225
-252
lines changed

20 files changed

+225
-252
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.13.2",
24+
"@microsoft/tsdoc": "0.14.1",
2525
"@rushstack/node-core-library": "workspace:*",
2626
"@rushstack/ts-command-line": "workspace:*",
2727
"colors": "~1.2.1",

apps/api-extractor/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@microsoft/api-extractor-model": "workspace:*",
41-
"@microsoft/tsdoc": "0.13.2",
42-
"@microsoft/tsdoc-config": "~0.15.2",
41+
"@microsoft/tsdoc": "0.14.1",
42+
"@microsoft/tsdoc-config": "~0.16.1",
4343
"@rushstack/node-core-library": "workspace:*",
4444
"@rushstack/rig-package": "workspace:*",
4545
"@rushstack/ts-command-line": "workspace:*",
@@ -52,8 +52,8 @@
5252
},
5353
"devDependencies": {
5454
"@rushstack/eslint-config": "workspace:*",
55-
"@rushstack/heft": "0.44.2",
56-
"@rushstack/heft-node-rig": "1.7.1",
55+
"@rushstack/heft": "0.44.9",
56+
"@rushstack/heft-node-rig": "1.8.7",
5757
"@types/heft-jest": "1.0.1",
5858
"@types/lodash": "4.14.116",
5959
"@types/node": "12.20.24",

apps/heft/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"devDependencies": {
5353
"@microsoft/api-extractor": "workspace:*",
5454
"@rushstack/eslint-config": "workspace:*",
55-
"@rushstack/heft": "0.44.2",
56-
"@rushstack/heft-node-rig": "1.7.1",
55+
"@rushstack/heft": "0.44.9",
56+
"@rushstack/heft-node-rig": "1.8.7",
5757
"@types/argparse": "1.0.38",
5858
"@types/eslint": "8.2.0",
5959
"@types/glob": "7.1.1",

0 commit comments

Comments
 (0)