Skip to content

Commit f64bba2

Browse files
committed
chore(showcase): move canonical @CopilotKit version to 1.59.4
Bump canonicalCopilotKitVersion 1.59.2 -> 1.59.4 and pin every integration's @copilotkit/* to 1.59.4 (locks regenerated). Keeps the whole showcase on one version instead of letting the langgraph A2UI demos deviate. Existing per-slug overrides (built-in-agent pkg.pr.new, ms-agent-harness-dotnet 1.57.2) unchanged.
1 parent 2d733d0 commit f64bba2

31 files changed

Lines changed: 2170 additions & 1391 deletions

showcase/integrations/ag2/package-lock.json

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

showcase/integrations/ag2/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"dependencies": {
1313
"@ag-ui/client": "^0.0.43",
14-
"@copilotkit/a2ui-renderer": "1.59.2",
15-
"@copilotkit/react-core": "1.59.2",
16-
"@copilotkit/runtime": "1.59.2",
17-
"@copilotkit/shared": "1.59.2",
18-
"@copilotkit/voice": "1.59.2",
14+
"@copilotkit/a2ui-renderer": "1.59.4",
15+
"@copilotkit/react-core": "1.59.4",
16+
"@copilotkit/runtime": "1.59.4",
17+
"@copilotkit/shared": "1.59.4",
18+
"@copilotkit/voice": "1.59.4",
1919
"@hashbrownai/core": "0.5.0-beta.4",
2020
"@hashbrownai/react": "0.5.0-beta.4",
2121
"@json-render/core": "0.18.0",
@@ -51,12 +51,12 @@
5151
},
5252
"overrides": {
5353
"@copilotkit/web-inspector": {
54-
"@copilotkit/core": "1.59.2"
54+
"@copilotkit/core": "1.59.4"
5555
}
5656
},
5757
"pnpm": {
5858
"overrides": {
59-
"@copilotkit/web-inspector>@copilotkit/core": "1.59.2"
59+
"@copilotkit/web-inspector>@copilotkit/core": "1.59.4"
6060
}
6161
}
6262
}

showcase/integrations/agno/package-lock.json

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

showcase/integrations/agno/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"dependencies": {
1313
"@ag-ui/client": "^0.0.43",
14-
"@copilotkit/a2ui-renderer": "1.59.2",
15-
"@copilotkit/react-core": "1.59.2",
16-
"@copilotkit/runtime": "1.59.2",
17-
"@copilotkit/shared": "1.59.2",
18-
"@copilotkit/voice": "1.59.2",
14+
"@copilotkit/a2ui-renderer": "1.59.4",
15+
"@copilotkit/react-core": "1.59.4",
16+
"@copilotkit/runtime": "1.59.4",
17+
"@copilotkit/shared": "1.59.4",
18+
"@copilotkit/voice": "1.59.4",
1919
"@hashbrownai/core": "0.5.0-beta.4",
2020
"@hashbrownai/react": "0.5.0-beta.4",
2121
"@json-render/core": "0.18.0",
@@ -51,12 +51,12 @@
5151
},
5252
"overrides": {
5353
"@copilotkit/web-inspector": {
54-
"@copilotkit/core": "1.59.2"
54+
"@copilotkit/core": "1.59.4"
5555
}
5656
},
5757
"pnpm": {
5858
"overrides": {
59-
"@copilotkit/web-inspector>@copilotkit/core": "1.59.2"
59+
"@copilotkit/web-inspector>@copilotkit/core": "1.59.4"
6060
}
6161
}
6262
}

showcase/integrations/built-in-agent/package-lock.json

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

showcase/integrations/built-in-agent/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"test:e2e": "playwright test"
1111
},
1212
"dependencies": {
13-
"@copilotkit/a2ui-renderer": "1.59.2",
14-
"@copilotkit/react-core": "1.59.2",
13+
"@copilotkit/a2ui-renderer": "1.59.4",
14+
"@copilotkit/react-core": "1.59.4",
1515
"@copilotkit/runtime": "https://pkg.pr.new/CopilotKit/CopilotKit/@copilotkit/runtime@4482",
16-
"@copilotkit/shared": "1.59.2",
17-
"@copilotkit/voice": "1.59.2",
16+
"@copilotkit/shared": "1.59.4",
17+
"@copilotkit/voice": "1.59.4",
1818
"@hashbrownai/core": "0.5.0-beta.4",
1919
"@hashbrownai/react": "0.5.0-beta.4",
2020
"@json-render/core": "0.18.0",

0 commit comments

Comments
 (0)