From c979313054b849708d58188845879efd74cac516 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 06:05:22 +0000 Subject: [PATCH] Bump @types/jest from 23.3.2 to 24.0.17 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 23.3.2 to 24.0.17. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7bb0a95..295fbc1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "publish:beta": "yarn build && yarn publish --tag beta" }, "devDependencies": { - "@types/jest": "^23.3.2", + "@types/jest": "^24.0.17", "codecov": "3.1.0", "husky": "3.0.1", "jest": "^23.5.0", diff --git a/yarn.lock b/yarn.lock index c6d7256..5a49a27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -52,9 +52,15 @@ "@types/minimatch" "*" "@types/node" "*" -"@types/jest@^23.3.2": - version "23.3.2" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.2.tgz#07b90f6adf75d42c34230c026a2529e56c249dbb" +"@types/jest-diff@*": + version "20.0.1" + resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89" + +"@types/jest@^24.0.17": + version "24.0.17" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.17.tgz#b66ea026efb746eb5db1356ee28518aaff7af416" + dependencies: + "@types/jest-diff" "*" "@types/minimatch@*": version "3.0.3"