From 4300f7fb99a9c21e21db5bacda7a8a4c85936321 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 Aug 2019 16:29:16 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v22.15.0 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7d6d3ee..dfb67fa 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "eslint": "6.1.0", "eslint-config-airbnb-base": "13.2.0", "eslint-plugin-import": "2.18.2", - "eslint-plugin-jest": "22.14.1", + "eslint-plugin-jest": "22.15.0", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-react": "7.14.3", "eslint-watch": "6.0.0", diff --git a/yarn.lock b/yarn.lock index f176967..a10512c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4624,9 +4624,10 @@ eslint-plugin-import@^2.9.0: read-pkg-up "^2.0.0" resolve "^1.11.0" -eslint-plugin-jest@22.14.1: - version "22.14.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.14.1.tgz#32287dade9bc0a1920c61e25a71cf11363d78015" +eslint-plugin-jest@22.15.0: + version "22.15.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.15.0.tgz#fe70bfff7eeb47ca0ab229588a867f82bb8592c5" + integrity sha512-hgnPbSqAIcLLS9ePb12hNHTRkXnkVaCfOwCt2pzQ8KpOKPWGA4HhLMaFN38NBa/0uvLfrZpcIRjT+6tMAfr58Q== dependencies: "@typescript-eslint/experimental-utils" "^1.13.0"