Skip to content

Commit

Permalink
Udpate livekit JS dependencies and call setRoom in default template (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben authored Jan 6, 2025
1 parent 87208fa commit 9110dbe
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 223 deletions.
28 changes: 14 additions & 14 deletions template-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "livekit-egress-web",
"homepage": "https://livekit.io",
"description": "Default templates for RoomComposite egress",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"dependencies": {
"@babel/runtime": "^7.25.0",
"@livekit/components-core": "^0.11.0",
"@livekit/components-react": "^2.4.3",
"@livekit/components-styles": "^1.0.11",
"@livekit/egress-sdk": "^0.2.0",
"livekit-client": "^2.4.2",
"@livekit/components-core": "^0.11.2",
"@livekit/components-react": "^2.6.10",
"@livekit/components-styles": "^1.0.12",
"@livekit/egress-sdk": "^0.2.1",
"livekit-client": "^2.7.5",
"react": ">=18",
"react-dom": ">=18",
"react-scripts": "5.0.1"
Expand Down Expand Up @@ -40,14 +40,14 @@
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/react-router-dom": "^5.1.8",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.33",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"gh-pages": "^5.0.0",
"typescript": "^5.5.4"
}
Expand Down
Loading

0 comments on commit 9110dbe

Please sign in to comment.