lock video.js to 7.6.6
This commit is contained in:
parent
5c27977cf8
commit
df4ff30c83
2 changed files with 16 additions and 15 deletions
|
@ -189,7 +189,7 @@
|
|||
"tiny-relative-date": "^1.3.0",
|
||||
"tree-kill": "^1.1.0",
|
||||
"unist-util-visit": "^1.4.1",
|
||||
"video.js": "^7.2.2",
|
||||
"video.js": "7.6.6",
|
||||
"videojs-event-tracking": "^1.0.1",
|
||||
"villain-react": "^1.0.9",
|
||||
"wavesurfer.js": "^2.2.1",
|
||||
|
|
29
yarn.lock
29
yarn.lock
|
@ -10922,7 +10922,21 @@ vfile@^2.0.0:
|
|||
unist-util-stringify-position "^1.0.0"
|
||||
vfile-message "^1.0.0"
|
||||
|
||||
"video.js@^6 || ^7", "video.js@^6.8.0 || ^7.0.0", video.js@^7.2.2:
|
||||
video.js@7.6.6, video.js@^7.0.0:
|
||||
version "7.6.6"
|
||||
resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.6.6.tgz#e7c9163d53f9b0e05ccb5ac0f79d02fa49b4d3ac"
|
||||
integrity sha512-AXzHwymhvMpS7c7rF29u0j0/3tSs+v2gIk5UY8OkiDHSEHL7T0+t3hid4JHW7aGvTruUUgwyf4C74cX2RDL1Pw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.4.5"
|
||||
"@videojs/http-streaming" "1.10.6"
|
||||
global "4.3.2"
|
||||
keycode "^2.2.0"
|
||||
safe-json-parse "4.0.0"
|
||||
videojs-font "3.2.0"
|
||||
videojs-vtt.js "^0.14.1"
|
||||
xhr "2.4.0"
|
||||
|
||||
"video.js@^6 || ^7", "video.js@^6.8.0 || ^7.0.0":
|
||||
version "7.7.5"
|
||||
resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.7.5.tgz#7b066c4eb56fdf4980d3be09491ce520ffe8ed75"
|
||||
integrity sha512-+HSp2KNZmGzkmTecXyaXxEGi3F41WAm43PqNp3hWq5wYUQOHwcRu5YhhCz+5q0fDV+SlnFMSSLl/I6QLMlYv/g==
|
||||
|
@ -10936,19 +10950,6 @@ vfile@^2.0.0:
|
|||
videojs-font "3.2.0"
|
||||
videojs-vtt.js "^0.15.2"
|
||||
|
||||
video.js@^7.0.0:
|
||||
version "7.6.6"
|
||||
resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.6.6.tgz#e7c9163d53f9b0e05ccb5ac0f79d02fa49b4d3ac"
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.4.5"
|
||||
"@videojs/http-streaming" "1.10.6"
|
||||
global "4.3.2"
|
||||
keycode "^2.2.0"
|
||||
safe-json-parse "4.0.0"
|
||||
videojs-font "3.2.0"
|
||||
videojs-vtt.js "^0.14.1"
|
||||
xhr "2.4.0"
|
||||
|
||||
videojs-event-tracking@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/videojs-event-tracking/-/videojs-event-tracking-1.0.1.tgz#382e8b1293d32021f3bac65c4310ee454a659bcf"
|
||||
|
|
Loading…
Reference in a new issue