From 604fb05ed29170d2eb0000b98feebf440f5ce054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 17:42:00 -0700 Subject: [PATCH] Bump eslint-plugin-react from 7.22.0 to 7.23.1 in /ui (#191) Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.22.0 to 7.23.1. - [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.22.0...v7.23.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index d7014c135..e551c4010 100644 --- a/ui/package.json +++ b/ui/package.json @@ -36,7 +36,7 @@ "eslint-plugin-import": "^2.21.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", - "eslint-plugin-react": "7.22.0", + "eslint-plugin-react": "7.23.1", "eslint-plugin-standard": "^5.0.0", "file-loader": "^6.0.0", "jest": "^26.4.1",