Skip to content

Commit e2a4795

Browse files
committed
Use @types/heft-jest in rigs
1 parent 5c3e4c8 commit e2a4795

File tree

42 files changed

+17
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+17
-115
lines changed

apps/api-documenter/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"@rushstack/eslint-config": "workspace:*",
3333
"@rushstack/heft": "workspace:*",
3434
"@rushstack/heft-node-rig": "workspace:*",
35-
"@types/heft-jest": "1.0.1",
3635
"@types/js-yaml": "3.12.1",
3736
"@types/node": "12.20.24",
3837
"@types/resolve": "1.17.1"

apps/api-documenter/tsconfig.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
{
2-
"extends": "./node_modules/@rushstack/heft-node-rig/profiles/default/tsconfig-base.json",
3-
4-
"compilerOptions": {
5-
"types": ["heft-jest"]
6-
}
2+
"extends": "./node_modules/@rushstack/heft-node-rig/profiles/default/tsconfig-base.json"
73
}

apps/rundown/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"@rushstack/eslint-config": "workspace:*",
3030
"@rushstack/heft": "workspace:*",
3131
"@rushstack/heft-node-rig": "workspace:*",
32-
"@types/heft-jest": "1.0.1",
3332
"@types/node": "12.20.24"
3433
}
3534
}

apps/rush/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@rushstack/heft-node-rig": "workspace:*",
4848
"@rushstack/rush-amazon-s3-build-cache-plugin": "workspace:*",
4949
"@rushstack/rush-azure-storage-build-cache-plugin": "workspace:*",
50-
"@types/heft-jest": "1.0.1",
5150
"@types/node": "12.20.24",
5251
"@types/semver": "7.3.5"
5352
}

build-tests-samples/heft-node-rig-tutorial/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"@rushstack/eslint-config": "workspace:*",
1515
"@rushstack/heft": "workspace:*",
1616
"@rushstack/heft-node-rig": "workspace:*",
17-
"@types/heft-jest": "1.0.1",
1817
"@types/node": "12.20.24"
1918
}
2019
}

build-tests-samples/heft-web-rig-app-tutorial/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"@rushstack/eslint-config": "workspace:*",
2020
"@rushstack/heft-web-rig": "workspace:*",
2121
"@rushstack/heft": "workspace:*",
22-
"@types/heft-jest": "1.0.1",
2322
"@types/react-dom": "16.9.14",
2423
"@types/react": "16.14.23",
2524
"@types/webpack-env": "1.13.0",

build-tests-samples/heft-web-rig-library-tutorial/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"@rushstack/eslint-config": "workspace:*",
2222
"@rushstack/heft-web-rig": "workspace:*",
2323
"@rushstack/heft": "workspace:*",
24-
"@types/heft-jest": "1.0.1",
2524
"@types/react-dom": "16.9.14",
2625
"@types/react": "16.14.23",
2726
"@types/webpack-env": "1.13.0",

build-tests/heft-web-rig-library-test/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
},
1313
"devDependencies": {
1414
"@rushstack/heft": "workspace:*",
15-
"@rushstack/heft-web-rig": "workspace:*",
16-
"@types/heft-jest": "1.0.1"
15+
"@rushstack/heft-web-rig": "workspace:*"
1716
}
1817
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"extends": "./node_modules/@rushstack/heft-web-rig/profiles/library/tsconfig-base.json",
3-
"compilerOptions": {
4-
"types": ["heft-jest"]
5-
}
2+
"extends": "./node_modules/@rushstack/heft-web-rig/profiles/library/tsconfig-base.json"
63
}

0 commit comments

Comments
 (0)