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 examples/mastra-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"zod": "^3.23.0"
"zod": "^4.0.0"
},
"devDependencies": {
"@openuidev/cli": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion examples/openui-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"next": "16.1.6",
"openai": "^6.22.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"zod": "^4.0.0"
},
"devDependencies": {
"@openuidev/cli": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion examples/react-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"openai": "^6.22.0",
"react": "19.2.3",
"lucide-react": "^0.562.0",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"zod": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
Expand Down
8 changes: 4 additions & 4 deletions packages/svelte-lang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openuidev/svelte-lang",
"version": "0.1.0",
"version": "0.2.0",
"description": "Define component libraries, generate LLM system prompts, and render streaming OpenUI Lang output in Svelte 5 — the Svelte runtime for OpenUI generative UI",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -58,11 +58,11 @@
},
"author": "engineering@thesys.dev",
"dependencies": {
"@openuidev/lang-core": "workspace:^",
"zod": "^4.0.0"
"@openuidev/lang-core": "workspace:^"
},
"peerDependencies": {
"svelte": ">=5.0.0"
"svelte": ">=5.0.0",
"zod": "^4.0.0"
},
"devDependencies": {
"@sveltejs/package": "^2.3.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/vue-lang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openuidev/vue-lang",
"version": "0.1.0",
"version": "0.2.0",
"description": "Define component libraries, generate LLM system prompts, and render streaming OpenUI Lang output in Vue 3 — the Vue runtime for OpenUI generative UI",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -55,11 +55,11 @@
},
"author": "engineering@thesys.dev",
"dependencies": {
"@openuidev/lang-core": "workspace:^",
"zod": "^4.0.0"
"@openuidev/lang-core": "workspace:^"
},
"peerDependencies": {
"vue": ">=3.5.0"
"vue": ">=3.5.0",
"zod": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
Expand Down
Loading
Loading