From 983bf856a04d9d9c174a75b6e8160438a0126d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammed=20Said=20=C3=87ak=C4=B1r?= <35296868+muhammedsaidckr@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:53:06 +0300 Subject: [PATCH] Add zod dependency to resolve type error" --- customer-support-agent/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customer-support-agent/package.json b/customer-support-agent/package.json index 9425b373..ba0c3f77 100644 --- a/customer-support-agent/package.json +++ b/customer-support-agent/package.json @@ -39,7 +39,8 @@ "rehype-highlight": "^7.0.0", "rehype-raw": "^7.0.0", "tailwind-merge": "^2.4.0", - "tailwindcss-animate": "^1.0.7" + "tailwindcss-animate": "^1.0.7", + "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20",