X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=8c164ae0ec4cdc628b14558caaa14ee18628dacf;hb=05ded92ed16bc83a33e71ecccf0f3ee9751fd7b0;hp=140fc30959b01ccc361a08dbf6dacc7200009d1c;hpb=c7027c06e9a73dad99d3f9bd9937a41a763850ce;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 140fc3095..8c164ae0e 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "3.1.0", + "version": "3.2.0", "private": true, "license": "AGPL-3.0", "author": { @@ -29,20 +29,20 @@ "@types/mousetrap": "1.6.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^0.1102.2", - "@angular/animations": "^11.1.1", + "@angular-devkit/build-angular": "^12.0.0", + "@angular/animations": "^12.0.0", "@angular/cdk": "^11.0.0", - "@angular/cli": "^11.1.2", - "@angular/common": "^11.1.1", - "@angular/compiler": "^11.1.1", - "@angular/compiler-cli": "^11.1.1", - "@angular/core": "^11.1.1", - "@angular/forms": "^11.1.1", - "@angular/localize": "^11.1.1", - "@angular/platform-browser": "^11.1.1", - "@angular/platform-browser-dynamic": "^11.1.1", - "@angular/router": "^11.1.1", - "@angular/service-worker": "^11.1.1", + "@angular/cli": "^12.0.0", + "@angular/common": "^12.0.0", + "@angular/compiler": "^12.0.0", + "@angular/compiler-cli": "^12.0.0", + "@angular/core": "^12.0.0", + "@angular/forms": "^12.0.0", + "@angular/localize": "^12.0.0", + "@angular/platform-browser": "^12.0.0", + "@angular/platform-browser-dynamic": "^12.0.0", + "@angular/router": "^12.0.0", + "@angular/service-worker": "^12.0.0", "@neos21/bootstrap3-glyphicons": "^1.0.1", "@ng-bootstrap/ng-bootstrap": "^9.0.2", "@ng-select/ng-select": "^6.0.0", @@ -96,6 +96,7 @@ "lodash-es": "^4.17.4", "markdown-it": "12.0.4", "mini-css-extract-plugin": "^1.3.1", + "ngx-uploadx": "^4.1.0", "p2p-media-loader-hlsjs": "^0.6.2", "path-browserify": "^1.0.0", "primeng": "^11.0.0-rc.1", @@ -120,7 +121,7 @@ "tslint": "~6.1.0", "tslint-angular": "^3.0.2", "tslint-config-standard": "^9.0.0", - "typescript": "~4.1", + "typescript": "~4.2.4", "video.js": "^7", "videojs-contextmenu-pt": "^5.4.1", "videojs-contrib-quality-levels": "^2.0.9", @@ -131,6 +132,6 @@ "webpack-cli": "^4.2.0", "webtorrent": "^0.116.1", "whatwg-fetch": "^3.0.0", - "zone.js": "~0.11.3" + "zone.js": "~0.11.4" } -} +} \ No newline at end of file