Update dependency eslint-plugin-jest to v23.13.1 (https://github.com/woocommerce/woocommerce-admin/pull/4406)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-05-21 10:55:37 +10:00 committed by GitHub
parent ac67a958a4
commit ec20a11c91
2 changed files with 4 additions and 4 deletions

View File

@ -13623,9 +13623,9 @@
}
},
"eslint-plugin-jest": {
"version": "23.11.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.11.0.tgz",
"integrity": "sha512-qedvh6mcMgoLFHjITtG40yKOCu5Fa1GMYesDOclU30ZvtVkf+DaH0fnCn1ysOX/QMdk2SGhQvxvYLowcLaM0GA==",
"version": "23.13.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.13.1.tgz",
"integrity": "sha512-TRLJH6M6EDvGocD98a7yVThrAOCK9WJfo9phuUb0MJptcrOYZeCKzC9aOzZCD93sxXCsiJVZywaTHdI/mAi0FQ==",
"dev": true,
"requires": {
"@typescript-eslint/experimental-utils": "^2.5.0"

View File

@ -185,7 +185,7 @@
"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",
"eslint-loader": "3.0.4",
"eslint-plugin-jest": "23.11.0",
"eslint-plugin-jest": "23.13.1",
"eslint-plugin-jest-dom": "2.1.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",