X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=7a805ad1784ca2ab2fd88d353c3f1bf7017e2c50;hb=3d216ea0f74cfa47312b97bae0e24885b563dd6d;hp=994f2cfa97ff3e8b4e0acc2d9f3d588e63c7dcd6;hpb=576ddf645ff2223126d28ef172bb6388602c35f4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 994f2cfa9..7a805ad17 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "1.4.1", + "version": "2.0.0", "private": true, "licence": "GPLv3", "author": { @@ -33,7 +33,7 @@ "devDependencies": { "@angular-devkit/build-angular": "~0.803.12", "@angular/animations": "~8.2.0", - "@angular/cdk": "^8.1.1", + "@angular/cdk": "^8.2.3", "@angular/cli": "~8.3.0", "@angular/common": "~8.2.0", "@angular/compiler": "~8.2.0", @@ -48,6 +48,7 @@ "@angularclass/hmr": "^2.1.3", "@neos21/bootstrap3-glyphicons": "^1.0.1", "@ng-bootstrap/ng-bootstrap": "^5.1.0", + "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", "@ngx-loading-bar/core": "^4.2.0", "@ngx-loading-bar/http-client": "^4.2.0", "@ngx-loading-bar/router": "^4.2.0", @@ -68,7 +69,7 @@ "@types/video.js": "^7.2.5", "@types/webtorrent": "^0.107.0", "angular2-hotkeys": "^2.1.2", - "angularx-qrcode": "^1.7.0-beta.5", + "angularx-qrcode": "1.6.4", "awesome-typescript-loader": "5.2.1", "bootstrap": "^4.1.3", "buffer": "^5.1.0", @@ -131,5 +132,8 @@ "webtorrent": "^0.107.16", "whatwg-fetch": "^3.0.0", "zone.js": "~0.10.0" + }, + "dependencies": { + "@ngx-i18nsupport/tooling": "^8.0.3" } }