Skip to content

Commit eaf115b

Browse files
Maximiliano Korptylerslaton
authored andcommitted
chore(mastra): fix lockfile, bump deps, fix dojo
Signed-off-by: Tyler Slaton <[email protected]>
1 parent 537cc01 commit eaf115b

File tree

3 files changed

+1254
-387
lines changed

3 files changed

+1254
-387
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.19.0",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,20 @@
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": {
6565
"@ag-ui/core": ">=0.0.39",
6666
"@ag-ui/client": ">=0.0.40",
6767
"@copilotkit/runtime": "^1.10.5",
68-
"@mastra/core": ">=0.20.0",
68+
"@mastra/core": ">=0.20.1",
6969
"zod": "^3.25.67"
7070
},
7171
"devDependencies": {
7272
"@ag-ui/core": "workspace:*",
7373
"@ag-ui/client": "workspace:*",
74-
"@mastra/core": "^0.20.0",
74+
"@mastra/core": "^0.20.1",
7575
"@types/jest": "^29.5.14",
7676
"@types/node": "^20.11.19",
7777
"jest": "^29.7.0",

0 commit comments

Comments
 (0)