From 2b349dc7d7c06e66f340cafa5e98c4ef6720fd84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 20:49:00 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 23.20.0 to 24.0.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.20.0 to 24.0.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.20.0...v24.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a9ed1913..f16e4c2f8 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "enzyme-to-json": "^3.4.0", "eslint": "~7.7.0", "eslint-plugin-eslint-comments": "^3.1.2", - "eslint-plugin-jest": "^23.0.5", + "eslint-plugin-jest": "^24.0.0", "eslint-plugin-react-hooks": "^4.0.2", "eslint-plugin-unicorn": "^21.0.0", "father": "^2.13.4",