Skip to content

Commit 5f540b6

Browse files
committed
chore: pin mastra versions for CLI client
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1 parent 2c25dc2 commit 5f540b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

typescript-sdk/apps/client-cli-example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"@ag-ui/client": "workspace:*",
1313
"@ag-ui/core": "workspace:*",
1414
"@ag-ui/mastra": "workspace:*",
15-
"@ai-sdk/openai": "^1.3.22",
16-
"@mastra/client-js": "^0.10.9",
17-
"@mastra/core": "^0.10.10",
18-
"@mastra/libsql": "^0.11.0",
19-
"@mastra/loggers": "^0.10.3",
20-
"@mastra/memory": "^0.11.1",
15+
"@ai-sdk/openai": "1.3.22",
16+
"@mastra/client-js": "0.10.9",
17+
"@mastra/core": "0.10.10",
18+
"@mastra/libsql": "0.11.0",
19+
"@mastra/loggers": "0.10.3",
20+
"@mastra/memory": "0.11.1",
2121
"open": "^10.1.2",
2222
"zod": "^3.22.4"
2323
},

0 commit comments

Comments
 (0)