aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-27 09:06:41 +0200
committerChocobozzz <me@florianbigard.com>2018-07-27 12:03:27 +0200
commitf7714668917c7191a2d9d015d28c22baa92e32b4 (patch)
tree9690b2092d24b05c5eb8b76d886d7a05f977804d
parentc6c357ac35036463d52061fe84a36d7a2db33278 (diff)
downloadPeerTube-f7714668917c7191a2d9d015d28c22baa92e32b4.tar.gz
PeerTube-f7714668917c7191a2d9d015d28c22baa92e32b4.tar.zst
PeerTube-f7714668917c7191a2d9d015d28c22baa92e32b4.zip
Fix captions freeze on production
-rw-r--r--client/package.json2
-rw-r--r--client/yarn.lock15
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 @@
108 "tslint-config-standard": "^7.0.0", 108 "tslint-config-standard": "^7.0.0",
109 "typescript": "2.7", 109 "typescript": "2.7",
110 "uglifyjs-webpack-plugin": "^1.1.2", 110 "uglifyjs-webpack-plugin": "^1.1.2",
111 "video.js": "^7", 111 "video.js": "7.2.0",
112 "videojs-contextmenu": "^2.0.0", 112 "videojs-contextmenu": "^2.0.0",
113 "videojs-contextmenu-ui": "^4.0.0", 113 "videojs-contextmenu-ui": "^4.0.0",
114 "videojs-dock": "^2.0.2", 114 "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 @@
343 "@types/parse-torrent" "*" 343 "@types/parse-torrent" "*"
344 "@types/simple-peer" "*" 344 "@types/simple-peer" "*"
345 345
346"@videojs/http-streaming@^1.0.2": 346"@videojs/http-streaming@1.2.1", "@videojs/http-streaming@^1.0.2":
347 version "1.2.1" 347 version "1.2.1"
348 resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-1.2.1.tgz#4a221359952c28b2ded2c612e677369a647cf57d" 348 resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-1.2.1.tgz#4a221359952c28b2ded2c612e677369a647cf57d"
349 dependencies: 349 dependencies:
@@ -8363,6 +8363,19 @@ verror@1.10.0:
8363 core-util-is "1.0.2" 8363 core-util-is "1.0.2"
8364 extsprintf "^1.2.0" 8364 extsprintf "^1.2.0"
8365 8365
8366video.js@7.2.0:
8367 version "7.2.0"
8368 resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.2.0.tgz#495ceca46e0858439ba44d76557744b3c52d0323"
8369 dependencies:
8370 "@videojs/http-streaming" "1.2.1"
8371 babel-runtime "^6.9.2"
8372 global "4.3.2"
8373 safe-json-parse "4.0.0"
8374 tsml "1.0.1"
8375 videojs-font "3.0.0"
8376 videojs-vtt.js "0.14.1"
8377 xhr "2.4.0"
8378
8366video.js@^5.19.2, "video.js@^6.8.0 || ^7.0.0", video.js@^7: 8379video.js@^5.19.2, "video.js@^6.8.0 || ^7.0.0", video.js@^7:
8367 version "7.0.5" 8380 version "7.0.5"
8368 resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.0.5.tgz#d4eda7963e869799e6afd26e225523d3781b49b8" 8381 resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.0.5.tgz#d4eda7963e869799e6afd26e225523d3781b49b8"