fix: downgrade eslint to ^9 and typescript to ^5 for eslint-config-next compatibility

Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/861f179a-eb73-4cd9-8c13-2a0e52b5d1bf

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-03 16:45:10 +00:00
committed by GitHub
parent 0026afe131
commit f39241a547
2 changed files with 217 additions and 156 deletions
+2 -2
View File
@@ -28,11 +28,11 @@
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^10",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"tailwindcss": "^4",
"typescript": "^6"
"typescript": "^5"
}
}