From aa15f48369b27bb2db063e71b7fd002c772bdec5 Mon Sep 17 00:00:00 2001 From: Tyler Slaton Date: Thu, 9 Oct 2025 16:09:25 -0700 Subject: [PATCH] chore: bump deps Signed-off-by: Tyler Slaton --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d96106b..2c7eb73 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,10 @@ "postinstall": "npm run install:agent" }, "dependencies": { - "@ag-ui/langgraph": "0.0.7", - "@ai-sdk/openai": "^1.3.22", - "@copilotkit/react-core": "1.9.3", - "@copilotkit/react-ui": "1.9.3", - "@copilotkit/runtime": "1.9.3", + "@ag-ui/langgraph": "0.0.18", + "@copilotkit/react-core": "1.10.6", + "@copilotkit/react-ui": "1.10.6", + "@copilotkit/runtime": "1.10.6", "next": "15.3.2", "react": "^19.0.0", "react-dom": "^19.0.0",