Skip to content

Commit b111a13

Browse files
committed
fixing dojo deps for mastra client
Signed-off-by: Tyler Slaton <[email protected]>
1 parent 96e447a commit b111a13

File tree

3 files changed

+944
-138
lines changed

3 files changed

+944
-138
lines changed

typescript-sdk/apps/dojo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"@copilotkit/runtime": "1.10.6-next.2",
3030
"@copilotkit/runtime-client-gql": "1.10.6-next.2",
3131
"@copilotkit/shared": "1.10.6-next.2",
32-
"@mastra/client-js": "^0.14.0",
33-
"@mastra/core": "^0.20.1",
34-
"@mastra/dynamodb": "^0.15.4",
35-
"@mastra/libsql": "^0.15.0",
36-
"@mastra/loggers": "^0.10.14",
37-
"@mastra/memory": "^0.15.4",
32+
"@mastra/client-js": "^0.15.2",
33+
"@mastra/core": "^0.20.2",
34+
"@mastra/dynamodb": "^0.15.6",
35+
"@mastra/libsql": "^0.15.1",
36+
"@mastra/loggers": "^0.10.15",
37+
"@mastra/memory": "^0.15.6",
3838
"@mdx-js/loader": "^3.1.0",
3939
"@mdx-js/mdx": "^3.1.0",
4040
"@mdx-js/react": "^3.1.0",

typescript-sdk/integrations/mastra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"dependencies": {
6060
"@ai-sdk/ui-utils": "^1.1.19",
61-
"@mastra/client-js": "^0.15.0",
61+
"@mastra/client-js": "^0.15.2",
6262
"rxjs": "7.8.1"
6363
},
6464
"peerDependencies": {

0 commit comments

Comments
 (0)