X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=0d5acf9979d66843ee5421e8a5f91e99d723a047;hb=f6a7c82ca51896a433bc2264c52afd6981c7c4c6;hp=55ae5a4a9cc91034f032e34bce25b854d4eb7b10;hpb=1ab6d6bb6b78e4cd7079884fbf99aa89717dab26;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 55ae5a4a9..0d5acf997 100644 --- a/client/package.json +++ b/client/package.json @@ -23,7 +23,7 @@ }, "license": "GPLv3", "resolutions": { - "videojs-dock/video.js": "^6", + "videojs-dock/video.js": "^7", "webtorrent/create-torrent/junk": "^1", "simple-get": "^2.8.1" }, @@ -43,9 +43,9 @@ "@angular/router": "~6.0.2", "@angular/service-worker": "^6.0.1", "@angularclass/hmr": "^2.1.3", - "@ngx-loading-bar/core": "^1.1.1", - "@ngx-loading-bar/http-client": "^1.0.0-rc.1", - "@ngx-loading-bar/router": "^1.2.0", + "@ngx-loading-bar/core": "^2.0.0", + "@ngx-loading-bar/http-client": "^2.0.0", + "@ngx-loading-bar/router": "^2.0.0", "@ngx-meta/core": "^6.0.0-rc.1", "@types/core-js": "^0.9.28", "@types/jasmine": "^2.8.7", @@ -54,7 +54,7 @@ "@types/markdown-it": "^0.0.4", "@types/node": "^9.3.0", "@types/sanitize-html": "^1.14.0", - "@types/video.js": "6.2.4", + "@types/video.js": "6.2.5", "@types/webtorrent": "^0.98.4", "angular2-notifications": "^1.0.2", "awesome-typescript-loader": "5.0.0", @@ -71,15 +71,15 @@ "jasmine-spec-reporter": "^4.2.1", "karma": "^2.0.2", "karma-chrome-launcher": "^2.2.0", - "karma-coverage-istanbul-reporter": "^1.4.2", + "karma-coverage-istanbul-reporter": "^2.0.1", "karma-jasmine": "^1.1.2", "karma-jasmine-html-reporter": "^1.1.0", "linkifyjs": "^2.1.5", "lodash-es": "^4.17.4", "markdown-it": "^8.4.0", - "ngx-bootstrap": "2.0.5", + "ngx-bootstrap": "3.0.0", "ngx-chips": "1.9.2", - "ngx-clipboard": "11.0.0", + "ngx-clipboard": "11.1.0", "ngx-pipes": "^2.1.7", "node-sass": "^4.1.1", "npm-font-source-sans-pro": "^1.0.2", @@ -98,13 +98,13 @@ "tslint-config-standard": "^7.0.0", "typescript": "2.7", "uglifyjs-webpack-plugin": "^1.1.2", - "video.js": "^6", + "video.js": "^7.0.3", "videojs-dock": "^2.0.2", "videojs-hotkeys": "^0.2.21", "webpack": "^4.5.0", "webpack-bundle-analyzer": "^2.9.1", "webpack-cli": "^2.0.14", - "webtorrent": "^0.99.4", + "webtorrent": "^0.100.0", "whatwg-fetch": "^2.0.4", "zone.js": "~0.8.5" }