fix: type checks
This commit is contained in:
@@ -824,7 +824,6 @@ export const approvalStatusCard = ({
|
||||
),
|
||||
]
|
||||
: []),
|
||||
...(config ? [CardText(config, { style: "muted" })] : []),
|
||||
],
|
||||
});
|
||||
};
|
||||
|
||||
@@ -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",
|
||||
]
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user