From 77a48598a190eeef8c07976c36403b85a3e414cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 05:07:05 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-react Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.27.1 to 7.28.0. - [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.27.1...v7.28.0) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- generators/client/templates/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/client/templates/react/package.json b/generators/client/templates/react/package.json index 1336b21ff8b..9b587a7a292 100644 --- a/generators/client/templates/react/package.json +++ b/generators/client/templates/react/package.json @@ -49,7 +49,7 @@ "css-minimizer-webpack-plugin": "3.3.1", "eslint": "8.5.0", "eslint-config-prettier": "8.3.0", - "eslint-plugin-react": "7.27.1", + "eslint-plugin-react": "7.28.0", "eslint-webpack-plugin": "3.1.1", "folder-hash": "4.0.1", "fork-ts-checker-webpack-plugin": "6.5.0",