From 8901dd189487ec987c8a28856d2c7c83ee83a64b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 07:14:12 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-react from 7.28.0 to 7.31.10 Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.28.0 to 7.31.10. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.28.0...v7.31.10) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e8af41..628b319 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-plugin-jest": "~26.1.0", "eslint-plugin-jsx-a11y": "~6.5.0", "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-react": "~7.28.0", + "eslint-plugin-react": "~7.31.10", "husky": "~7.0.0", "lint-staged": "~12.3.3", "pouchdb": "^7.1.1",