diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-28 17:29:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-29 11:48:15 +0100 |
commit | f5fcd9f72514d6c4044a9c904d0ce610033bcba5 (patch) | |
tree | 241b7f0dd4435fa4451b1bd70a2103e092369c8c /client/package.json | |
parent | 0374b6b5cd685316f924874b2a3068bb345eb0dd (diff) | |
download | PeerTube-f5fcd9f72514d6c4044a9c904d0ce610033bcba5.tar.gz PeerTube-f5fcd9f72514d6c4044a9c904d0ce610033bcba5.tar.zst PeerTube-f5fcd9f72514d6c4044a9c904d0ce610033bcba5.zip |
Correctly type videojs player
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 7205dbe8f..e9c74787c 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -69,7 +69,7 @@ | |||
69 | "@types/node": "^10.9.2", | 69 | "@types/node": "^10.9.2", |
70 | "@types/sanitize-html": "1.18.0", | 70 | "@types/sanitize-html": "1.18.0", |
71 | "@types/socket.io-client": "^1.4.32", | 71 | "@types/socket.io-client": "^1.4.32", |
72 | "@types/video.js": "^7.2.5", | 72 | "@types/video.js": "^7.3.3", |
73 | "@types/webtorrent": "^0.107.0", | 73 | "@types/webtorrent": "^0.107.0", |
74 | "angular2-hotkeys": "^2.1.2", | 74 | "angular2-hotkeys": "^2.1.2", |
75 | "angularx-qrcode": "1.6.4", | 75 | "angularx-qrcode": "1.6.4", |
@@ -133,6 +133,7 @@ | |||
133 | "videojs-dock": "^2.0.2", | 133 | "videojs-dock": "^2.0.2", |
134 | "videojs-hotkeys": "^0.2.21", | 134 | "videojs-hotkeys": "^0.2.21", |
135 | "videostream": "~3.2.1", | 135 | "videostream": "~3.2.1", |
136 | "vtt.js": "^0.13.0", | ||
136 | "webpack-bundle-analyzer": "^3.0.2", | 137 | "webpack-bundle-analyzer": "^3.0.2", |
137 | "webpack-cli": "^3.0.8", | 138 | "webpack-cli": "^3.0.8", |
138 | "webtorrent": "^0.107.16", | 139 | "webtorrent": "^0.107.16", |