fix: update eslint version constraint to be less than 10.0.0

This commit is contained in:
GitHub Actions
2026-02-08 17:32:13 +00:00
parent 0bc460eeef
commit 9d51b1b27a

View File

@@ -66,7 +66,7 @@
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"autoprefixer": "^10.4.24",
"eslint": "^9.39.2",
"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",