Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployers/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@mastra/deployer": "workspace:^",
"@rollup/plugin-virtual": "^3.0.2",
"cloudflare": "^4.5.0",
"rollup": "~4.46.2",
"rollup": "~4.59.0",
"zod": "^3.25.67"
},
"devDependencies": {
Expand Down
8,963 changes: 3,169 additions & 5,794 deletions docs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@algolia/client-search": "5.25.0",
"@copilotkit/react-core": "1.8.10",
"@copilotkit/react-ui": "1.8.10",
"@copilotkit/runtime": "1.8.10",
"@copilotkit/runtime": "1.52.1",
"@hookform/resolvers": "^4.1.3",
"@mastra/client-js": "latest",
"@mastra/core": "latest",
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"npm-cli-login": "^1.0.0",
"verdaccio": "^6.1.6",
"verdaccio-auth-memory": "^10.3.1",
"rollup": "^4.41.1",
"rollup": "^4.59.0",
"vitest": "^3.2.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"get-port": "^7.1.0",
"globby": "^14.1.0",
"npm-cli-login": "^1.0.0",
"rollup": "^4.41.1",
"rollup": "^4.59.0",
"verdaccio": "^6.1.6",
"verdaccio-auth-memory": "^10.3.1",
"vitest": "^3.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"eslint": "^9.30.1",
"memfs": "^4.17.2",
"npm-run-all2": "^8.0.4",
"rollup": "^4.42.0",
"rollup": "^4.59.0",
"tsup": "^8.5.0",
"type-fest": "^4.41.0",
"typescript": "^5.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"eslint": "^9.30.1",
"fast-deep-equal": "^3.1.3",
"globby": "^14.1.0",
"rollup": "^4.42.0",
"rollup": "^4.59.0",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"vitest": "^3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mastra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"esbuild": "^0.25.8",
"eslint": "^9.30.1",
"mastra": "workspace:^",
"rollup": "^4.42.0",
"rollup": "^4.59.0",
"rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-node-externals": "^8.0.1",
"typescript": "^5.8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"hono": "^4.8.12",
"package-directory": "^8.1.0",
"resolve-from": "^5.0.0",
"rollup": "~4.46.2",
"rollup": "~4.59.0",
"rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-node-externals": "^8.0.1",
"typescript-paths": "^1.5.1",
Expand Down
Loading
Loading