Skip to content

Commit 0dd0a7b

Browse files
committed
chore(dojo): bump cpk to 1.10.5
Signed-off-by: Tyler Slaton <[email protected]>
1 parent be23d7e commit 0dd0a7b

File tree

3 files changed

+111
-111
lines changed

3 files changed

+111
-111
lines changed

typescript-sdk/apps/dojo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@ag-ui/server-starter-all-features": "workspace:*",
2424
"@ag-ui/vercel-ai-sdk": "workspace:*",
2525
"@ai-sdk/openai": "^1.3.22",
26-
"@copilotkit/react-core": "1.10.1",
27-
"@copilotkit/react-ui": "1.10.1",
28-
"@copilotkit/runtime": "1.10.1",
29-
"@copilotkit/runtime-client-gql": "1.10.1",
30-
"@copilotkit/shared": "1.10.1",
26+
"@copilotkit/react-core": "1.10.5",
27+
"@copilotkit/react-ui": "1.10.5",
28+
"@copilotkit/runtime": "1.10.5",
29+
"@copilotkit/runtime-client-gql": "1.10.5",
30+
"@copilotkit/shared": "1.10.5",
3131
"@mastra/client-js": "^0.10.18",
3232
"@mastra/core": "^0.13.0",
3333
"@mastra/dynamodb": "^0.13.3",

typescript-sdk/apps/dojo/scripts/prep-dojo-everything.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const ALL_TARGETS = {
104104
cwd: path.join(integrationsRoot, 'adk-middleware/python/examples'),
105105
},
106106
'dojo': {
107-
command: 'pnpm install --no-frozen-lockfile && pnpm build --filter=demo-viewer...',
107+
command: 'pnpm build --filter=demo-viewer...',
108108
name: 'Dojo',
109109
cwd: path.join(gitRoot, 'typescript-sdk'),
110110
},

0 commit comments

Comments
 (0)