X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=9769cc813af27845ba44b7d7d3df234215bf08a7;hb=60ea8f7a31121ed900620bd970d8b0284a4e1f32;hp=946cd109c3b8214c51f08e68872a6a948410fdbb;hpb=583eb04b541175035d6d452ca626a96ebf2b7437;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 946cd109c..9769cc813 100644 --- a/client/package.json +++ b/client/package.json @@ -28,29 +28,29 @@ "typings": "*.d.ts", "devDependencies": { "@angular-devkit/build-angular": "^0.1001.0-next.4", - "@angular/animations": "^10.1.0-next.4", + "@angular/animations": "^10.1.0-next.5", "@angular/cdk": "^10.0.0", "@angular/cli": "^10.1.0-next.4", - "@angular/common": "^10.1.0-next.4", - "@angular/compiler": "^10.1.0-next.4", - "@angular/compiler-cli": "^10.1.0-next.4", - "@angular/core": "^10.1.0-next.4", - "@angular/forms": "^10.1.0-next.4", - "@angular/localize": "^10.1.0-next.4", - "@angular/platform-browser": "^10.1.0-next.4", - "@angular/platform-browser-dynamic": "^10.1.0-next.4", - "@angular/router": "^10.1.0-next.4", - "@angular/service-worker": "^10.1.0-next.4", + "@angular/common": "^10.1.0-next.5", + "@angular/compiler": "^10.1.0-next.5", + "@angular/compiler-cli": "^10.1.0-next.5", + "@angular/core": "^10.1.0-next.5", + "@angular/forms": "^10.1.0-next.5", + "@angular/localize": "^10.1.0-next.5", + "@angular/platform-browser": "^10.1.0-next.5", + "@angular/platform-browser-dynamic": "^10.1.0-next.5", + "@angular/router": "^10.1.0-next.5", + "@angular/service-worker": "^10.1.0-next.5", "@angularclass/hmr": "^2.1.3", "@neos21/bootstrap3-glyphicons": "^1.0.1", "@ng-bootstrap/ng-bootstrap": "^7.0.0", + "@ng-select/ng-select": "^5.0.0", "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", "@ngx-i18nsupport/tooling": "^8.0.3", "@ngx-loading-bar/core": "^5.0.0", "@ngx-loading-bar/http-client": "^5.0.0", "@ngx-loading-bar/router": "^5.0.0", "@ngx-meta/core": "^9.0.0", - "@ngx-translate/i18n-polyfill": "^1.0.0", "@types/chart.js": "^2.9.16", "@types/core-js": "^2.5.2", "@types/debug": "^4.1.5", @@ -95,8 +95,6 @@ "linkifyjs": "^2.1.5", "lodash-es": "^4.17.4", "markdown-it": "^11.0.0", - "ngx-chips": "2.1.0", - "ngx-pipes": "^2.6.0", "node-sass": "^4.9.3", "npm-font-source-sans-pro": "^1.0.2", "p2p-media-loader-hlsjs": "^0.6.2", @@ -133,6 +131,5 @@ "webtorrent": "^0.108.1", "whatwg-fetch": "^3.0.0", "zone.js": "~0.10.2" - }, - "dependencies": {} + } }