-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade @types/jest from 24.0.11 to 24.9.1 #773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "@types/jest": "24.0.11", | ||
| "@types/jest": "24.9.1", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Type definition packages like |
||
| "@types/node": "11.13.4", | ||
| "@types/react": "16.8.13", | ||
| "@types/react-dom": "16.8.4", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This project uses
react-scripts@2.1.8, which includesjest@23.6.0. The version of@types/jestshould match the major version ofjestfor correct type definitions. This PR updates@types/jestto a newer v24 release, but it should be downgraded to a v23 release to match the Jest version used in the project. The latest v23 version is23.3.14.