Skip to content

Commit ae45145

Browse files
authored
chore(examples): bump starter integrations to @CopilotKit 1.59.5 (CopilotKit#5273)
## Summary - Bumps all starter integration examples under `examples/integrations/*` to the latest published `@copilotkit` packages: `react-core`, `react-ui`, `runtime`, `runtime-client-gql` (where present), `sdk-js`, and the peer `a2ui-renderer` → **1.59.5**. - Real prior pins were a mix of 1.59.3 / 1.59.1 / 1.56.5; all unified to 1.59.5. - Regenerated each affected `package-lock.json` (starters use npm per-app lockfiles and are intentionally excluded from the root pnpm workspace — `pnpm-lock.yaml` untouched). - Representative starter (`adk`) `next build` compiles successfully against 1.59.5. ## Test plan - [ ] CI build-checks green for the touched starters - [ ] Starter dashboard greens on staging after image rebuild (chat rung also depends on the aimock greeting fixture landing)
2 parents 6d318af + 46da9bb commit ae45145

43 files changed

Lines changed: 6773 additions & 2080 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/integrations/a2a-a2ui/package-lock.json

Lines changed: 119 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/integrations/a2a-a2ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@ag-ui/a2a": "0.00.6",
2020
"@ag-ui/client": "0.0.53",
2121
"@ag-ui/core": "0.0.53",
22-
"@copilotkit/a2ui-renderer": "1.59.3",
23-
"@copilotkit/react-core": "1.59.3",
24-
"@copilotkit/runtime": "1.59.3",
22+
"@copilotkit/a2ui-renderer": "1.59.5",
23+
"@copilotkit/react-core": "1.59.5",
24+
"@copilotkit/runtime": "1.59.5",
2525
"hono": "^4.6.18",
2626
"lucide-react": "^0.577.0",
2727
"next": "^16.0.10",

0 commit comments

Comments
 (0)