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

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
evoactivity committed Jan 20, 2024
1 parent a3cd297 commit 1b2586b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
32 changes: 15 additions & 17 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"url": "https://github.com/muxinc/hls-video-element/issues"
},
"dependencies": {
"custom-media-element": "^1.1.0",
"hls.js": "^1.4.12",
"media-tracks": "^0.2.4"
"custom-media-element": "^1.2.2",
"hls.js": "^1.5.1",
"media-tracks": "^0.3.0"
},
"devDependencies": {
"wet-run": "^1.0.0"
"wet-run": "^1.0.3"
},
"keywords": [
"HLS",
Expand Down
6 changes: 3 additions & 3 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
{
"imports": {
"zora": "https://cdn.jsdelivr.net/npm/zora/dist/index.js",
"custom-media-element": "https://cdn.jsdelivr.net/npm/custom-media-element@1.0/+esm",
"media-tracks": "https://cdn.jsdelivr.net/npm/media-tracks@0.2/+esm",
"hls.js/": "https://cdn.jsdelivr.net/npm/hls.js@1.4/"
"custom-media-element": "https://cdn.jsdelivr.net/npm/custom-media-element@1.2/+esm",
"media-tracks": "https://cdn.jsdelivr.net/npm/media-tracks@0.3/+esm",
"hls.js/": "https://cdn.jsdelivr.net/npm/hls.js@1.5/"
}
}
</script>
Expand Down

0 comments on commit 1b2586b

Please sign in to comment.