X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=c67916c7d345a80d2aed42b063c79f4b9db12a7a;hb=0f32d49915378178eff4ab954c71f17e06aa8e1a;hp=03e423d67d0fdb6b81a399ec1936781f42f2206d;hpb=35b30b643cf9870b0934f34253ffb23cf6a264b0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 03e423d67..c67916c7d 100644 --- a/client/package.json +++ b/client/package.json @@ -27,24 +27,26 @@ }, "typings": "*.d.ts", "devDependencies": { - "@angular-devkit/build-angular": "~0.901.1", - "@angular/animations": "~9.1.1", + "@angular-devkit/build-angular": "~0.901.7", + "@angular/animations": "~9.1.9", "@angular/cdk": "^9.0.0", - "@angular/cli": "~9.1.1", - "@angular/common": "~9.1.1", - "@angular/compiler": "~9.1.1", - "@angular/compiler-cli": "~9.1.1", - "@angular/core": "~9.1.1", - "@angular/forms": "~9.1.1", - "@angular/language-service": "~9.1.1", - "@angular/platform-browser": "~9.1.1", - "@angular/platform-browser-dynamic": "~9.1.1", - "@angular/router": "~9.1.1", - "@angular/service-worker": "~9.1.1", + "@angular/cli": "~9.1.7", + "@angular/common": "~9.1.9", + "@angular/compiler": "~9.1.9", + "@angular/compiler-cli": "~9.1.9", + "@angular/core": "~9.1.9", + "@angular/forms": "~9.1.9", + "@angular/language-service": "~9.1.9", + "@angular/localize": "^9.1.9", + "@angular/platform-browser": "~9.1.9", + "@angular/platform-browser-dynamic": "~9.1.9", + "@angular/router": "~9.1.9", + "@angular/service-worker": "~9.1.9", "@angularclass/hmr": "^2.1.3", "@neos21/bootstrap3-glyphicons": "^1.0.1", "@ng-bootstrap/ng-bootstrap": "^6.0.2", "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", + "@ngx-i18nsupport/tooling": "^8.0.3", "@ngx-loading-bar/core": "^4.2.0", "@ngx-loading-bar/http-client": "^4.2.0", "@ngx-loading-bar/router": "^4.2.0", @@ -116,6 +118,7 @@ "stream-browserify": "^3.0.0", "stream-http": "^3.0.0", "terser-webpack-plugin": "^3.0.0", + "tslib": "^2.0.0", "tslint": "^6.1.0", "tslint-angular": "^3.0.2", "tslint-config-standard": "^9.0.0", @@ -132,12 +135,5 @@ "whatwg-fetch": "^3.0.0", "zone.js": "~0.10.2" }, - "dependencies": { - "@angular/localize": "^9.1.1", - "@ngx-i18nsupport/tooling": "^8.0.3", - "junk": "^3.1.0", - "punycode": "^2.1.1", - "simple-get": "^3.1.0", - "tslib": "^1.10.0" - } + "dependencies": {} }