1
0
Fork 0

Upgrade client dependencies

This commit is contained in:
Chocobozzz 2018-07-17 10:25:09 +02:00
parent 3fd5104142
commit 20e6c7c941
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 603 additions and 2481 deletions

View File

@ -31,7 +31,7 @@
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~0.6.1", "@angular-devkit/build-angular": "~0.6.1",
"@angular/animations": "~6.0.2", "@angular/animations": "~6.0.2",
"@angular/cli": "6.0.1", "@angular/cli": "6.0.8",
"@angular/common": "~6.0.2", "@angular/common": "~6.0.2",
"@angular/compiler": "~6.0.2", "@angular/compiler": "~6.0.2",
"@angular/compiler-cli": "~6.0.2", "@angular/compiler-cli": "~6.0.2",
@ -49,29 +49,29 @@
"@ngx-loading-bar/router": "^2.0.0", "@ngx-loading-bar/router": "^2.0.0",
"@ngx-meta/core": "^6.0.0-rc.1", "@ngx-meta/core": "^6.0.0-rc.1",
"@ngx-translate/i18n-polyfill": "^1.0.0", "@ngx-translate/i18n-polyfill": "^1.0.0",
"@types/core-js": "^0.9.28", "@types/core-js": "^2.5.0",
"@types/jasmine": "^2.8.7", "@types/jasmine": "^2.8.7",
"@types/jasminewd2": "^2.0.3", "@types/jasminewd2": "^2.0.3",
"@types/jschannel": "^1.0.0", "@types/jschannel": "^1.0.0",
"@types/lodash-es": "^4.17.0", "@types/lodash-es": "^4.17.0",
"@types/markdown-it": "^0.0.4", "@types/markdown-it": "^0.0.4",
"@types/node": "^9.3.0", "@types/node": "^10.5.2",
"@types/sanitize-html": "^1.14.0", "@types/sanitize-html": "^1.14.0",
"@types/video.js": "6.2.5", "@types/video.js": "6.2.7",
"@types/webtorrent": "^0.98.4", "@types/webtorrent": "^0.98.4",
"angular2-notifications": "^1.0.2", "angular2-notifications": "^1.0.2",
"awesome-typescript-loader": "5.0.0", "awesome-typescript-loader": "5.2.0",
"bootstrap-sass": "^3.3.7", "bootstrap-sass": "^3.3.7",
"buffer": "^5.1.0", "buffer": "^5.1.0",
"cache-chunk-store": "^2.0.0", "cache-chunk-store": "^2.0.0",
"codelyzer": "^4.0.2", "codelyzer": "^4.0.2",
"core-js": "^2.4.1", "core-js": "^2.4.1",
"css-loader": "^0.28.4", "css-loader": "^1.0.0",
"dexie": "^2.0.4", "dexie": "^2.0.4",
"extract-text-webpack-plugin": "4.0.0-beta.0", "extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "^1.1.5", "file-loader": "^1.1.5",
"html-webpack-plugin": "^3.2.0",
"html-loader": "^0.5.5", "html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"https-browserify": "^1.0.0", "https-browserify": "^1.0.0",
"jasmine-core": "^3.1.0", "jasmine-core": "^3.1.0",
"jasmine-spec-reporter": "^4.2.1", "jasmine-spec-reporter": "^4.2.1",
@ -84,10 +84,11 @@
"linkifyjs": "^2.1.5", "linkifyjs": "^2.1.5",
"lodash-es": "^4.17.4", "lodash-es": "^4.17.4",
"markdown-it": "^8.4.0", "markdown-it": "^8.4.0",
"ngx-bootstrap": "3.0.0", "ngx-bootstrap": "3.0.1",
"ngx-chips": "1.9.2", "ngx-chips": "1.9.2",
"ngx-clipboard": "11.1.0", "ngx-clipboard": "11.1.1",
"ngx-pipes": "^2.1.7", "ngx-pipes": "^2.1.7",
"ngx-qrcode2": "^0.0.9",
"node-sass": "^4.1.1", "node-sass": "^4.1.1",
"npm-font-source-sans-pro": "^1.0.2", "npm-font-source-sans-pro": "^1.0.2",
"path-browserify": "^1.0.0", "path-browserify": "^1.0.0",
@ -107,17 +108,16 @@
"tslint-config-standard": "^7.0.0", "tslint-config-standard": "^7.0.0",
"typescript": "2.7", "typescript": "2.7",
"uglifyjs-webpack-plugin": "^1.1.2", "uglifyjs-webpack-plugin": "^1.1.2",
"video.js": "^7.0.3", "video.js": "^7",
"videojs-contextmenu": "^2.0.0", "videojs-contextmenu": "^2.0.0",
"videojs-contextmenu-ui": "^4.0.0", "videojs-contextmenu-ui": "^4.0.0",
"videojs-dock": "^2.0.2", "videojs-dock": "^2.0.2",
"videojs-hotkeys": "^0.2.21", "videojs-hotkeys": "^0.2.21",
"webpack": "^4.5.0", "webpack": "^4.5.0",
"webpack-bundle-analyzer": "^2.9.1", "webpack-bundle-analyzer": "^2.9.1",
"webpack-cli": "^2.0.14", "webpack-cli": "^3.0.8",
"webtorrent": "^0.100.0", "webtorrent": "^0.100.0",
"whatwg-fetch": "^2.0.4", "whatwg-fetch": "^2.0.4",
"zone.js": "~0.8.5", "zone.js": "~0.8.5"
"ngx-qrcode2": "^0.0.9"
} }
} }

File diff suppressed because it is too large Load Diff