fix: move zod-to-json-schema to dependencies (#3387)
This commit is contained in:
parent
5f8a3a574e
commit
a68111ca77
2 changed files with 3 additions and 3 deletions
2
bun.lock
2
bun.lock
|
|
@ -207,6 +207,7 @@
|
||||||
"xdg-basedir": "5.1.0",
|
"xdg-basedir": "5.1.0",
|
||||||
"yargs": "18.0.0",
|
"yargs": "18.0.0",
|
||||||
"zod": "catalog:",
|
"zod": "catalog:",
|
||||||
|
"zod-to-json-schema": "3.24.5",
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ai-sdk/amazon-bedrock": "2.2.10",
|
"@ai-sdk/amazon-bedrock": "2.2.10",
|
||||||
|
|
@ -222,7 +223,6 @@
|
||||||
"@typescript/native-preview": "catalog:",
|
"@typescript/native-preview": "catalog:",
|
||||||
"typescript": "catalog:",
|
"typescript": "catalog:",
|
||||||
"vscode-languageserver-types": "3.17.5",
|
"vscode-languageserver-types": "3.17.5",
|
||||||
"zod-to-json-schema": "3.24.5",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"packages/plugin": {
|
"packages/plugin": {
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@
|
||||||
"typescript": "catalog:",
|
"typescript": "catalog:",
|
||||||
"@typescript/native-preview": "catalog:",
|
"@typescript/native-preview": "catalog:",
|
||||||
"vscode-languageserver-types": "3.17.5",
|
"vscode-languageserver-types": "3.17.5",
|
||||||
"zod-to-json-schema": "3.24.5",
|
|
||||||
"@opencode-ai/script": "workspace:*"
|
"@opencode-ai/script": "workspace:*"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -70,6 +69,7 @@
|
||||||
"web-tree-sitter": "0.22.6",
|
"web-tree-sitter": "0.22.6",
|
||||||
"xdg-basedir": "5.1.0",
|
"xdg-basedir": "5.1.0",
|
||||||
"yargs": "18.0.0",
|
"yargs": "18.0.0",
|
||||||
"zod": "catalog:"
|
"zod": "catalog:",
|
||||||
|
"zod-to-json-schema": "3.24.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue