From 2bbad16cd815ab885ec950466dceee6ac2bec203 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2020 11:14:04 +0200 Subject: [PATCH] chore(deps): update dependency jest-runner-eslint to ^0.8.0 (#566) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 350d75ab6..4cfeafaf1 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-plugin-prettier": "^3.0.0", "husky": "^3.0.9", "jest": "^25.2.0", - "jest-runner-eslint": "^0.7.1", + "jest-runner-eslint": "^0.8.0", "lint-staged": "^9.4.2", "prettier": "^1.19.1", "prettylint": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index fc646aa4f..4b6fc0558 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5085,10 +5085,10 @@ jest-resolve@^25.2.3: realpath-native "^2.0.0" resolve "^1.15.1" -jest-runner-eslint@^0.7.1: - version "0.7.6" - resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-0.7.6.tgz#70df865939e03f4c9941a49826068e02c17c9906" - integrity sha512-J3oonxiKlo8rY/pI5oH0pMkt7sAFQxx9qqBMFDmx6vsFpWKPJFVS6+qx2JX0uR482KaE6+12tDfMe/4wtdIBzQ== +jest-runner-eslint@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-0.8.0.tgz#7c8abe635bf50a9b338022e24750cb216ee55461" + integrity sha512-pCa974VqYRZ5TRmeIwEngyeiuMktc9lCucJcTL+uvxpcDj+o8QCjmiGoRQCHEPx3w9I0/3GSbkUetA3OhDqiLw== dependencies: chalk "^2.4.1" cosmiconfig "^5.0.0"