Fix ESLint dependencies to resolve Nixpacks build ERESOLVE error

This commit is contained in:
2026-04-28 14:19:22 +05:30
parent c5f534a8f4
commit c26b96fa9b
2 changed files with 219 additions and 259 deletions

View File

@@ -17,14 +17,14 @@
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@eslint/js": "^9.11.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.2.0"