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
2 changes: 1 addition & 1 deletion CopilotKit/examples/next-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.14",
"next-themes": "^0.2.1",
"openai": "^4.50.0",
"react": "19.0.0-rc-0bc30748-20241028",
Expand Down
2 changes: 1 addition & 1 deletion CopilotKit/examples/next-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"openai": "^4.33.1",
"react": "^18",
"react-dom": "^18",
"next": "14.2.4"
"next": "15.5.14"
},
"devDependencies": {
"typescript": "^5.2.3",
Expand Down
1,069 changes: 506 additions & 563 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.14",
"next-themes": "^0.3.0",
"npm-to-yarn": "^3.0.0",
"posthog-js": "^1.175.0",
Expand Down
557 changes: 422 additions & 135 deletions docs/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/coagents-ai-researcher/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"clsx": "^2.1.1",
"framer-motion": "^12.0.0-alpha.2",
"lucide-react": "^0.436.0",
"next": "15.1.0",
"next": "15.5.14",
"openai": "^4.70.2",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
549 changes: 282 additions & 267 deletions examples/coagents-ai-researcher/ui/pnpm-lock.yaml

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions examples/coagents-qa-native/agent-js/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/coagents-qa-native/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"clsx": "^2.1.1",
"framer-motion": "^11.3.31",
"lucide-react": "^0.436.0",
"next": "15.1.0",
"next": "15.5.14",
"openai": "^4.70.2",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
549 changes: 282 additions & 267 deletions examples/coagents-qa-native/ui/pnpm-lock.yaml

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions examples/coagents-qa-text/agent-js/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/coagents-qa-text/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"clsx": "^2.1.1",
"framer-motion": "^11.3.31",
"lucide-react": "^0.436.0",
"next": "15.1.0",
"next": "15.5.14",
"openai": "^4.70.2",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
Loading