From f7714668917c7191a2d9d015d28c22baa92e32b4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 Jul 2018 09:06:41 +0200 Subject: Fix captions freeze on production --- client/package.json | 2 +- client/yarn.lock | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 802f00bcb..9b47073ba 100644 --- a/client/package.json +++ b/client/package.json @@ -108,7 +108,7 @@ "tslint-config-standard": "^7.0.0", "typescript": "2.7", "uglifyjs-webpack-plugin": "^1.1.2", - "video.js": "^7", + "video.js": "7.2.0", "videojs-contextmenu": "^2.0.0", "videojs-contextmenu-ui": "^4.0.0", "videojs-dock": "^2.0.2", diff --git a/client/yarn.lock b/client/yarn.lock index b1d48a4ba..5a95f342e 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -343,7 +343,7 @@ "@types/parse-torrent" "*" "@types/simple-peer" "*" -"@videojs/http-streaming@^1.0.2": +"@videojs/http-streaming@1.2.1", "@videojs/http-streaming@^1.0.2": version "1.2.1" resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-1.2.1.tgz#4a221359952c28b2ded2c612e677369a647cf57d" dependencies: @@ -8363,6 +8363,19 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" +video.js@7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.2.0.tgz#495ceca46e0858439ba44d76557744b3c52d0323" + dependencies: + "@videojs/http-streaming" "1.2.1" + babel-runtime "^6.9.2" + global "4.3.2" + safe-json-parse "4.0.0" + tsml "1.0.1" + videojs-font "3.0.0" + videojs-vtt.js "0.14.1" + xhr "2.4.0" + video.js@^5.19.2, "video.js@^6.8.0 || ^7.0.0", video.js@^7: version "7.0.5" resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.0.5.tgz#d4eda7963e869799e6afd26e225523d3781b49b8" -- cgit v1.2.3