From 28926aa77434125ab78865410b882df416d50d8d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 21:23:33 +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 0bf44a1..e7e4ce9 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-config-airbnb-base": "^14.0.0", "eslint-import-resolver-node": "^0.3.2", "eslint-plugin-import": "^2.13.0", - "eslint-plugin-jest": "^23.0.0", + "eslint-plugin-jest": "^24.0.0", "jest": "^26.0.1", "rollup": "^2.7.3", "rollup-plugin-babel": "^4.0.3",