Skip to content

Commit a66adbc

Browse files
authored
chore(api): update @ai-sdk/anthropic to version 2.0.53 and adjust tsc… (#1861)
* chore(api): update @ai-sdk/anthropic to version 2.0.53 and adjust tsconfig * chore(bun.lock): update package versions and lockfile configuration
1 parent 99fad0d commit a66adbc

File tree

3 files changed

+58
-18
lines changed

3 files changed

+58
-18
lines changed

apps/api/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "0.0.1",
55
"author": "",
66
"dependencies": {
7+
"@ai-sdk/anthropic": "^2.0.53",
78
"@ai-sdk/groq": "^2.0.32",
89
"@ai-sdk/openai": "^2.0.65",
910
"@aws-sdk/client-s3": "^3.859.0",

apps/portal/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"moduleResolution": "bundler",
1616
"resolveJsonModule": true,
1717
"isolatedModules": true,
18-
"jsx": "react-jsx",
18+
"jsx": "preserve",
1919
"incremental": true,
2020
"plugins": [
2121
{

0 commit comments

Comments
 (0)