Skip to content

Commit 9110dbe

Browse files
Udpate livekit JS dependencies and call setRoom in default template (#835)
1 parent 87208fa commit 9110dbe

File tree

5 files changed

+393
-223
lines changed

5 files changed

+393
-223
lines changed

template-default/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "livekit-egress-web",
33
"homepage": "https://livekit.io",
44
"description": "Default templates for RoomComposite egress",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"private": true,
77
"dependencies": {
88
"@babel/runtime": "^7.25.0",
9-
"@livekit/components-core": "^0.11.0",
10-
"@livekit/components-react": "^2.4.3",
11-
"@livekit/components-styles": "^1.0.11",
12-
"@livekit/egress-sdk": "^0.2.0",
13-
"livekit-client": "^2.4.2",
9+
"@livekit/components-core": "^0.11.2",
10+
"@livekit/components-react": "^2.6.10",
11+
"@livekit/components-styles": "^1.0.12",
12+
"@livekit/egress-sdk": "^0.2.1",
13+
"livekit-client": "^2.7.5",
1414
"react": ">=18",
1515
"react-dom": ">=18",
1616
"react-scripts": "5.0.1"
@@ -40,14 +40,14 @@
4040
]
4141
},
4242
"devDependencies": {
43-
"@testing-library/jest-dom": "^5.11.4",
44-
"@testing-library/react": "^14.0.0",
45-
"@testing-library/user-event": "^14.0.0",
46-
"@types/jest": "^29.0.0",
47-
"@types/node": "^18.0.0",
48-
"@types/react": "^18.0.25",
49-
"@types/react-dom": "^18.0.8",
50-
"@types/react-router-dom": "^5.1.8",
43+
"@testing-library/jest-dom": "^5.17.0",
44+
"@testing-library/react": "^14.3.1",
45+
"@testing-library/user-event": "^14.5.2",
46+
"@types/jest": "^29.5.12",
47+
"@types/node": "^18.19.33",
48+
"@types/react": "^18.3.3",
49+
"@types/react-dom": "^18.3.0",
50+
"@types/react-router-dom": "^5.3.3",
5151
"gh-pages": "^5.0.0",
5252
"typescript": "^5.5.4"
5353
}

0 commit comments

Comments
 (0)