fix: type checks

This commit is contained in:
johnyeo
2026-06-15 10:33:10 +01:00
parent 06c6cd2c59
commit fcac10b181
4 changed files with 10261 additions and 1 deletions

View File

@@ -824,7 +824,6 @@ export const approvalStatusCard = ({
),
]
: []),
...(config ? [CardText(config, { style: "muted" })] : []),
],
});
};

10258
bun.lock Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -20,5 +20,7 @@ minimumReleaseAgeExcludes = [
"@ai-sdk/harness",
"@ai-sdk/harness-claude-code",
"@ai-sdk/sandbox-vercel",
"@ai-sdk/provider-utils",
"@ai-sdk/gateway",
"@vercel/sandbox",
]

View File

@@ -58,6 +58,7 @@
"devDependencies": {
"@types/node": "^24.9.1",
"@typescript/native-preview": "7.0.0-dev.20260220.1",
"ai": "^6.0.116",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
}