examples(storytelling): update packages

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-02 12:00:00 -07:00
parent 0a37caf4b4
commit 75d27aeb9f
4 changed files with 1117 additions and 4622 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -11,28 +11,28 @@
"dependencies": { "dependencies": {
"@daily-co/daily-js": "^0.62.0", "@daily-co/daily-js": "^0.62.0",
"@daily-co/daily-react": "^0.18.0", "@daily-co/daily-react": "^0.18.0",
"@radix-ui/react-select": "^2.0.0", "@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-slot": "^1.0.2",
"@tabler/icons-react": "^3.1.0", "@tabler/icons-react": "^3.19.0",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.0", "clsx": "^2.1.1",
"framer-motion": "^11.0.27", "framer-motion": "^11.9.0",
"next": "14.1.4", "next": "^14.2.14",
"react": "^18", "react": "^18.3.1",
"react-dom": "^18", "react-dom": "^18.3.1",
"recoil": "^0.7.7", "recoil": "^0.7.7",
"tailwind-merge": "^2.2.2", "tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20", "@types/node": "^20.16.10",
"@types/react": "^18", "@types/react": "^18.3.11",
"@types/react-dom": "^18", "@types/react-dom": "^18.3.0",
"autoprefixer": "^10.0.1", "autoprefixer": "^10.4.20",
"eslint": "^8", "eslint": "^8.57.1",
"eslint-config-next": "14.1.4", "eslint-config-next": "14.1.4",
"postcss": "^8", "postcss": "^8.4.47",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.13",
"typescript": "^5" "typescript": "^5.6.2"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@@ -143,7 +143,7 @@ async def main(room_url, token=None):
@transport.event_handler("on_participant_left") @transport.event_handler("on_participant_left")
async def on_participant_left(transport, participant, reason): async def on_participant_left(transport, participant, reason):
intro_task.queue_frame(EndFrame()) await intro_task.queue_frame(EndFrame())
await main_task.queue_frame(EndFrame()) await main_task.queue_frame(EndFrame())
@transport.event_handler("on_call_state_updated") @transport.event_handler("on_call_state_updated")