From 696c27793b3c0f6127306ac3a0a4bbe575907b38 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 21:05:03 +0000 Subject: [PATCH 1/2] Initial plan From 574986c440fd1cea35cffe9da2bed022df24f0a7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Feb 2026 21:06:47 +0000 Subject: [PATCH 2/2] chore: remove redundant @types/react and @types/react-dom from overrides Co-authored-by: rezwana-karim <126201034+rezwana-karim@users.noreply.github.com> --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 63479856..dfdf85a5 100644 --- a/package.json +++ b/package.json @@ -142,8 +142,6 @@ "next-auth": { "next": "^16.0.7" }, - "@auth/core": "^0.41.1", - "@types/react": "19.2.7", - "@types/react-dom": "19.2.3" + "@auth/core": "^0.41.1" } }