Skip to content

Commit 55e46ea

Browse files
committed
Bump cyclics.
1 parent 0e3909f commit 55e46ea

File tree

15 files changed

+104
-108
lines changed

15 files changed

+104
-108
lines changed

apps/api-extractor-model/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"devDependencies": {
2323
"@rushstack/eslint-config": "workspace:*",
24-
"@rushstack/heft": "0.43.0",
25-
"@rushstack/heft-node-rig": "1.4.1",
24+
"@rushstack/heft": "0.43.2",
25+
"@rushstack/heft-node-rig": "1.4.3",
2626
"@types/heft-jest": "1.0.1",
2727
"@types/node": "12.20.24"
2828
}

apps/api-extractor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
},
5151
"devDependencies": {
5252
"@rushstack/eslint-config": "workspace:*",
53-
"@rushstack/heft": "0.43.0",
54-
"@rushstack/heft-node-rig": "1.4.1",
53+
"@rushstack/heft": "0.43.2",
54+
"@rushstack/heft-node-rig": "1.4.3",
5555
"@types/heft-jest": "1.0.1",
5656
"@types/lodash": "4.14.116",
5757
"@types/node": "12.20.24",

apps/heft/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"devDependencies": {
5151
"@microsoft/api-extractor": "workspace:*",
5252
"@rushstack/eslint-config": "workspace:*",
53-
"@rushstack/heft": "0.43.0",
54-
"@rushstack/heft-node-rig": "1.4.1",
53+
"@rushstack/heft": "0.43.2",
54+
"@rushstack/heft-node-rig": "1.4.3",
5555
"@types/argparse": "1.0.38",
5656
"@types/eslint": "8.2.0",
5757
"@types/glob": "7.1.1",

common/config/rush/nonbrowser-approved-packages.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
"name": "@microsoft/rush-lib",
5151
"allowedCategories": [ "libraries", "tests" ]
5252
},
53-
{
54-
"name": "@microsoft/rush-stack-compiler-3.9",
55-
"allowedCategories": [ "tests" ]
56-
},
5753
{
5854
"name": "@microsoft/teams-js",
5955
"allowedCategories": [ "tests" ]

0 commit comments

Comments
 (0)