From ce649a4f5ef6e5b6b0cf06d6b1dcef08f306162d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 08:45:55 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react to v7.36.0 --- packages/@gorrion/eslint-config-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@gorrion/eslint-config-react/package.json b/packages/@gorrion/eslint-config-react/package.json index 6aa02ae..3f6d0b0 100644 --- a/packages/@gorrion/eslint-config-react/package.json +++ b/packages/@gorrion/eslint-config-react/package.json @@ -37,7 +37,7 @@ "@typescript-eslint/eslint-plugin": "5.25.0", "@typescript-eslint/parser": "5.25.0", "eslint": "8.15.0", - "eslint-plugin-react": "7.29.4", + "eslint-plugin-react": "7.36.0", "eslint-plugin-react-hooks": "4.5.0", "typescript": "4.6.4" },