Skip to content

Commit c773223

Browse files
committed
fix: upgrade deps + fix hls config bug
fix #1977
1 parent a9d43f1 commit c773223

File tree

3 files changed

+79
-85
lines changed

3 files changed

+79
-85
lines changed

examples/react/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ const App = () => {
432432
<th>HLS</th>
433433
<td>
434434
{renderLoadButton(
435-
'https://bitdash-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
435+
'https://stream.mux.com/VcmKA6aqzIzlg3MayLJDnbF55kX00mds028Z65QxvBYaA.m3u8',
436436
'HLS (m3u8)'
437437
)}
438438
</td>

package-lock.json

Lines changed: 68 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
"react-dom": "^17.0.2 || ^18 || ^19"
5151
},
5252
"dependencies": {
53-
"@mux/mux-player-react": "^3.5.1",
54-
"cloudflare-video-element": "^1.3.3",
55-
"dash-video-element": "^0.1.6",
56-
"hls-video-element": "^1.5.6",
57-
"spotify-audio-element": "^1.0.2",
58-
"tiktok-video-element": "^0.1.0",
59-
"twitch-video-element": "^0.1.2",
60-
"vimeo-video-element": "^1.5.3",
61-
"wistia-video-element": "^1.3.3",
62-
"youtube-video-element": "^1.6.1"
53+
"@mux/mux-player-react": "^3.6.0",
54+
"cloudflare-video-element": "^1.3.4",
55+
"dash-video-element": "^0.2.0",
56+
"hls-video-element": "^1.5.8",
57+
"spotify-audio-element": "^1.0.3",
58+
"tiktok-video-element": "^0.1.1",
59+
"twitch-video-element": "^0.1.4",
60+
"vimeo-video-element": "^1.5.5",
61+
"wistia-video-element": "^1.3.4",
62+
"youtube-video-element": "^1.6.2"
6363
},
6464
"devDependencies": {
6565
"@biomejs/biome": "1.8.2",

0 commit comments

Comments
 (0)