Skip to content

Commit

Permalink
Update cyclic dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Dec 8, 2021
1 parent 5cdff68 commit 5b24b50
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 84 deletions.
4 changes: 2 additions & 2 deletions apps/api-extractor-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.42.6",
"@rushstack/heft-node-rig": "1.4.0",
"@rushstack/heft": "0.43.0",
"@rushstack/heft-node-rig": "1.4.1",
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24"
}
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 @@ -50,8 +50,8 @@
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.42.6",
"@rushstack/heft-node-rig": "1.4.0",
"@rushstack/heft": "0.43.0",
"@rushstack/heft-node-rig": "1.4.1",
"@types/heft-jest": "1.0.1",
"@types/lodash": "4.14.116",
"@types/node": "12.20.24",
Expand Down
4 changes: 2 additions & 2 deletions apps/heft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"devDependencies": {
"@microsoft/api-extractor": "workspace:*",
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.42.6",
"@rushstack/heft-node-rig": "1.4.0",
"@rushstack/heft": "0.43.0",
"@rushstack/heft-node-rig": "1.4.1",
"@types/argparse": "1.0.38",
"@types/eslint": "8.2.0",
"@types/glob": "7.1.1",
Expand Down
118 changes: 59 additions & 59 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 MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "6be65ff2da5a512a33a7a29eb57081a986ad7fea",
"pnpmShrinkwrapHash": "bf20321ab13ba11cee07df302e909580191b3320",
"preferredVersionsHash": "87aab8e8f0a6545cb9d0ea30194ba68279d285a8"
}
4 changes: 2 additions & 2 deletions eslint/eslint-patch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"package"
],
"devDependencies": {
"@rushstack/heft": "0.42.6",
"@rushstack/heft-node-rig": "1.4.0",
"@rushstack/heft": "0.43.0",
"@rushstack/heft-node-rig": "1.4.1",
"@types/node": "12.20.24"
}
}
4 changes: 2 additions & 2 deletions eslint/eslint-plugin-packlets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@rushstack/heft": "0.42.6",
"@rushstack/heft-node-rig": "1.4.0",
"@rushstack/heft": "0.43.0",
"@rushstack/heft-node-rig": "1.4.1",
"@types/eslint": "8.2.0",
"@types/estree": "0.0.50",
"@types/heft-jest": "1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions eslint/eslint-plugin-security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@rushstack/heft": "0.42.6",
"@rushstack/heft-node-rig": "1.4.0",
"@rushstack/heft": "0.43.0",
"@rushstack/heft-node-rig": "1.4.1",
"@types/eslint": "8.2.0",
"@types/estree": "0.0.50",
"@types/heft-jest": "1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions eslint/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@rushstack/heft": "0.42.6",
"@rushstack/heft-node-rig": "1.4.0",
"@rushstack/heft": "0.43.0",
"@rushstack/heft-node-rig": "1.4.1",
"@types/eslint": "8.2.0",
"@types/estree": "0.0.50",
"@types/heft-jest": "1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions libraries/heft-config-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.42.6",
"@rushstack/heft-node-rig": "1.4.0",
"@rushstack/heft": "0.43.0",
"@rushstack/heft-node-rig": "1.4.1",
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24"
}
Expand Down

0 comments on commit 5b24b50

Please sign in to comment.