Skip to content

Commit

Permalink
feat(package): add VHS deps as Video.js deps (#7263)
Browse files Browse the repository at this point in the history
Because VHS is inlined into Video.js, we should depend on what VHS
depends on.

Fixes #7091, fixes #7209, fixes #7144, fixes #7109
  • Loading branch information
gkatsev committed Jun 8, 2021
1 parent 380a9b5 commit 39de502
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,16 @@
"url": "https://github.com/videojs/video.js.git"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@babel/runtime": "^7.12.5",
"@videojs/http-streaming": "2.8.2",
"@videojs/vhs-utils": "^3.0.2",
"@videojs/xhr": "2.5.1",
"aes-decrypter": "3.1.2",
"global": "^4.4.0",
"keycode": "^2.2.0",
"m3u8-parser": "4.7.0",
"mpd-parser": "0.16.0",
"mux.js": "5.11.0",
"safe-json-parse": "4.0.0",
"videojs-font": "3.2.0",
"videojs-vtt.js": "^0.15.3"
Expand Down

0 comments on commit 39de502

Please sign in to comment.