Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
fix: upgrade deps (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes authored Feb 7, 2024
1 parent a4f20a6 commit 6e0c905
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h2>With <a href="https://github.com/muxinc/media-chrome" target="_blank">Media
slot="media"
muted
>
<track label="thumbnails" default kind="thumbnails" src="https://image.mux.com/O6LdRc0112FEJXH00bGsN9Q31yu5EIVHTgjTKRkKtEq1k/storyboard.vtt"></track>
<track default kind="metadata" label="thumbnails" src="https://image.mux.com/O6LdRc0112FEJXH00bGsN9Q31yu5EIVHTgjTKRkKtEq1k/storyboard.vtt">
</hls-video>
<media-loading-indicator slot="centered-chrome" no-auto-hide></media-loading-indicator>
<media-control-bar>
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"url": "https://github.com/muxinc/hls-video-element/issues"
},
"dependencies": {
"custom-media-element": "^1.2.2",
"hls.js": "^1.5.1",
"custom-media-element": "^1.2.3",
"hls.js": "^1.5.4",
"media-tracks": "^0.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 6e0c905

Please sign in to comment.