Bump all client dependencies to use client-js/react/transports 1.0.0

This commit is contained in:
mattie ruth backman
2025-07-07 15:53:52 -07:00
committed by Mattie Ruth
parent fc09854d7f
commit a6de16f92f
19 changed files with 4969 additions and 2925 deletions

View File

@@ -10,9 +10,9 @@
"preview": "vite preview"
},
"dependencies": {
"@pipecat-ai/client-js": "^0.3.5",
"@pipecat-ai/client-react": "^0.3.5",
"@pipecat-ai/daily-transport": "^0.3.8",
"@pipecat-ai/client-js": "^1.0.0",
"@pipecat-ai/client-react": "^1.0.0",
"@pipecat-ai/daily-transport": "^1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},