@mastra/playground-ui 53.0.0-alpha.1 → 53.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "53.0.0-alpha.1",
4
+ "version": "53.0.0-alpha.2",
5
5
  "description": "Mastra Playground components",
6
6
  "sideEffects": [
7
7
  "**/*.css"
@@ -160,8 +160,8 @@
160
160
  "react": ">=19.0.0",
161
161
  "react-dom": ">=19.0.0",
162
162
  "tailwindcss": "^4.0.0",
163
- "@mastra/client-js": "^1.44.0-alpha.1",
164
- "@mastra/react": "1.4.11-alpha.1"
163
+ "@mastra/react": "1.4.11-alpha.2",
164
+ "@mastra/client-js": "^1.44.0-alpha.2"
165
165
  },
166
166
  "devDependencies": {
167
167
  "@storybook/addon-a11y": "^10.4.1",
@@ -203,10 +203,10 @@
203
203
  "vite-plugin-lib-inject-css": "^2.2.2",
204
204
  "vitest": "4.1.10",
205
205
  "@internal/lint": "0.0.130",
206
- "@mastra/client-js": "^1.44.0-alpha.1",
207
- "@mastra/core": "1.65.0-alpha.1",
208
- "@mastra/react": "1.4.11-alpha.1",
209
- "@mastra/memory": "1.28.3-alpha.0"
206
+ "@mastra/client-js": "^1.44.0-alpha.2",
207
+ "@mastra/core": "1.65.0-alpha.2",
208
+ "@mastra/memory": "1.28.3-alpha.1",
209
+ "@mastra/react": "1.4.11-alpha.2"
210
210
  },
211
211
  "homepage": "https://mastra.ai",
212
212
  "repository": {