Bump @types/jest from 24.0.0 to 24.0.6

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped) from 24.0.0 to 24.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-02-19 03:32:56 +00:00
parent 62aa181e67
commit 6b61dc6997
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
3 changed files with 11 additions and 5 deletions

View File

@ -46,7 +46,7 @@
"@storybook/addons": "5.0.0-beta.3",
"@storybook/angular": "5.0.0-beta.3",
"@types/core-js": "^2.5.0",
"@types/jest": "^24.0.0",
"@types/jest": "^24.0.6",
"@types/node": "~10.12.19",
"@types/webpack-env": "^1.13.7",
"global": "^4.3.2",

View File

@ -66,7 +66,7 @@
"@babel/preset-env": "^7.3.1",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@types/jest": "^24.0.0",
"@types/jest": "^24.0.6",
"@types/node": "^10.12.19",
"@types/react": "^16.7.22",
"@types/webpack-env": "^1.13.7",

View File

@ -2079,13 +2079,19 @@
version "0.0.39"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
"@types/jest-diff@*":
version "20.0.1"
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
"@types/jest@^23.0.2", "@types/jest@^23.3.1":
version "23.3.13"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.13.tgz#c81484b6f4ca007bb09887ed15ecb3286d58f928"
"@types/jest@^24.0.0":
version "24.0.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.0.tgz#848492026c327b3548d92be0352a545c36a21e8a"
"@types/jest@^24.0.6":
version "24.0.6"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.6.tgz#ba4c8c7900ce098a82ca99293cbe4192bde4f355"
dependencies:
"@types/jest-diff" "*"
"@types/json-stringify-safe@^5.0.0":
version "5.0.0"