From 97a6f7a48cd554f14623f3397691c4b24b4d7247 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 Nov 2020 20:26:36 +0000 Subject: [PATCH] Update dependency eslint-plugin-react to v7.21.5 --- 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 da39c79e..ca60a383 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.5", "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 735f4d19..e5c72f7d 100644 --- a/packages/eslint-config-onefx-react/package.json +++ b/packages/eslint-config-onefx-react/package.json @@ -9,7 +9,7 @@ "dependencies": { "eslint-config-prettier": "^6.12.0", "eslint-plugin-graphql": "^4.0.0", - "eslint-plugin-react": "7.20.6", + "eslint-plugin-react": "7.21.5", "eslint-plugin-react-hooks": "^4.1.2", "graphql": "^15.3.0" }, diff --git a/packages/onefx-auth-provider/package.json b/packages/onefx-auth-provider/package.json index 7c9bf7fe..4618aba8 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.5", "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 b15a5b94..451d824b 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -103,7 +103,7 @@ "eslint": "7.9.0", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-import": "2.22.0", - "eslint-plugin-react": "7.20.6", + "eslint-plugin-react": "7.21.5", "eslint-plugin-react-hooks": "^4.1.2", "global": "4.4.0", "graphql": "^15.3.0",