Navigation Menu

Skip to content

Commit

Permalink
fix: set @jest/types as peer dependency (#3633)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rivajunior committed Jun 14, 2022
1 parent 10518da commit 24567e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -62,6 +62,7 @@
},
"peerDependencies": {
"@babel/core": ">=7.0.0-beta.0 <8",
"@jest/types": "^28.0.0",
"babel-jest": "^28.0.0",
"jest": "^28.0.0",
"typescript": ">=4.3"
Expand Down

0 comments on commit 24567e1

Please sign in to comment.