summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoberto Carvajal <[email protected]>2025-12-26 14:08:45 -0300
committerGitHub <[email protected]>2025-12-26 11:08:45 -0600
commitf1ab427f0efcdeaf5184f1f070eb2f4b0512edd8 (patch)
tree599e58746d9de5d8c21c7744297eb349f0ddc691
parent2333af6ed3085721cdc244b153097bd0d1b353a8 (diff)
downloadopencode-f1ab427f0efcdeaf5184f1f070eb2f4b0512edd8.tar.gz
opencode-f1ab427f0efcdeaf5184f1f070eb2f4b0512edd8.zip
fix(dep): Update package.json - fix perplexity provider version (#6199)
Co-authored-by: Aiden Cline <[email protected]>
-rw-r--r--bun.lock14
-rw-r--r--package.json7
-rw-r--r--packages/opencode/package.json7
3 files changed, 14 insertions, 14 deletions
diff --git a/bun.lock b/bun.lock
index 818dee4f2..593033e34 100644
--- a/bun.lock
+++ b/bun.lock
@@ -5,13 +5,6 @@
"": {
"name": "opencode",
"dependencies": {
- "@ai-sdk/cerebras": "1.0.33",
- "@ai-sdk/cohere": "2.0.21",
- "@ai-sdk/deepinfra": "1.0.30",
- "@ai-sdk/gateway": "2.0.23",
- "@ai-sdk/groq": "2.0.33",
- "@ai-sdk/perplexity": "2.0.22",
- "@ai-sdk/togetherai": "1.0.30",
"@aws-sdk/client-s3": "3.933.0",
"@opencode-ai/plugin": "workspace:*",
"@opencode-ai/script": "workspace:*",
@@ -263,14 +256,21 @@
"@ai-sdk/amazon-bedrock": "3.0.57",
"@ai-sdk/anthropic": "2.0.50",
"@ai-sdk/azure": "2.0.73",
+ "@ai-sdk/cerebras": "1.0.33",
+ "@ai-sdk/cohere": "2.0.21",
+ "@ai-sdk/deepinfra": "1.0.30",
+ "@ai-sdk/gateway": "2.0.23",
"@ai-sdk/google": "2.0.44",
"@ai-sdk/google-vertex": "3.0.81",
+ "@ai-sdk/groq": "2.0.33",
"@ai-sdk/mcp": "0.0.8",
"@ai-sdk/mistral": "2.0.26",
"@ai-sdk/openai": "2.0.71",
"@ai-sdk/openai-compatible": "1.0.27",
+ "@ai-sdk/perplexity": "2.0.22",
"@ai-sdk/provider": "2.0.0",
"@ai-sdk/provider-utils": "3.0.18",
+ "@ai-sdk/togetherai": "1.0.30",
"@ai-sdk/xai": "2.0.42",
"@clack/prompts": "1.0.0-alpha.1",
"@hono/standard-validator": "0.1.5",
diff --git a/package.json b/package.json
index 7346a4ca8..aa7031bec 100644
--- a/package.json
+++ b/package.json
@@ -67,13 +67,6 @@
"turbo": "2.5.6"
},
"dependencies": {
- "@ai-sdk/cerebras": "1.0.33",
- "@ai-sdk/cohere": "2.0.21",
- "@ai-sdk/deepinfra": "1.0.30",
- "@ai-sdk/gateway": "2.0.23",
- "@ai-sdk/groq": "2.0.33",
- "@ai-sdk/perplexity": "2.0.22",
- "@ai-sdk/togetherai": "1.0.30",
"@aws-sdk/client-s3": "3.933.0",
"@opencode-ai/plugin": "workspace:*",
"@opencode-ai/script": "workspace:*",
diff --git a/packages/opencode/package.json b/packages/opencode/package.json
index ef2b822e8..55656660e 100644
--- a/packages/opencode/package.json
+++ b/packages/opencode/package.json
@@ -61,6 +61,13 @@
"@ai-sdk/provider": "2.0.0",
"@ai-sdk/provider-utils": "3.0.18",
"@ai-sdk/xai": "2.0.42",
+ "@ai-sdk/cerebras": "1.0.33",
+ "@ai-sdk/cohere": "2.0.21",
+ "@ai-sdk/deepinfra": "1.0.30",
+ "@ai-sdk/gateway": "2.0.23",
+ "@ai-sdk/groq": "2.0.33",
+ "@ai-sdk/perplexity": "2.0.22",
+ "@ai-sdk/togetherai": "1.0.30",
"@clack/prompts": "1.0.0-alpha.1",
"@hono/standard-validator": "0.1.5",
"@hono/zod-validator": "catalog:",