From 8b1e4133cd6f883d26d0e4262d31d6e2430d60eb Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 14 May 2019 10:56:00 +0200 Subject: [PATCH] =?UTF-8?q?Update=20@types/jest=20to=20the=20latest=20vers?= =?UTF-8?q?ion=20=F0=9F=9A=80=20(#123)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update @types/jest to version 24.0.13 * chore(package): update lockfile yarn.lock --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 36f28f3..4916bfb 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ } }, "devDependencies": { - "@types/jest": "24.0.12", + "@types/jest": "24.0.13", "codecov": "3.4.0", "jest": "24.7.1", "jest-create-mock-instance": "1.1.0", diff --git a/yarn.lock b/yarn.lock index 1dfd508..bb429d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1010,10 +1010,10 @@ resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89" integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA== -"@types/jest@24.0.12": - version "24.0.12" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.12.tgz#0553dd0a5ac744e7dc4e8700da6d3baedbde3e8f" - integrity sha512-60sjqMhat7i7XntZckcSGV8iREJyXXI6yFHZkSZvCPUeOnEJ/VP1rU/WpEWQ56mvoh8NhC+sfKAuJRTyGtCOow== +"@types/jest@24.0.13": + version "24.0.13" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.13.tgz#10f50b64cb05fb02411fbba49e9042a3a11da3f9" + integrity sha512-3m6RPnO35r7Dg+uMLj1+xfZaOgIHHHut61djNjzwExXN4/Pm9has9C6I1KMYSfz7mahDhWUOVg4HW/nZdv5Pww== dependencies: "@types/jest-diff" "*"