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

@@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@pipecat-ai/client-js": "^0.3.5",
"@pipecat-ai/client-react": "^0.3.5",
"@pipecat-ai/daily-transport": "^0.3.10",
"@pipecat-ai/client-js": "^1.0.0",
"@pipecat-ai/client-react": "^1.0.0",
"@pipecat-ai/daily-transport": "^1.0.0",
"next": "15.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"