From b8fa106752af95f667f80ea26e1e8f9fe242f5df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 Aug 2020 23:51:53 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v26.0.10 --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 916fd2a3..3a5b0724 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@storybook/react": "5.3.19", "@testing-library/react": "10.4.8", "@testing-library/react-hooks": "3.4.1", - "@types/jest": "26.0.9", + "@types/jest": "26.0.10", "@types/react": "16.9.11", "@typescript-eslint/eslint-plugin": "3.9.0", "@typescript-eslint/parser": "3.9.0", diff --git a/yarn.lock b/yarn.lock index fde6e70b..ce673265 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3495,7 +3495,15 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@26.0.9", "@types/jest@26.x": +"@types/jest@26.0.10": + version "26.0.10" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.10.tgz#8faf7e9756c033c39014ae76a7329efea00ea607" + integrity sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q== + dependencies: + jest-diff "^25.2.1" + pretty-format "^25.2.1" + +"@types/jest@26.x": version "26.0.9" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.9.tgz#0543b57da5f0cd949c5f423a00c56c492289c989" integrity sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==