From f8edb185d6d53b76aded69d7dc4fbf5ee34f5fed Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 22:13:23 +0000 Subject: [PATCH] fix(package): update eslint-plugin-jest to version 23.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92516a3..3f5959e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "author": "Alexandr Subbotin ", "license": "MIT", "dependencies": { - "eslint-plugin-jest": "^22.0.0", + "eslint-plugin-jest": "^23.0.0", "eslint-plugin-react": "^7.11.0", "eslint-plugin-react-hooks": "^2.0.1" },