Upgrade client dependencies
This commit is contained in:
parent
ee28cdf1c4
commit
6e0c85bd90
2 changed files with 569 additions and 575 deletions
|
@ -23,7 +23,7 @@
|
||||||
"license": "GPLv3",
|
"license": "GPLv3",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/animations": "~5.2.2",
|
"@angular/animations": "~5.2.2",
|
||||||
"@angular/cli": "1.7.1",
|
"@angular/cli": "1.7.4",
|
||||||
"@angular/common": "~5.2.2",
|
"@angular/common": "~5.2.2",
|
||||||
"@angular/compiler": "~5.2.2",
|
"@angular/compiler": "~5.2.2",
|
||||||
"@angular/compiler-cli": "~5.2.2",
|
"@angular/compiler-cli": "~5.2.2",
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
"@types/markdown-it": "^0.0.4",
|
"@types/markdown-it": "^0.0.4",
|
||||||
"@types/node": "^9.3.0",
|
"@types/node": "^9.3.0",
|
||||||
"@types/sanitize-html": "^1.14.0",
|
"@types/sanitize-html": "^1.14.0",
|
||||||
"@types/video.js": "6.2.3",
|
"@types/video.js": "6.2.4",
|
||||||
"@types/webtorrent": "^0.98.4",
|
"@types/webtorrent": "^0.98.4",
|
||||||
"angular2-notifications": "^0.9.6",
|
"angular2-notifications": "^0.9.6",
|
||||||
"awesome-typescript-loader": "3.4.1",
|
"awesome-typescript-loader": "3.4.1",
|
||||||
|
@ -59,8 +59,8 @@
|
||||||
"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": "2.0.2",
|
"ngx-bootstrap": "2.0.3",
|
||||||
"ngx-chips": "1.6.4",
|
"ngx-chips": "1.7.9",
|
||||||
"ngx-clipboard": "10.0.0",
|
"ngx-clipboard": "10.0.0",
|
||||||
"ngx-pipes": "^2.0.5",
|
"ngx-pipes": "^2.0.5",
|
||||||
"node-sass": "^4.1.1",
|
"node-sass": "^4.1.1",
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
"sass-resources-loader": "^1.2.1",
|
"sass-resources-loader": "^1.2.1",
|
||||||
"tslint": "^5.7.0",
|
"tslint": "^5.7.0",
|
||||||
"tslint-config-standard": "^7.0.0",
|
"tslint-config-standard": "^7.0.0",
|
||||||
"typescript": "2.7.2",
|
"typescript": "2.8.1",
|
||||||
"uglifyjs-webpack-plugin": "^1.1.2",
|
"uglifyjs-webpack-plugin": "^1.1.2",
|
||||||
"video.js": "^6.7.3",
|
"video.js": "^6.7.3",
|
||||||
"videojs-dock": "^2.0.2",
|
"videojs-dock": "^2.0.2",
|
||||||
|
|
1134
client/yarn.lock
1134
client/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue