Skip to content

Commit

Permalink
Update cyclic dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Jan 25, 2022
1 parent 571e6ca commit e96153a
Show file tree
Hide file tree
Showing 16 changed files with 43 additions and 150 deletions.
2 changes: 1 addition & 1 deletion apps/api-extractor-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.44.2",
"@rushstack/heft-node-rig": "1.6.0",
"@rushstack/heft-node-rig": "1.7.1",
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.44.2",
"@rushstack/heft-node-rig": "1.6.0",
"@rushstack/heft-node-rig": "1.7.1",
"@types/heft-jest": "1.0.1",
"@types/lodash": "4.14.116",
"@types/node": "12.20.24",
Expand Down
2 changes: 1 addition & 1 deletion apps/heft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@microsoft/api-extractor": "workspace:*",
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.44.2",
"@rushstack/heft-node-rig": "1.6.0",
"@rushstack/heft-node-rig": "1.7.1",
"@types/argparse": "1.0.38",
"@types/eslint": "8.2.0",
"@types/glob": "7.1.1",
Expand Down
6 changes: 0 additions & 6 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
{
"commandKind": "phased",
"name": "build",
"summary": "Build all projects that haven't been built, or have changed since they were last built.",
"description": "Build all projects that haven't been built, or have changed since they were last built.",
"safeForSimultaneousRushProcesses": false,

"enableParallelism": true,
"incremental": true,
"phases": ["_phase:build", "_phase:test"]
},
// {
Expand Down
Loading

0 comments on commit e96153a

Please sign in to comment.