From 84841ee88bdacd3e9c41276314712fb894137449 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 09:32:56 +0000 Subject: [PATCH] Update CopilotKit dependencies to v1.50.0 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8289b2b..eed932c 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,11 @@ "lint": "next lint" }, "dependencies": { - "@copilotkit/runtime": "1.3.1", - "@copilotkit/react-core": "1.3.1", - "@copilotkit/react-textarea": "1.3.1", - "@copilotkit/react-ui": "1.3.1", - "@copilotkit/shared": "1.3.1", + "@copilotkit/runtime": "1.50.0", + "@copilotkit/react-core": "1.50.0", + "@copilotkit/react-textarea": "1.50.0", + "@copilotkit/react-ui": "1.50.0", + "@copilotkit/shared": "1.50.0", "@heroicons/react": "^2.1.1", "@langchain/community": "^0.0.29", "@langchain/core": "^0.1.29",