fix: update ESLint version constraint to allow compatible updates

This commit is contained in:
GitHub Actions
2026-02-09 19:54:54 +00:00
parent af0ce21ffd
commit 104559afcd

View File

@@ -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",