mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
style: auto-fix formatting
This commit is contained in:
committed by
Ran Shem Tov
parent
d94cb38178
commit
2db98e69ee
@@ -61,4 +61,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,15 +14,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ag-ui/client": "0.0.52",
|
||||
"@copilotkit/a2ui-renderer": "1.56.5",
|
||||
"@copilotkit/react-core": "1.56.5",
|
||||
"@copilotkit/react-ui": "1.56.5",
|
||||
"@copilotkit/runtime": "1.56.5",
|
||||
"next": "16.1.6",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"zod": "^3.23.8",
|
||||
"@copilotkit/shared": "1.56.5",
|
||||
"@copilotkit/a2ui-renderer": "1.56.5",
|
||||
"@radix-ui/react-checkbox": "^1.3.3",
|
||||
"@radix-ui/react-label": "^2.1.8",
|
||||
"@radix-ui/react-separator": "^1.1.8",
|
||||
@@ -30,10 +26,14 @@
|
||||
"clsx": "^2.1.1",
|
||||
"hono": "^4.12.10",
|
||||
"lucide-react": "^0.577.0",
|
||||
"next": "16.1.6",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"react-rnd": "^10.5.2",
|
||||
"react18-json-view": "^0.2.9",
|
||||
"recharts": "^3.7.0",
|
||||
"tailwind-merge": "^3.5.0"
|
||||
"tailwind-merge": "^3.5.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4",
|
||||
|
||||
@@ -39,4 +39,4 @@ const app = createCopilotEndpoint({
|
||||
});
|
||||
|
||||
export const GET = handle(app);
|
||||
export const POST = handle(app);
|
||||
export const POST = handle(app);
|
||||
|
||||
Reference in New Issue
Block a user