From 4b0dd45ab66a832d28c810dee3e545bf450dd538 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 16:35:22 +0000 Subject: [PATCH 1/2] Initial plan From 57db1100b7e85678089b8ae694dec01e8ff03d04 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 16:40:03 +0000 Subject: [PATCH 2/2] Resolve merge conflict: pin typescript to 5.9.3 to match main Co-authored-by: naheel0 <191262736+naheel0@users.noreply.github.com> --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00da868..048f5da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint-config-next": "16.1.6", "tailwindcss": "^4", "tailwindcss-animate": "^1.0.7", - "typescript": "^5", + "typescript": "5.9.3", "vitest": "^4.0.18" } }, diff --git a/package.json b/package.json index de75844..c0b72ab 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-config-next": "16.1.6", "tailwindcss": "^4", "tailwindcss-animate": "^1.0.7", - "typescript": "^5", + "typescript": "5.9.3", "vitest": "^4.0.18" } }