From 7d101cca0aaf5117ceb6ddf1a3d3cb4fadbc0dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 12:38:56 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.20.6 to 7.21.4 in /packages/webapp Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.6 to 7.21.4. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.6...v7.21.4) Signed-off-by: dependabot[bot] --- packages/webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webapp/package.json b/packages/webapp/package.json index 2b7a42aa..ba4b9b5f 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -41,7 +41,7 @@ "eslint": "7.11.0", "eslint-config-prettier": "6.12.0", "eslint-plugin-cypress": "2.11.2", - "eslint-plugin-react": "7.20.6", + "eslint-plugin-react": "7.21.4", "husky": "4.3.0", "lint-staged": "10.4.0", "prettier": "2.1.2"