Skip to content

Commit 5198170

Browse files
committed
chore(mastra): bump dependencies
Signed-off-by: Tyler Slaton <[email protected]>
1 parent 5c6aa40 commit 5198170

File tree

4 files changed

+125
-314
lines changed

4 files changed

+125
-314
lines changed

typescript-sdk/apps/dojo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"@copilotkit/runtime": "1.10.1",
2828
"@copilotkit/runtime-client-gql": "1.10.1",
2929
"@copilotkit/shared": "1.10.1",
30-
"@mastra/client-js": "^0.11.2",
31-
"@mastra/core": "0.15.3-alpha.2",
32-
"@mastra/dynamodb": "^0.14.5",
33-
"@mastra/libsql": "^0.13.7",
34-
"@mastra/loggers": "^0.10.9",
35-
"@mastra/memory": "^0.14.2",
30+
"@mastra/client-js": "^0.12.3",
31+
"@mastra/core": "0.16.3",
32+
"@mastra/dynamodb": "^0.15.1",
33+
"@mastra/libsql": "^0.14.1",
34+
"@mastra/loggers": "^0.10.11",
35+
"@mastra/memory": "^0.15.1",
3636
"@mdx-js/loader": "^3.1.0",
3737
"@mdx-js/mdx": "^3.1.0",
3838
"@mdx-js/react": "^3.1.0",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
},
1818
"dependencies": {
1919
"@ai-sdk/openai": "^2.0.23",
20-
"@mastra/client-js": "^0.10.20",
21-
"@mastra/core": "^0.15.3-alpha.2",
22-
"@mastra/libsql": "^0.13.7",
23-
"@mastra/loggers": "^0.10.9",
24-
"@mastra/memory": "^0.14.2",
20+
"@mastra/client-js": "^0.12.3",
21+
"@mastra/core": "^0.16.3",
22+
"@mastra/libsql": "^0.14.1",
23+
"@mastra/loggers": "^0.10.11",
24+
"@mastra/memory": "^0.15.1",
2525
"zod": "^3.25.48"
2626
},
2727
"devDependencies": {

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.11.2",
61+
"@mastra/client-js": "^0.12.3",
6262
"rxjs": "7.8.1"
6363
},
6464
"peerDependencies": {
6565
"@ag-ui/core": ">=0.0.37",
6666
"@ag-ui/client": ">=0.0.37",
6767
"@copilotkit/runtime": "^1.9.3",
68-
"@mastra/core": ">=0.15.2",
68+
"@mastra/core": ">=0.16.3",
6969
"zod": "^3.25.67"
7070
},
7171
"devDependencies": {
7272
"@ag-ui/core": "workspace:*",
7373
"@ag-ui/client": "workspace:*",
74-
"@mastra/core": "^0.15.3",
74+
"@mastra/core": "^0.16.3",
7575
"@types/jest": "^29.5.14",
7676
"@types/node": "^20.11.19",
7777
"jest": "^29.7.0",

0 commit comments

Comments
 (0)