From 745537fdbb4828f5c29a3f16709ce6e5d720c9f0 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 04:11:04 +0000 Subject: [PATCH] fix(package): update eslint-plugin-react to version 7.15.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6025bb..74a171f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "babel-eslint": "10.0.3", "eslint-config-airbnb": "18.0.1", "eslint-plugin-jsx-a11y": "6.2.3", - "eslint-plugin-react": "7.14.3", + "eslint-plugin-react": "7.15.0", "eslint-plugin-react-hooks": "1.7.0" } }