Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
413 changes: 190 additions & 223 deletions .github/actions/changesets-action/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/actions/changesets-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/github": "^9.0.0",
"@changesets/pre": "^1.0.9",
"@changesets/read": "^0.5.3",
"@manypkg/get-packages": "^1.1.3",
"@octokit/plugin-throttling": "^5.2.1",
"@octokit/plugin-throttling": "^11.0.3",
"fs-extra": "^8.1.0",
"mdast-util-to-string": "^1.0.6",
"remark-parse": "^7.0.1",
Expand Down
287 changes: 126 additions & 161 deletions .github/actions/changesets-action/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CopilotKit/examples/next-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@google/generative-ai": "^0.11.5",
"@heroicons/react": "^2.0.18",
"@langchain/anthropic": "^0.3.5",
"@langchain/community": "^0.0.53",
"@langchain/community": "^1.1.14",
"@langchain/core": "^0.3.13",
"@langchain/google-gauth": "^0.1.0",
"@langchain/langgraph": "^0.0.12",
Expand All @@ -29,7 +29,7 @@
"eslint-config-next": "^15.0.2",
"groq-sdk": "^0.5.0",
"langchain": "^0.3.3",
"next": "^15.0.2",
"next": "^15.5.10",
"next-themes": "^0.2.1",
"openai": "^4.50.0",
"react": "19.0.0-rc-0bc30748-20241028",
Expand Down
4 changes: 2 additions & 2 deletions CopilotKit/examples/next-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@copilotkit/shared": "workspace:*",
"@google/generative-ai": "^0.11.2",
"@heroicons/react": "^2.0.18",
"@langchain/community": "^0.0.53",
"@langchain/community": "^1.1.14",
"@langchain/core": "^0.1.61",
"@langchain/langgraph": "^0.0.12",
"@langchain/openai": "^0.0.28",
Expand All @@ -26,7 +26,7 @@
"openai": "^4.33.1",
"react": "^18",
"react-dom": "^18",
"next": "14.2.4"
"next": "15.5.10"
},
"devDependencies": {
"typescript": "^5.2.3",
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@anthropic-ai/sdk": "^0.27.3",
"@copilotkit/shared": "workspace:*",
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
"@langchain/community": "^0.0.53",
"@langchain/community": "^1.1.14",
"@langchain/core": "^0.3.13",
"@langchain/google-gauth": "^0.1.0",
"@langchain/langgraph-sdk": "^0.0.16",
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/packages/sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"dependencies": {
"@copilotkit/shared": "workspace:*",
"@langchain/community": "^0.0.53",
"@langchain/community": "^1.1.14",
"@langchain/core": "^0.3.13",
"@langchain/langgraph": "^0.2.22",
"@langchain/langgraph-sdk": "^0.0.16",
Expand Down
2,460 changes: 1,766 additions & 694 deletions CopilotKit/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"hast-util-to-jsx-runtime": "^2.3.0",
"lucide-react": "^0.446.0",
"mdast": "^3.0.0",
"next": "^14.2.8",
"next": "^15.5.10",
"next-themes": "^0.3.0",
"npm-to-yarn": "^3.0.0",
"posthog-js": "^1.175.0",
Expand Down
Loading