Skip to content

Commit

Permalink
📌(front) pin video.js to version 7.10.2
Browse files Browse the repository at this point in the history
Since version 7.11.0 we are not able to register external plugins. An
issue is open [1] and we are waiting for an input

[1]: videojs/video.js#7091
  • Loading branch information
lunika committed Mar 19, 2021
1 parent f6bda46 commit 9dfc144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 55 deletions.
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"styled-components": "5.2.1",
"styled-reboot": "5.0.0",
"uuid": "8.3.2",
"video.js": "7.11.4",
"video.js": "7.10.2",
"videojs-contrib-quality-levels": "2.0.9",
"videojs-http-source-selector": "1.1.6",
"vtt.js": "0.13.0",
Expand Down
56 changes: 2 additions & 54 deletions src/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2145,20 +2145,6 @@
mux.js "5.6.7"
video.js "^6 || ^7"

"@videojs/[email protected]":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-2.4.2.tgz#0289c1833e33f3242d1faf5f52a4052ec15abdcf"
integrity sha512-yXT85ao2t9Sg/aQN2MV1AYikoRToxCaHD8rRR1+SuOWOv9+z8+M4X9ZvxIdFF3pFgZ67Widp/6xyRrDn2u2QWQ==
dependencies:
"@babel/runtime" "^7.12.5"
"@videojs/vhs-utils" "^2.3.0"
aes-decrypter "3.1.0"
global "^4.4.0"
m3u8-parser "4.5.0"
mpd-parser "0.15.0"
mux.js "5.8.0"
video.js "^6 || ^7"

"@videojs/vhs-utils@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@videojs/vhs-utils/-/vhs-utils-2.2.1.tgz#78ecea26652268646d5003b1b1a705c9b544f8a2"
Expand All @@ -2168,15 +2154,6 @@
global "^4.3.2"
url-toolkit "^2.1.6"

"@videojs/vhs-utils@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@videojs/vhs-utils/-/vhs-utils-2.3.0.tgz#490a3a00dfc1b51d85d5dcf8f8361e2d4c4d1440"
integrity sha512-ThSmm91S7tuIJ757ON50K4y7S/bvKN4+B0tu303gCOxaG57PoP1UvPfMQZ90XGhxwNgngexVojOqbBHhTvXVHQ==
dependencies:
"@babel/runtime" "^7.5.5"
global "^4.3.2"
url-toolkit "^2.1.6"

"@videojs/[email protected]":
version "2.5.1"
resolved "https://registry.yarnpkg.com/@videojs/xhr/-/xhr-2.5.1.tgz#26bc5a79dbb3b03bfb13742c6ce559f89e90719e"
Expand Down Expand Up @@ -3980,7 +3957,7 @@ [email protected]:
min-document "^2.19.0"
process "~0.5.1"

global@^4.3.0, global@^4.3.1, global@^4.3.2, global@^4.4.0, global@~4.4.0:
global@^4.3.0, global@^4.3.1, global@^4.3.2, global@~4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
Expand Down Expand Up @@ -5409,16 +5386,6 @@ [email protected]:
global "^4.3.2"
xmldom "^0.1.27"

[email protected]:
version "0.15.0"
resolved "https://registry.yarnpkg.com/mpd-parser/-/mpd-parser-0.15.0.tgz#2b4836e6bdbd92229110e31b189ed029535aea83"
integrity sha512-GfspJVaEnVbWKZQASvh9nsJkvxWh3M/c5Kb2RPnN5ZXPZ7jWWfarWkNKTEuqvoaAKIT8IB/r6PFTWA1GY4fzGg==
dependencies:
"@babel/runtime" "^7.5.5"
"@videojs/vhs-utils" "^2.2.1"
global "^4.3.2"
xmldom "^0.1.27"

[email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
Expand All @@ -5434,11 +5401,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/mux.js/-/mux.js-5.6.7.tgz#d39fc85cded5a1257de9f6eeb5cf1578c4a63eb8"
integrity sha512-YSr6B8MUgE4S18MptbY2XM+JKGbw9JDkgs7YkuE/T2fpDKjOhZfb/nD6vmsVxvLYOExWNaQn1UGBp6PGsnTtew==

[email protected]:
version "5.8.0"
resolved "https://registry.yarnpkg.com/mux.js/-/mux.js-5.8.0.tgz#1e1ca927b498de5ae48f1284ccada4d88e47e187"
integrity sha512-v56I2YPyCq1bVbXW7vcuvQs8iHrDy7AeXsZyG1kxCxBUqUjZD0Xq/cU1wrd5dy9YTxRpvw37aTQ4ILwi40GXiw==

nanoid@^3.1.20:
version "3.1.20"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.20.tgz#badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788"
Expand Down Expand Up @@ -7329,21 +7291,7 @@ [email protected]:
core-util-is "1.0.2"
extsprintf "^1.2.0"

[email protected]:
version "7.11.4"
resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.11.4.tgz#64300cb6def9f17ecba4808ae76ec7c10c952378"
integrity sha512-eT9n7YCugHyWNHI2gyK28XoozNmLiW4F9dRYEP6ET/JVmm7oXPhLeVfs5kqcRviquISqWsvsNmhK1b9vvZzyVA==
dependencies:
"@babel/runtime" "^7.9.2"
"@videojs/http-streaming" "2.4.2"
"@videojs/xhr" "2.5.1"
global "4.3.2"
keycode "^2.2.0"
safe-json-parse "4.0.0"
videojs-font "3.2.0"
videojs-vtt.js "^0.15.2"

"video.js@^6 || ^7", video.js@^7.0.0:
[email protected], "video.js@^6 || ^7", video.js@^7.0.0:
version "7.10.2"
resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.10.2.tgz#5156aabad7820e726d72ea6c32324059c68885a4"
integrity sha512-kJTTrqcQn2MhPzWR8zQs6W3HPJWpowO/ZGZcKt2dcJeJdJT0dEDLYtiFdjV37SylCmu66V0flRnV8cipbthveQ==
Expand Down

0 comments on commit 9dfc144

Please sign in to comment.