Merge pull request #664 from alxshelepenok/renovate/eslint

chore(deps): update dependency eslint-plugin-jest to v23.9.0
This commit is contained in:
Alexander Shelepenok 2020-05-05 00:59:31 +03:00 committed by GitHub
commit 065db3f37f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -98,7 +98,7 @@
"eslint": "6.8.0", "eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0", "eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.2", "eslint-plugin-import": "2.20.2",
"eslint-plugin-jest": "23.8.2", "eslint-plugin-jest": "23.9.0",
"eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0", "eslint-plugin-react": "7.19.0",
"eslint-watch": "6.0.1", "eslint-watch": "6.0.1",

View File

@ -6563,10 +6563,10 @@ eslint-plugin-import@^2.20.1:
read-pkg-up "^2.0.0" read-pkg-up "^2.0.0"
resolve "^1.12.0" resolve "^1.12.0"
eslint-plugin-jest@23.8.2: eslint-plugin-jest@23.9.0:
version "23.8.2" version "23.9.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.8.2.tgz#6f28b41c67ef635f803ebd9e168f6b73858eb8d4" resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.9.0.tgz#7f4932eceb7ca487d171898fb9d55c05e6b36701"
integrity sha512-xwbnvOsotSV27MtAe7s8uGWOori0nUsrXh2f1EnpmXua8sDfY6VZhHAhHg2sqK7HBNycRQExF074XSZ7DvfoFg== integrity sha512-8mt5xJQIFh33W5nE7vCikkDTE4saTo08V91KjU6yI5sLQ9e8Jkp1OXkWJoIHLheFqY5OXIZdAjZmNYHSJ3IpzQ==
dependencies: dependencies:
"@typescript-eslint/experimental-utils" "^2.5.0" "@typescript-eslint/experimental-utils" "^2.5.0"