Update Knub to 18.0.0. Update Typescript to 3.3. Some other small package upgrades.

This commit is contained in:
Dragory 2019-03-04 19:45:51 +02:00
parent af060cbb72
commit 015e25beb9
2 changed files with 197 additions and 50 deletions

View file

@ -34,7 +34,7 @@
"escape-string-regexp": "^1.0.5",
"humanize-duration": "^3.15.0",
"js-yaml": "^3.12.0",
"knub": "^17.2.0",
"knub": "^18.0.0",
"lodash.at": "^4.6.0",
"lodash.chunk": "^4.2.0",
"lodash.difference": "^4.5.0",
@ -46,8 +46,8 @@
"tlds": "^1.203.1",
"tmp": "0.0.33",
"ts-node": "^3.3.0",
"typeorm": "^0.2.8",
"typescript": "^3.2.2",
"typeorm": "^0.2.14",
"typescript": "^3.3.3333",
"uuid": "^3.3.2"
},
"devDependencies": {
@ -58,7 +58,7 @@
"nodemon": "^1.17.5",
"prettier": "^1.16.4",
"rimraf": "^2.6.2",
"tslint": "^5.8.0",
"tslint-config-prettier": "^1.6.0"
"tslint": "^5.13.1",
"tslint-config-prettier": "^1.18.0"
}
}