From d90448cdee19fcc69a098d0649da6b4dba952709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:34:22 +0000 Subject: [PATCH] chore(deps): bump @langchain/community and @copilotkit/runtime Removes [@langchain/community](https://github.com/langchain-ai/langchainjs). It's no longer used after updating ancestor dependency [@copilotkit/runtime](https://github.com/CopilotKit/CopilotKit). These dependencies need to be updated together. Removes `@langchain/community` Updates `@copilotkit/runtime` from 1.10.6 to 1.10.6 - [Release notes](https://github.com/CopilotKit/CopilotKit/releases) - [Commits](https://github.com/CopilotKit/CopilotKit/compare/v1.10.6...v1.10.6) --- updated-dependencies: - dependency-name: "@langchain/community" dependency-version: dependency-type: indirect - dependency-name: "@copilotkit/runtime" dependency-version: 1.10.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tutorial_implementation/tutorial30/nextjs_frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial_implementation/tutorial30/nextjs_frontend/package.json b/tutorial_implementation/tutorial30/nextjs_frontend/package.json index e46aaee..b2d470d 100644 --- a/tutorial_implementation/tutorial30/nextjs_frontend/package.json +++ b/tutorial_implementation/tutorial30/nextjs_frontend/package.json @@ -12,7 +12,7 @@ "@ag-ui/client": "^0.0.40", "@copilotkit/react-core": "^1.10.0", "@copilotkit/react-ui": "^1.10.0", - "@copilotkit/runtime": "^1.10.0", + "@copilotkit/runtime": "^1.10.6", "next": "^15.5.7", "react": "^18.3.0", "react-dom": "^18.3.0",