X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=e0bc1e570e646d150a39b9678381b295059d2755;hb=53877968a6bff713be6f0e15042e13a5da5e5e1a;hp=e050b8d48a8ffce00d481a0855c27d14449bce1c;hpb=ae04a0ce1298ca4db8b2d0d69df36845213e5fcb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index e050b8d48..e0bc1e570 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "1.0.0-beta.13", + "version": "1.0.0-beta.16", "private": true, "licence": "GPLv3", "author": { @@ -148,7 +148,7 @@ "terser-webpack-plugin": "^1.1.0", "ts-jest": "^23.1.4", "tslint": "^5.7.0", - "tslint-config-standard": "^7.0.0", + "tslint-config-standard": "^8.0.1", "typescript": "2.9", "video.js": "^7", "videojs-contextmenu-ui": "^5.0.0", @@ -157,7 +157,7 @@ "webpack": "^4.17.1", "webpack-bundle-analyzer": "^3.0.2", "webpack-cli": "^3.0.8", - "webtorrent": "^0.102.1", + "webtorrent": "https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d", "whatwg-fetch": "^3.0.0", "zone.js": "~0.8.5" }