Skip to content

Commit 2eb2df0

Browse files
committed
Bump decoupled local dependencies
1 parent 02ad550 commit 2eb2df0

File tree

19 files changed

+34
-34
lines changed

19 files changed

+34
-34
lines changed

apps/api-extractor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"typescript": "5.3.3"
5252
},
5353
"devDependencies": {
54-
"@rushstack/heft-node-rig": "2.4.0",
55-
"@rushstack/heft": "0.64.0",
54+
"@rushstack/heft-node-rig": "2.4.15",
55+
"@rushstack/heft": "0.65.4",
5656
"@types/heft-jest": "1.0.1",
5757
"@types/lodash": "4.14.116",
5858
"@types/node": "18.17.15",

apps/heft/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"devDependencies": {
5252
"@microsoft/api-extractor": "workspace:*",
5353
"local-eslint-config": "workspace:*",
54-
"@rushstack/heft": "0.64.0",
55-
"@rushstack/heft-node-rig": "2.4.0",
54+
"@rushstack/heft": "0.65.4",
55+
"@rushstack/heft-node-rig": "2.4.15",
5656
"@types/heft-jest": "1.0.1",
5757
"@types/node": "18.17.15",
5858
"@types/watchpack": "2.4.0",

build-tests/heft-typescript-v4-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@microsoft/api-extractor": "workspace:*",
15-
"@rushstack/eslint-config": "3.6.0",
15+
"@rushstack/eslint-config": "3.6.4",
1616
"@rushstack/eslint-patch": "workspace:*",
1717
"@rushstack/heft": "workspace:*",
1818
"@rushstack/heft-api-extractor-plugin": "workspace:*",

eslint/eslint-patch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"patch"
3131
],
3232
"devDependencies": {
33-
"@rushstack/heft": "0.64.0",
34-
"@rushstack/heft-node-rig": "2.4.0",
33+
"@rushstack/heft": "0.65.4",
34+
"@rushstack/heft-node-rig": "2.4.15",
3535
"@types/node": "18.17.15",
3636
"typescript": "~5.3.3",
3737
"@typescript-eslint/types": "~5.59.2"

eslint/eslint-plugin-packlets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
3131
},
3232
"devDependencies": {
33-
"@rushstack/heft": "0.64.0",
34-
"@rushstack/heft-node-rig": "2.4.0",
33+
"@rushstack/heft": "0.65.4",
34+
"@rushstack/heft-node-rig": "2.4.15",
3535
"@types/eslint": "8.2.0",
3636
"@types/estree": "1.0.5",
3737
"@types/heft-jest": "1.0.1",

eslint/eslint-plugin-security/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
},
3131
"devDependencies": {
3232
"@eslint/eslintrc": "~3.0.0",
33-
"@rushstack/heft": "0.64.0",
34-
"@rushstack/heft-node-rig": "2.4.0",
33+
"@rushstack/heft": "0.65.4",
34+
"@rushstack/heft-node-rig": "2.4.15",
3535
"@types/eslint": "8.2.0",
3636
"@types/estree": "1.0.5",
3737
"@types/heft-jest": "1.0.1",

eslint/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
"devDependencies": {
3636
"@eslint/eslintrc": "~3.0.0",
37-
"@rushstack/heft": "0.64.0",
38-
"@rushstack/heft-node-rig": "2.4.0",
37+
"@rushstack/heft": "0.65.4",
38+
"@rushstack/heft-node-rig": "2.4.15",
3939
"@types/eslint": "8.2.0",
4040
"@types/estree": "1.0.5",
4141
"@types/heft-jest": "1.0.1",

heft-plugins/heft-api-extractor-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@microsoft/api-extractor": "workspace:*",
2727
"local-eslint-config": "workspace:*",
2828
"@rushstack/heft": "workspace:*",
29-
"@rushstack/heft-node-rig": "2.4.0",
29+
"@rushstack/heft-node-rig": "2.4.15",
3030
"@rushstack/terminal": "workspace:*",
3131
"@types/heft-jest": "1.0.1",
3232
"@types/node": "18.17.15",

heft-plugins/heft-jest-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@jest/types": "29.5.0",
4444
"local-eslint-config": "workspace:*",
4545
"@rushstack/heft": "workspace:*",
46-
"@rushstack/heft-node-rig": "2.4.0",
46+
"@rushstack/heft-node-rig": "2.4.15",
4747
"@rushstack/terminal": "workspace:*",
4848
"@types/heft-jest": "1.0.1",
4949
"@types/lodash": "4.14.116",

heft-plugins/heft-lint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"local-eslint-config": "workspace:*",
2626
"@rushstack/heft": "workspace:*",
2727
"@rushstack/heft-typescript-plugin": "workspace:*",
28-
"@rushstack/heft-node-rig": "2.4.0",
28+
"@rushstack/heft-node-rig": "2.4.15",
2929
"@rushstack/terminal": "workspace:*",
3030
"@types/eslint": "8.2.0",
3131
"@types/heft-jest": "1.0.1",

0 commit comments

Comments
 (0)