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

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@
"vite": "^6.3.5" "vite": "^6.3.5"
}, },
"dependencies": { "dependencies": {
"@pipecat-ai/client-js": "^0.3.5", "@pipecat-ai/client-js": "^1.0.0",
"@pipecat-ai/daily-transport": "^0.3.10" "@pipecat-ai/daily-transport": "^1.0.0"
} }
} }

View File

@@ -1,2 +1,3 @@
python-dotenv==1.0.1 python-dotenv==1.0.1
modal==0.71.3 modal==1.0.5
fastapi[all]

File diff suppressed because it is too large Load Diff

View File

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

File diff suppressed because it is too large Load Diff

View File

@@ -18,7 +18,7 @@
"vite": "^6.3.5" "vite": "^6.3.5"
}, },
"dependencies": { "dependencies": {
"@pipecat-ai/client-js": "^0.3.5", "@pipecat-ai/client-js": "^1.0.0",
"@pipecat-ai/daily-transport": "^0.3.8" "@pipecat-ai/daily-transport": "^1.0.0"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@
"vite": "^6.3.5" "vite": "^6.3.5"
}, },
"dependencies": { "dependencies": {
"@pipecat-ai/client-js": "^0.3.5", "@pipecat-ai/client-js": "^1.0.0",
"@pipecat-ai/daily-transport": "^0.3.8" "@pipecat-ai/daily-transport": "^1.0.0"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -18,7 +18,7 @@
"vite": "^6.3.5" "vite": "^6.3.5"
}, },
"dependencies": { "dependencies": {
"@pipecat-ai/client-js": "^0.3.2", "@pipecat-ai/client-js": "^1.0.0",
"@pipecat-ai/small-webrtc-transport": "^0.0.2" "@pipecat-ai/small-webrtc-transport": "^1.0.0"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@
"vite": "^6.3.5" "vite": "^6.3.5"
}, },
"dependencies": { "dependencies": {
"@pipecat-ai/client-js": "^0.3.5", "@pipecat-ai/client-js": "^1.0.0",
"@pipecat-ai/daily-transport": "^0.3.8" "@pipecat-ai/daily-transport": "^1.0.0"
} }
} }

File diff suppressed because it is too large Load Diff

View File

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

File diff suppressed because it is too large Load Diff

View File

@@ -19,8 +19,8 @@
"vite": "^6.3.5" "vite": "^6.3.5"
}, },
"dependencies": { "dependencies": {
"@pipecat-ai/client-js": "^0.4.0", "@pipecat-ai/client-js": "^1.0.0",
"@pipecat-ai/websocket-transport": "^0.4.2", "@pipecat-ai/websocket-transport": "^1.0.0",
"protobufjs": "^7.4.0" "protobufjs": "^7.4.0"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -9,11 +9,12 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@pipecat-ai/client-js": "^0.3.5", "@pipecat-ai/client-js": "^1.0.0",
"@pipecat-ai/client-react": "^0.3.5", "@pipecat-ai/client-react": "^1.0.0",
"@pipecat-ai/daily-transport": "^0.3.10", "@pipecat-ai/daily-transport": "^1.0.0",
"@tabler/icons-react": "^3.31.0", "@tabler/icons-react": "^3.31.0",
"@tailwindcss/postcss": "^4.1.3", "@tailwindcss/postcss": "^4.1.3",
"jotai": "^2.12.5",
"js-confetti": "^0.12.0", "js-confetti": "^0.12.0",
"next": "15.2.4", "next": "15.2.4",
"react": "^19.0.0", "react": "^19.0.0",