From 5c04bdf48198cda02be9b79a7b128555c0dd517c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jul 2020 23:59:09 +0000 Subject: [PATCH] Update dependency @types/jest to v26.0.7 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2987d281..360eab5e 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@pika/plugin-ts-standard-pkg": "0.9.2", "@testing-library/react": "10.4.7", "@testing-library/react-hooks": "3.4.1", - "@types/jest": "26.0.5", + "@types/jest": "26.0.7", "@types/react": "16.9.43", "@types/react-dom": "16.9.8", "@types/testing-library__react": "10.0.1", diff --git a/yarn.lock b/yarn.lock index e10814e1..13aed4f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2732,10 +2732,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@26.0.5": - version "26.0.5" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.5.tgz#23a8eecf4764a770ea8d3a0d1ea16b96c822035d" - integrity sha512-heU+7w8snfwfjtcj2H458aTx3m5unIToOJhx75ebHilBiiQ39OIdA18WkG4LP08YKeAoWAGvWg8s+22w/PeJ6w== +"@types/jest@26.0.7": + version "26.0.7" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.7.tgz#495cb1d1818c1699dbc3b8b046baf1c86ef5e324" + integrity sha512-+x0077/LoN6MjqBcVOe1y9dpryWnfDZ+Xfo3EqGeBcfPRJlQp3Lw62RvNlWxuGv7kOEwlHriAa54updi3Jvvwg== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"