X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=e9f84b59346b3b0fe8cdab3cbad0bf375798f85a;hb=8be1afa12b700b93ed92365cab05c0ef81d643aa;hp=fded52b82d835c9a2b55489fd89b630131cf0b76;hpb=a2d27bdf4c310e165738ac7d48668c1b8c5706fe;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index fded52b82..e9f84b593 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "1.0.0-alpha.9", + "version": "1.0.0-beta.4", "private": true, "licence": "GPLv3", "author": { @@ -21,9 +21,12 @@ "webpack-bundle-analyzer": "webpack-bundle-analyzer" }, "license": "GPLv3", + "resolutions": { + "videojs-dock/video.js": "^6" + }, "devDependencies": { "@angular/animations": "~5.2.2", - "@angular/cli": "1.7.1", + "@angular/cli": "1.7.4", "@angular/common": "~5.2.2", "@angular/compiler": "~5.2.2", "@angular/compiler-cli": "~5.2.2", @@ -45,22 +48,22 @@ "@types/markdown-it": "^0.0.4", "@types/node": "^9.3.0", "@types/sanitize-html": "^1.14.0", - "@types/video.js": "6.2.3", + "@types/video.js": "6.2.4", "@types/webtorrent": "^0.98.4", - "angular2-notifications": "^0.9.6", - "awesome-typescript-loader": "3.4.1", + "angular2-notifications": "^1.0.0", + "awesome-typescript-loader": "5.0.0", "bootstrap-sass": "^3.3.7", "codelyzer": "^4.0.2", "core-js": "^2.4.1", "css-loader": "^0.28.4", - "extract-text-webpack-plugin": "^3.0.2", + "extract-text-webpack-plugin": "4.0.0-beta.0", "file-loader": "^1.1.5", - "html-webpack-plugin": "^2.19.0", + "html-webpack-plugin": "^3.2.0", "linkifyjs": "^2.1.5", "lodash-es": "^4.17.4", "markdown-it": "^8.4.0", - "ngx-bootstrap": "2.0.2", - "ngx-chips": "1.6.4", + "ngx-bootstrap": "2.0.3", + "ngx-chips": "1.7.9", "ngx-clipboard": "10.0.0", "ngx-pipes": "^2.0.5", "node-sass": "^4.1.1", @@ -72,17 +75,18 @@ "resolve-url-loader": "^2.0.0", "rxjs": "^5.4.2", "sanitize-html": "^1.16.3", - "sass-loader": "^6.0.3", + "sass-loader": "^7.0.1", "sass-resources-loader": "^1.2.1", "tslint": "^5.7.0", "tslint-config-standard": "^7.0.0", - "typescript": "2.7.2", + "typescript": "2.8.1", "uglifyjs-webpack-plugin": "^1.1.2", - "video.js": "^6.2.0", + "video.js": "^6", "videojs-dock": "^2.0.2", - "videojs-hotkeys": "^0.2.20", - "webpack": "^3.3.0", + "videojs-hotkeys": "^0.2.21", + "webpack": "^4.5.0", "webpack-bundle-analyzer": "^2.9.1", + "webpack-cli": "^2.0.14", "webtorrent": "^0.98.0", "zone.js": "~0.8.5" }