Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 060302e

Browse files
authoredMar 1, 2021
fix: remove @types/jest from direct dep (#2416)
Closes #2406 Closes #2411
1 parent cfba8f4 commit 060302e

File tree

2 files changed

+63
-15
lines changed

2 files changed

+63
-15
lines changed
 

‎package-lock.json

+62-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
},
5959
"homepage": "https://kulshekhar.github.io/ts-jest",
6060
"dependencies": {
61-
"@types/jest": "26.x",
6261
"bs-logger": "0.x",
6362
"buffer-from": "1.x",
6463
"fast-json-stable-stringify": "2.x",
@@ -90,6 +89,7 @@
9089
"@types/buffer-from": "latest",
9190
"@types/cross-spawn": "latest",
9291
"@types/fs-extra": "latest",
92+
"@types/jest": "26.x",
9393
"@types/js-yaml": "latest",
9494
"@types/json5": "latest",
9595
"@types/lodash": "4.x",

0 commit comments

Comments
 (0)
Please sign in to comment.