Skip to content

Commit 4e06521

Browse files
committed
update deps in examples
1 parent a62f159 commit 4e06521

File tree

4 files changed

+2124
-3521
lines changed

4 files changed

+2124
-3521
lines changed

apps/client-cli-example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"@ag-ui/core": "workspace:*",
1414
"@ag-ui/mastra": "workspace:*",
1515
"@ai-sdk/openai": "1.3.22",
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",
16+
"@mastra/client-js": "1.0.0-beta.2",
17+
"@mastra/core": "1.0.0-beta.2",
18+
"@mastra/libsql": "1.0.0-beta.0",
19+
"@mastra/loggers": "1.0.0-beta.0",
20+
"@mastra/memory": "1.0.0-beta.0",
2121
"open": "^10.1.2",
22-
"zod": "^3.22.4"
22+
"zod": "^4.1.12"
2323
},
2424
"devDependencies": {
2525
"@types/node": "^20",

apps/dojo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"@copilotkit/runtime": "1.10.6",
3434
"@copilotkit/runtime-client-gql": "1.10.6",
3535
"@copilotkit/shared": "1.10.6",
36+
"@copilotkitnext/agent": "0.0.19-alpha.0",
3637
"@copilotkitnext/react": "0.0.19-alpha.0",
3738
"@copilotkitnext/runtime": "0.0.19-alpha.0",
38-
"@copilotkitnext/agent": "0.0.19-alpha.0",
39-
"@mastra/client-js": "^0.15.2",
40-
"@mastra/core": "^0.20.2",
41-
"@mastra/dynamodb": "^0.15.6",
42-
"@mastra/libsql": "^0.15.1",
43-
"@mastra/loggers": "^0.10.15",
44-
"@mastra/memory": "^0.15.6",
39+
"@mastra/client-js": "1.0.0-beta.2",
40+
"@mastra/core": "1.0.0-beta.2",
41+
"@mastra/dynamodb": "1.0.0-beta.0",
42+
"@mastra/libsql": "1.0.0-beta.0",
43+
"@mastra/loggers": "1.0.0-beta.0",
44+
"@mastra/memory": "1.0.0-beta.0",
4545
"@mdx-js/loader": "^3.1.0",
4646
"@mdx-js/mdx": "^3.1.0",
4747
"@mdx-js/react": "^3.1.0",

integrations/mastra/typescript/examples/package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"scripts": {
6-
"test": "echo \"no tests to run\" && exit 0",
76
"dev": "mastra dev",
87
"build": "mastra build"
98
},
@@ -13,20 +12,20 @@
1312
"description": "",
1413
"type": "module",
1514
"engines": {
16-
"node": ">=20.9.0"
15+
"node": ">=22.13.0"
1716
},
1817
"dependencies": {
1918
"@ai-sdk/openai": "^2.0.23",
20-
"@mastra/client-js": "^0.15.2",
21-
"@mastra/core": "^0.20.2",
22-
"@mastra/libsql": "^0.15.1",
23-
"@mastra/loggers": "^0.10.15",
24-
"@mastra/memory": "^0.15.6",
25-
"zod": "^3.25.48"
19+
"@mastra/client-js": "1.0.0-beta.2",
20+
"@mastra/core": "1.0.0-beta.2",
21+
"@mastra/libsql": "1.0.0-beta.0",
22+
"@mastra/loggers": "1.0.0-beta.0",
23+
"@mastra/memory": "1.0.0-beta.0",
24+
"zod": "^4.1.12"
2625
},
2726
"devDependencies": {
2827
"@types/node": "^22.15.29",
29-
"mastra": "^0.15.1",
28+
"mastra": "1.0.0-beta.1",
3029
"typescript": "^5.8.3"
3130
}
3231
}

0 commit comments

Comments
 (0)