From a4f9233cbfb77d363cc1fef061a34fbbd3394047 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Sep 2020 00:10:18 +0000 Subject: [PATCH] Update dependency eslint-plugin-react to v7.21.1 --- packages/common-components/package.json | 2 +- packages/eslint-config-onefx-react/package.json | 2 +- packages/onefx-auth-provider/package.json | 2 +- packages/web-server/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/common-components/package.json b/packages/common-components/package.json index d95a1285..023a6c53 100644 --- a/packages/common-components/package.json +++ b/packages/common-components/package.json @@ -92,7 +92,7 @@ "browser-env": "3.3.0", "eslint": "7.9.0", "eslint-plugin-import": "2.22.0", - "eslint-plugin-react": "7.20.6", + "eslint-plugin-react": "7.21.1", "global": "4.4.0", "html-webpack-plugin": "3.2.0", "husky": "1.3.1", diff --git a/packages/eslint-config-onefx-react/package.json b/packages/eslint-config-onefx-react/package.json index 9690dd37..5e49746d 100644 --- a/packages/eslint-config-onefx-react/package.json +++ b/packages/eslint-config-onefx-react/package.json @@ -7,7 +7,7 @@ "eslint": ">= 7" }, "dependencies": { - "eslint-plugin-react": "7.20.6", + "eslint-plugin-react": "7.21.1", "eslint-plugin-react-hooks": "^4.1.2" }, "author": "", diff --git a/packages/onefx-auth-provider/package.json b/packages/onefx-auth-provider/package.json index bc1a9cfb..3c1735fa 100644 --- a/packages/onefx-auth-provider/package.json +++ b/packages/onefx-auth-provider/package.json @@ -95,7 +95,7 @@ "browser-env": "3.3.0", "eslint": "7.9.0", "eslint-plugin-import": "2.22.0", - "eslint-plugin-react": "7.20.6", + "eslint-plugin-react": "7.21.1", "form-serialize": "^0.7.2", "global": "4.4.0", "html-webpack-plugin": "3.2.0", diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 3303636c..619edb7c 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -102,7 +102,7 @@ "babel-plugin-transform-class-properties": "6.24.1", "eslint": "7.9.0", "eslint-plugin-import": "2.22.0", - "eslint-plugin-react": "7.20.6", + "eslint-plugin-react": "7.21.1", "global": "4.4.0", "husky": "4.2.5", "nyc": "15.1.0",