chore: upgrade most npm packages to latest (#5185)

This commit is contained in:
Zane
2025-10-17 12:54:27 -07:00
committed by GitHub
parent e95c38d646
commit 8be8625249
15 changed files with 1989 additions and 2152 deletions
+7 -1
View File
@@ -3,5 +3,11 @@ import { defineConfig } from '@hey-api/openapi-ts';
export default defineConfig({
input: './openapi.json',
output: './src/api',
plugins: ['@hey-api/client-fetch'],
plugins: [
{
name: '@hey-api/client-fetch',
// Disable SSE support to avoid requiring SSE options on all requests
sse: false,
},
],
});