Skip to content

Commit e96153a

Browse files
committed
Update cyclic dependencies.
1 parent 571e6ca commit e96153a

File tree

16 files changed

+43
-150
lines changed

16 files changed

+43
-150
lines changed

apps/api-extractor-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@rushstack/eslint-config": "workspace:*",
2626
"@rushstack/heft": "0.44.2",
27-
"@rushstack/heft-node-rig": "1.6.0",
27+
"@rushstack/heft-node-rig": "1.7.1",
2828
"@types/heft-jest": "1.0.1",
2929
"@types/node": "12.20.24"
3030
}

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@rushstack/eslint-config": "workspace:*",
5555
"@rushstack/heft": "0.44.2",
56-
"@rushstack/heft-node-rig": "1.6.0",
56+
"@rushstack/heft-node-rig": "1.7.1",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@microsoft/api-extractor": "workspace:*",
5454
"@rushstack/eslint-config": "workspace:*",
5555
"@rushstack/heft": "0.44.2",
56-
"@rushstack/heft-node-rig": "1.6.0",
56+
"@rushstack/heft-node-rig": "1.7.1",
5757
"@types/argparse": "1.0.38",
5858
"@types/eslint": "8.2.0",
5959
"@types/glob": "7.1.1",

common/config/rush/command-line.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
{
1515
"commandKind": "phased",
1616
"name": "build",
17-
"summary": "Build all projects that haven't been built, or have changed since they were last built.",
18-
"description": "Build all projects that haven't been built, or have changed since they were last built.",
19-
"safeForSimultaneousRushProcesses": false,
20-
21-
"enableParallelism": true,
22-
"incremental": true,
2317
"phases": ["_phase:build", "_phase:test"]
2418
},
2519
// {

0 commit comments

Comments
 (0)