Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit ebbd8c7

Browse files
committed
Upgrade heft
1 parent e894381 commit ebbd8c7

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

heft/heft-node-basic-tutorial/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"devDependencies": {
1212
"@rushstack/eslint-config": "^2.3.4",
13-
"@rushstack/heft": "^0.32.0",
13+
"@rushstack/heft": "^0.33.0",
1414
"@rushstack/heft-jest-plugin": "^0.1.2",
15-
"@types/heft-jest": "1.0.1",
15+
"@types/heft-jest": "1.0.2",
1616
"@types/node": "10.17.13",
1717
"eslint": "~7.12.1",
1818
"typescript": "~3.9.7"

heft/heft-node-jest-tutorial/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"devDependencies": {
1111
"@rushstack/eslint-config": "^2.3.4",
12-
"@rushstack/heft": "^0.32.0",
12+
"@rushstack/heft": "^0.33.0",
1313
"@rushstack/heft-jest-plugin": "^0.1.2",
14-
"@types/heft-jest": "1.0.1",
14+
"@types/heft-jest": "1.0.2",
1515
"@types/node": "10.17.13",
1616
"eslint": "~7.12.1",
1717
"typescript": "~3.9.7"

heft/heft-node-rig-tutorial/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"devDependencies": {
1212
"@rushstack/eslint-config": "^2.3.4",
13-
"@rushstack/heft": "^0.32.0",
13+
"@rushstack/heft": "^0.33.0",
1414
"@rushstack/heft-node-rig": "^1.0.31",
15-
"@types/heft-jest": "1.0.1",
15+
"@types/heft-jest": "1.0.2",
1616
"@types/node": "10.17.13"
1717
}
1818
}

heft/heft-webpack-basic-tutorial/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"devDependencies": {
1111
"@rushstack/eslint-config": "^2.3.4",
12-
"@rushstack/heft": "^0.32.0",
12+
"@rushstack/heft": "^0.33.0",
1313
"@rushstack/heft-jest-plugin": "^0.1.2",
14-
"@rushstack/heft-webpack4-plugin": "^0.1.24",
15-
"@types/heft-jest": "1.0.1",
14+
"@rushstack/heft-webpack4-plugin": "^0.1.26",
15+
"@types/heft-jest": "1.0.2",
1616
"@types/react": "16.9.45",
1717
"@types/react-dom": "16.9.8",
1818
"@types/webpack-env": "1.13.0",

other/packlets-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@rushstack/eslint-config": "^2.3.4",
13-
"@rushstack/heft": "^0.32.0",
13+
"@rushstack/heft": "^0.33.0",
1414
"@types/node": "10.17.13",
1515
"eslint": "~7.12.1",
1616
"typescript": "~3.9.7"

0 commit comments

Comments
 (0)