Skip to content

Commit 24567e1

Browse files
authoredJun 14, 2022
fix: set @jest/types as peer dependency (#3633)
As `@jest/types` is imported in `src/types.ts` and it is present in documentation saying it is required to be installed. It should be listed in the package.json as peerDependencies
1 parent 10518da commit 24567e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
},
6363
"peerDependencies": {
6464
"@babel/core": ">=7.0.0-beta.0 <8",
65+
"@jest/types": "^28.0.0",
6566
"babel-jest": "^28.0.0",
6667
"jest": "^28.0.0",
6768
"typescript": ">=4.3"

0 commit comments

Comments
 (0)
Please sign in to comment.