From 1d1d93f303502267e5d08549a41f414bdef8b87b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2020 00:54:11 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 22.21.0 to 24.0.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.21.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/v22.21.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 7fb48e3..106a8e2 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "babel-preset-env": "^1.7.0", "eslint": "^4.19.1", "eslint-plugin-import": "^2.12.0", - "eslint-plugin-jest": "^22.4.1", + "eslint-plugin-jest": "^24.0.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.9.1", "jest": "^23.6.0",