Skip to content

Commit a21adb5

Browse files
roaminrotylerslaton
authored andcommitted
fix(deps): update mastra dependencies across packages
1 parent e8efab7 commit a21adb5

File tree

4 files changed

+676
-1742
lines changed

4 files changed

+676
-1742
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"@ag-ui/core": "workspace:*",
1414
"@ag-ui/mastra": "workspace:*",
1515
"@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",
16+
"@mastra/client-js": "0.10.18",
17+
"@mastra/core": "0.12.1",
18+
"@mastra/libsql": "0.12.0",
19+
"@mastra/loggers": "0.10.5",
20+
"@mastra/memory": "0.12.0",
2121
"open": "^10.1.2",
2222
"zod": "^3.22.4"
2323
},

typescript-sdk/apps/dojo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"@copilotkit/runtime": "1.9.2",
2828
"@copilotkit/runtime-client-gql": "1.9.2",
2929
"@copilotkit/shared": "1.9.2",
30-
"@mastra/client-js": "^0.10.9",
31-
"@mastra/core": "^0.11.1",
32-
"@mastra/dynamodb": "^0.13.2",
33-
"@mastra/libsql": "^0.11.2",
34-
"@mastra/loggers": "^0.10.3",
35-
"@mastra/memory": "^0.11.5",
30+
"@mastra/client-js": "^0.10.18",
31+
"@mastra/core": "^0.12.1",
32+
"@mastra/dynamodb": "^0.13.3",
33+
"@mastra/libsql": "^0.12.0",
34+
"@mastra/loggers": "^0.10.5",
35+
"@mastra/memory": "^0.12.0",
3636
"@mdx-js/loader": "^3.1.0",
3737
"@mdx-js/mdx": "^3.1.0",
3838
"@mdx-js/react": "^3.1.0",
@@ -91,4 +91,4 @@
9191
"typescript": "^5",
9292
"wait-port": "^1.1.0"
9393
}
94-
}
94+
}

typescript-sdk/integrations/mastra/example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"dependencies": {
1919
"@ai-sdk/openai": "^1.3.22",
2020
"@mastra/client-js": "^0.10.1",
21-
"@mastra/core": "^0.10.1",
22-
"@mastra/libsql": "^0.10.0",
23-
"@mastra/loggers": "^0.10.0",
24-
"@mastra/memory": "^0.10.1",
21+
"@mastra/core": "^0.12.1",
22+
"@mastra/libsql": "^0.12.0",
23+
"@mastra/loggers": "^0.10.5",
24+
"@mastra/memory": "^0.12.0",
2525
"zod": "^3.25.48"
2626
},
2727
"devDependencies": {
2828
"@types/node": "^22.15.29",
29-
"mastra": "^0.10.1",
29+
"mastra": "^0.10.18",
3030
"typescript": "^5.8.3"
3131
}
3232
}

0 commit comments

Comments
 (0)