Update React simple-chatbot client to use latest client SDKs

This commit is contained in:
Mark Backman
2025-01-15 09:50:43 -05:00
parent cce14fca97
commit 8b657158ca
7 changed files with 115 additions and 185 deletions

View File

@@ -10,11 +10,11 @@
"preview": "vite preview"
},
"dependencies": {
"@daily-co/realtime-ai-daily": "^0.2.1",
"@pipecat-ai/client-js": "^0.3.2",
"@pipecat-ai/client-react": "^0.3.2",
"@pipecat-ai/daily-transport": "^0.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"realtime-ai": "^0.2.1",
"realtime-ai-react": "^0.2.1"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",