From 104559afcd1880eaad4d939998705fd824566f64 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 9 Feb 2026 19:54:54 +0000 Subject: [PATCH] fix: update ESLint version constraint to allow compatible updates --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 4847dfdf..41baa1a9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -66,7 +66,7 @@ "@vitest/coverage-v8": "^4.0.18", "@vitest/ui": "^4.0.18", "autoprefixer": "^10.4.24", - "eslint": " ^10.0.0", + "eslint": ">=9.39.2 <10.0.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.0", "jsdom": "28.0.0",