X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=a1dd94b767fd73fab8e49b6bc2d6dbbc3ab74c65;hb=92ea70a782181b987b3547a0d5816e314efb5112;hp=4454e9a39944961251f255a223ea2622573d9abe;hpb=e78980ebd116be1ea901387c126876af902191e6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 4454e9a39..a1dd94b76 100644 --- a/client/package.json +++ b/client/package.json @@ -1,11 +1,11 @@ { "name": "peertube-client", - "version": "1.0.0-beta.12", + "version": "1.0.0", "private": true, "licence": "GPLv3", "author": { - "name": "Florian Bigard", - "email": "me@florianbigard.com", + "name": "Chocobozzz", + "email": "chocobozzz@cpy.re", "url": "http://github.com/Chocobozzz" }, "repository": { @@ -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,28 +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", - "zone.js": "~0.8.5", - "focus-visible": "^4.1.5" + "webtorrent": "https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d", + "whatwg-fetch": "^3.0.0", + "zone.js": "~0.8.5" } }