From d686b3984522a65c84c445d93a2cb5b003287e74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Aug 2024 16:02:19 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-react from 7.28.0 to 7.35.0 Snyk has created this PR to upgrade eslint-plugin-react from 7.28.0 to 7.35.0. See this package in npm: eslint-plugin-react See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/d45feb3a-687a-4234-bb6a-e7001cbc185d?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../with-tailwind/packages/eslint-config-custom/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-tailwind/packages/eslint-config-custom/package.json b/examples/with-tailwind/packages/eslint-config-custom/package.json index 17574f3c58edb..b3039c5793a83 100644 --- a/examples/with-tailwind/packages/eslint-config-custom/package.json +++ b/examples/with-tailwind/packages/eslint-config-custom/package.json @@ -6,7 +6,7 @@ "dependencies": { "eslint-config-next": "^13.4.1", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-react": "7.28.0", + "eslint-plugin-react": "7.35.0", "eslint-config-turbo": "^1.9.3" }, "publishConfig": {