X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fpackage.json;h=1d1fdd64213e9329b8de12404699ea067df4c9d3;hb=d033ed206a1f4511ee35c478e304a43fb7272f43;hp=03e423d67d0fdb6b81a399ec1936781f42f2206d;hpb=a55c98031b1287bc568c14917bc5588c3badd8af;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 03e423d67..1d1fdd642 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", @@ -53,7 +55,7 @@ "@types/chart.js": "^2.9.16", "@types/core-js": "^2.5.2", "@types/debug": "^4.1.5", - "@types/hls.js": "^0.12.4", + "@types/hls.js": "^0.13.0", "@types/jasmine": "^3.3.15", "@types/jasminewd2": "^2.0.3", "@types/jschannel": "^1.0.0", @@ -61,12 +63,12 @@ "@types/lodash-es": "^4.17.0", "@types/markdown-it": "^10.0.1", "@types/node": "^12.11.1", - "@types/sanitize-html": "1.23.0", + "@types/sanitize-html": "1.23.2", "@types/socket.io-client": "^1.4.32", "@types/video.js": "^7.3.8", "@types/webtorrent": "^0.107.0", "angular2-hotkeys": "^2.1.2", - "angularx-qrcode": "2.1.1", + "angularx-qrcode": "2.3.4", "awesome-typescript-loader": "5.2.1", "bootstrap": "^4.1.3", "buffer": "^5.1.0", @@ -94,7 +96,7 @@ "karma-jasmine-html-reporter": "^1.3.1", "linkifyjs": "^2.1.5", "lodash-es": "^4.17.4", - "markdown-it": "^10.0.0", + "markdown-it": "^11.0.0", "ngx-chips": "2.1.0", "ngx-pipes": "^2.6.0", "node-sass": "^4.9.3", @@ -103,7 +105,7 @@ "path-browserify": "^1.0.0", "primeng": "^9.0.0-rc.4", "process": "^0.11.10", - "protractor": "^5.4.3", + "protractor": "^7.0.0", "purify-css": "^1.2.5", "purifycss-webpack": "^0.7.0", "raw-loader": "^4.0.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", @@ -124,7 +127,7 @@ "videojs-contextmenu-ui": "^5.0.0", "videojs-contrib-quality-levels": "^2.0.9", "videojs-dock": "^2.0.2", - "videojs-hotkeys": "^0.2.21", + "videojs-hotkeys": "^0.2.26", "videostream": "~3.2.1", "webpack-bundle-analyzer": "^3.0.2", "webpack-cli": "^3.0.8", @@ -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": {} }