Skip to content

Commit 054cd24

Browse files
chore(deps): update dependency jest-runner-eslint to ^0.9.0 (#597)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8e6990e commit 054cd24

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"eslint-plugin-prettier": "^3.0.0",
121121
"husky": "^3.0.9",
122122
"jest": "^25.2.0",
123-
"jest-runner-eslint": "^0.8.0",
123+
"jest-runner-eslint": "^0.9.0",
124124
"lint-staged": "^9.4.2",
125125
"prettier": "^1.19.1",
126126
"prettylint": "^1.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5183,10 +5183,10 @@ jest-resolve@^25.5.1:
51835183
resolve "^1.17.0"
51845184
slash "^3.0.0"
51855185

5186-
jest-runner-eslint@^0.8.0:
5187-
version "0.8.0"
5188-
resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-0.8.0.tgz#7c8abe635bf50a9b338022e24750cb216ee55461"
5189-
integrity sha512-pCa974VqYRZ5TRmeIwEngyeiuMktc9lCucJcTL+uvxpcDj+o8QCjmiGoRQCHEPx3w9I0/3GSbkUetA3OhDqiLw==
5186+
jest-runner-eslint@^0.9.0:
5187+
version "0.9.0"
5188+
resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-0.9.0.tgz#d10196ed83b989a6ad3b1e729b48f62bce3f2626"
5189+
integrity sha512-p5NL0OGF8BvPNztVIpjaUwco506ORbwnoVQ3YHXXsQl8hM6zQTzSiyarL0PqPjq44ndbFFC2ifOoDTpzyqqe0g==
51905190
dependencies:
51915191
chalk "^2.4.1"
51925192
cosmiconfig "^5.0.0"

0 commit comments

Comments
 (0)