From 80f0444ad0891bce100b6ebdbfd3117021175bde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:39:03 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7107a72..5f52c12 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", - "eslint": "^9", + "eslint": "^10.0.0", "eslint-config-next": "15.5.18", "tailwindcss": "^4.0.12", "typescript": "^5"