From d54a2e44f78d03c6023d3fa7f9293c16086ff3d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 13 Jun 2019 11:56:36 +0000 Subject: [PATCH] Bump @types/jest from 23.3.2 to 24.0.14 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 23.3.2 to 24.0.14. - [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 f11fc98..08b03a5 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.14", "codecov": "3.1.0", "husky": "1.0.0-rc.13", "jest": "^23.5.0", diff --git a/yarn.lock b/yarn.lock index 22a22b3..6c26270 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22,9 +22,15 @@ dependencies: any-observable "^0.3.0" -"@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.14": + version "24.0.14" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.14.tgz#bb40fec243164b2def5cfaddd0cb4d4e958c5c1c" + dependencies: + "@types/jest-diff" "*" abab@^1.0.4: version "1.0.4"