Skip to content

Commit d6a70a0

Browse files
committed
chore: update dependency versions in package.json and bun.lock
- Downgraded the "ai" package version from "^5.0.10" to "^5.0.0" in package.json and bun.lock for compatibility. - Adjusted the "@ai-sdk/openai" version from "^2.0.10" to "^2.0.0" in the app's package.json to align with the SDK's requirements. - Ensured consistency across dependency versions to maintain project stability.
1 parent 42960c4 commit d6a70a0

File tree

3 files changed

+29737
-6124
lines changed

3 files changed

+29737
-6124
lines changed

apps/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@ai-sdk/anthropic": "^2.0.0",
66
"@ai-sdk/groq": "^2.0.0",
7-
"@ai-sdk/openai": "^2.0.10",
7+
"@ai-sdk/openai": "^2.0.0",
88
"@ai-sdk/provider": "^2.0.0",
99
"@ai-sdk/react": "^2.0.0",
1010
"@ai-sdk/rsc": "^1.0.0",
@@ -52,7 +52,7 @@
5252
"@uploadthing/react": "^7.3.0",
5353
"@upstash/ratelimit": "^2.0.5",
5454
"@vercel/sdk": "^1.7.1",
55-
"ai": "^5.0.10",
55+
"ai": "^5.0.0",
5656
"axios": "^1.9.0",
5757
"better-auth": "^1.2.8",
5858
"canvas-confetti": "^1.9.3",
@@ -156,4 +156,4 @@
156156
"trigger:dev": "npx [email protected] dev",
157157
"typecheck": "tsc --noEmit"
158158
}
159-
}
159+
}

0 commit comments

Comments
 (0)