Upgrade server dependencies
This commit is contained in:
parent
6401417d6c
commit
8c2c915e0f
2 changed files with 339 additions and 376 deletions
14
package.json
14
package.json
|
@ -110,8 +110,8 @@
|
||||||
"rimraf": "^2.5.4",
|
"rimraf": "^2.5.4",
|
||||||
"safe-buffer": "^5.0.1",
|
"safe-buffer": "^5.0.1",
|
||||||
"scripty": "^1.5.0",
|
"scripty": "^1.5.0",
|
||||||
"sequelize": "4.37.7",
|
"sequelize": "4.37.10",
|
||||||
"sequelize-typescript": "0.6.4",
|
"sequelize-typescript": "0.6.5",
|
||||||
"sharp": "^0.20.0",
|
"sharp": "^0.20.0",
|
||||||
"uuid": "^3.1.0",
|
"uuid": "^3.1.0",
|
||||||
"validator": "^10.2.0",
|
"validator": "^10.2.0",
|
||||||
|
@ -154,24 +154,24 @@
|
||||||
"chai-json-schema": "^1.5.0",
|
"chai-json-schema": "^1.5.0",
|
||||||
"chai-xml": "^0.3.2",
|
"chai-xml": "^0.3.2",
|
||||||
"husky": "^1.0.0-rc.4",
|
"husky": "^1.0.0-rc.4",
|
||||||
"libxmljs": "^0.18.7",
|
"libxmljs": "^0.18.9-pre0",
|
||||||
"lint-staged": "^7.1.0",
|
"lint-staged": "^7.1.0",
|
||||||
"maildev": "^1.0.0-rc3",
|
"maildev": "^1.0.0-rc3",
|
||||||
"mocha": "^5.0.0",
|
"mocha": "^5.0.0",
|
||||||
"nodemon": "^1.11.0",
|
"nodemon": "^1.11.0",
|
||||||
"precise-commits": "^1.0.2",
|
"precise-commits": "^1.0.2",
|
||||||
"prettier": "1.12.1",
|
"prettier": "1.13.2",
|
||||||
"prompt": "^1.0.0",
|
"prompt": "^1.0.0",
|
||||||
"sass-lint": "^1.12.1",
|
"sass-lint": "^1.12.1",
|
||||||
"sass-lint-auto-fix": "^0.9.0",
|
"sass-lint-auto-fix": "^0.10.0",
|
||||||
"source-map-support": "^0.5.0",
|
"source-map-support": "^0.5.0",
|
||||||
"spectacle-docs": "^1.0.2",
|
"spectacle-docs": "^1.0.2",
|
||||||
"supertest": "^3.0.0",
|
"supertest": "^3.0.0",
|
||||||
"ts-node": "6.0.3",
|
"ts-node": "6.0.5",
|
||||||
"tslint": "^5.7.0",
|
"tslint": "^5.7.0",
|
||||||
"tslint-config-standard": "^7.0.0",
|
"tslint-config-standard": "^7.0.0",
|
||||||
"typescript": "^2.5.2",
|
"typescript": "^2.5.2",
|
||||||
"webtorrent": "^0.99.4",
|
"webtorrent": "^0.100.0",
|
||||||
"youtube-dl": "^1.12.2"
|
"youtube-dl": "^1.12.2"
|
||||||
},
|
},
|
||||||
"scripty": {
|
"scripty": {
|
||||||
|
|
Loading…
Reference in a new issue