From 34b8a7244b96bdd38db672ffd94b3a8066eeb868 Mon Sep 17 00:00:00 2001 From: Adam Thompson-Sharpe Date: Sat, 4 Oct 2025 06:29:36 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#73831=20[eslint-pl?= =?UTF-8?q?ugin-jsx-a11y]=20Use=20eslint=20package=20for=20types=20by=20@M?= =?UTF-8?q?ysteryBlokHed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/eslint-plugin-jsx-a11y/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/eslint-plugin-jsx-a11y/package.json b/types/eslint-plugin-jsx-a11y/package.json index 4348231161d109..c563661e075637 100644 --- a/types/eslint-plugin-jsx-a11y/package.json +++ b/types/eslint-plugin-jsx-a11y/package.json @@ -6,7 +6,7 @@ "https://github.com/jsx-eslint/eslint-plugin-jsx-a11y#readme" ], "dependencies": { - "@types/eslint": "*" + "eslint": "^9" }, "devDependencies": { "@types/eslint-plugin-jsx-a11y": "workspace:."