From 8e7f7e960fb378df876f9b3d8f071670c47e108e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:43:15 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react to v7.35.2 | datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | npm | eslint-plugin-react | 7.35.0 | 7.35.2 | --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d0b3f4..3d3237b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsx-a11y": "6.9.0", - "eslint-plugin-react": "7.35.0", + "eslint-plugin-react": "7.35.2", "espree": "9.6.1", "mocha": "10.7.3", "npm-run-all": "4.1.5",