X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=6ac32ed93580197d2a2a1e5f25806aee2f789f81;hb=4a08f6692780fa5147d85126af3089fc7891e436;hp=3a4605b56b1f0184140ae04dccafc640f67b9b26;hpb=b8aca3bfe26836ae5b41b587c4fd485eb347f610;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 3a4605b56..6ac32ed93 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "1.0.0-beta.12", + "version": "1.0.0-beta.14", "private": true, "licence": "GPLv3", "author": { @@ -63,9 +63,9 @@ "setupTestFrameworkScriptFile": "/src/setupJest.ts" }, "devDependencies": { - "@angular-devkit/build-angular": "^0.7.5", + "@angular-devkit/build-angular": "^0.8.3", "@angular/animations": "~6.1.4", - "@angular/cli": "~6.1.5", + "@angular/cli": "~6.2.3", "@angular/common": "~6.1.4", "@angular/compiler": "~6.1.4", "@angular/compiler-cli": "~6.1.4", @@ -93,12 +93,12 @@ "@types/lodash-es": "^4.17.0", "@types/markdown-it": "^0.0.5", "@types/node": "^10.9.2", - "@types/sanitize-html": "^1.14.0", + "@types/sanitize-html": "1.18.0", "@types/video.js": "6.2.7", "@types/webtorrent": "^0.98.4", "angular2-hotkeys": "^2.1.2", "angular2-notifications": "^1.0.2", - "awesome-typescript-loader": "5.2.0", + "awesome-typescript-loader": "5.2.1", "bootstrap": "^4.1.3", "buffer": "^5.1.0", "cache-chunk-store": "^3.0.0", @@ -108,6 +108,7 @@ "dexie": "^2.0.4", "extract-text-webpack-plugin": "4.0.0-beta.0", "file-loader": "^2.0.0", + "focus-visible": "^4.1.5", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "https-browserify": "^1.0.0", @@ -124,8 +125,8 @@ "linkifyjs": "^2.1.5", "lodash-es": "^4.17.4", "markdown-it": "^8.4.0", - "ngx-chips": "1.9.3", - "ngx-clipboard": "11.1.3", + "ngx-chips": "1.9.7", + "ngx-clipboard": "11.1.7", "ngx-pipes": "^2.1.7", "ngx-qrcode2": "^0.0.9", "ngx-textarea-autosize": "^2.0.0", @@ -138,27 +139,26 @@ "purify-css": "^1.2.5", "purifycss-webpack": "^0.7.0", "raw-loader": "^0.5.1", - "resolve-url-loader": "^2.0.0", "rxjs": "^6.1.0", "sanitize-html": "^1.18.4", "sass-loader": "^7.1.0", "sass-resources-loader": "^1.2.1", + "stream-browserify": "^2.0.1", "stream-http": "^2.8.3", + "terser-webpack-plugin": "^1.1.0", "ts-jest": "^23.1.4", "tslint": "^5.7.0", - "tslint-config-standard": "^7.0.0", + "tslint-config-standard": "^8.0.1", "typescript": "2.9", - "uglifyjs-webpack-plugin": "^1.3.0", - "video.js": "7.2", - "videojs-contextmenu": "^2.0.0", - "videojs-contextmenu-ui": "^4.0.0", + "video.js": "^7", + "videojs-contextmenu-ui": "^5.0.0", "videojs-dock": "^2.0.2", "videojs-hotkeys": "^0.2.21", "webpack": "^4.17.1", - "webpack-bundle-analyzer": "^2.9.1", + "webpack-bundle-analyzer": "^3.0.2", "webpack-cli": "^3.0.8", "webtorrent": "^0.102.1", - "whatwg-fetch": "^2.0.4", + "whatwg-fetch": "^3.0.0", "zone.js": "~0.8.5" } }