Skip to content

Commit 528f989

Browse files
committed
chore: use beta tag for mastra deps
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1 parent 067139c commit 528f989

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
},
1414
"dependencies": {
1515
"@ag-ui/client": "0.0.42",
16-
"@ag-ui/mastra": "^0.2.1-beta.1",
16+
"@ag-ui/mastra": "beta",
1717
"@ai-sdk/openai": "^2.0.42",
18-
"@copilotkit/react-core": "1.50.0",
19-
"@copilotkit/react-ui": "1.50.0",
20-
"@copilotkit/runtime": "1.50.0",
18+
"@copilotkit/react-core": "1.51.1",
19+
"@copilotkit/react-ui": "1.51.1",
20+
"@copilotkit/runtime": "1.51.1",
2121
"@libsql/client": "^0.15.15",
22-
"@mastra/client-js": "^1.0.0-beta.11",
23-
"@mastra/core": "^1.0.0-beta.11",
24-
"@mastra/libsql": "^1.0.0-beta.7",
25-
"@mastra/memory": "^1.0.0-beta.4",
22+
"@mastra/client-js": "beta",
23+
"@mastra/core": "beta",
24+
"@mastra/libsql": "beta",
25+
"@mastra/memory": "beta",
2626
"libsql": "^0.5.22",
27-
"mastra": "^1.0.0-beta.9",
28-
"next": "16.0.8",
27+
"mastra": "beta",
28+
"next": "16.1.2",
2929
"react": "^19.2.1",
3030
"react-dom": "^19.2.1",
3131
"zod": "^3.25.0"
@@ -37,7 +37,7 @@
3737
"@types/react-dom": "^19",
3838
"concurrently": "^9.1.2",
3939
"eslint": "^9",
40-
"eslint-config-next": "16.0.8",
40+
"eslint-config-next": "16.1.2",
4141
"tailwindcss": "^4",
4242
"typescript": "^5"
4343
}

0 commit comments

Comments
 (0)