Skip to content

Commit d0f71d1

Browse files
committed
chore: add missing peer dep
1 parent f3390fe commit d0f71d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/jest-types/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"chalk": "^4.0.0"
2828
},
2929
"devDependencies": {
30+
"@tsd/typescript": "~4.1.5",
3031
"tsd-lite": "^0.5.0"
3132
},
3233
"publishConfig": {

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -2797,6 +2797,7 @@ __metadata:
27972797
version: 0.0.0-use.local
27982798
resolution: "@jest/types@workspace:packages/jest-types"
27992799
dependencies:
2800+
"@tsd/typescript": ~4.1.5
28002801
"@types/istanbul-lib-coverage": ^2.0.0
28012802
"@types/istanbul-reports": ^3.0.0
28022803
"@types/node": "*"

0 commit comments

Comments
 (0)