From 311d6c3a96f9662d296455fa0f17fd6b8c86ba27 Mon Sep 17 00:00:00 2001 From: clock157 Date: Sat, 29 Dec 2018 16:37:01 +0800 Subject: [PATCH] fix/eslint-plugin-react 7.12.0 bug --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 76591da..2b1498c 100644 --- a/package.json +++ b/package.json @@ -321,6 +321,12 @@ "version": "1.0.3", "reason": "https://github.com/bevry/errlop/issues/2" } + }, + "eslint-plugin-react": { + "7.12.0": { + "version": "7.11.1", + "reason": "https://github.com/yannickcr/eslint-plugin-react/issues/2095" + } } } }