diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-12 08:25:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-12 08:25:59 +0200 |
commit | ab2e90f3cae7cfb54a9abbad9779d31959120614 (patch) | |
tree | 049f3a9f4744a6ba985396507d49bb8ef1959595 /client/package.json | |
parent | 01ec3975e0775163740607b45e5a35ffc25b55ed (diff) | |
download | PeerTube-ab2e90f3cae7cfb54a9abbad9779d31959120614.tar.gz PeerTube-ab2e90f3cae7cfb54a9abbad9779d31959120614.tar.zst PeerTube-ab2e90f3cae7cfb54a9abbad9779d31959120614.zip |
Fix webtorrent player
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index ac65392dc..111bd68a8 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -137,7 +137,7 @@ | |||
137 | "webpack": "^5.73.0", | 137 | "webpack": "^5.73.0", |
138 | "webpack-bundle-analyzer": "^4.4.2", | 138 | "webpack-bundle-analyzer": "^4.4.2", |
139 | "webpack-cli": "^4.10.0", | 139 | "webpack-cli": "^4.10.0", |
140 | "webtorrent": "^1.8.22", | 140 | "webtorrent": "1.8.26", |
141 | "whatwg-fetch": "^3.0.0", | 141 | "whatwg-fetch": "^3.0.0", |
142 | "zone.js": "~0.11.4" | 142 | "zone.js": "~0.11.4" |
143 | }, | 143 | }, |