Update Knub. Add lodash.at for new util functions.

This commit is contained in:
Dragory 2018-07-09 02:49:51 +03:00
parent c087654979
commit 74f643487c
2 changed files with 19 additions and 4 deletions

View file

@ -23,12 +23,14 @@
"license": "ISC",
"dependencies": {
"@types/knex": "0.0.64",
"@types/lodash.at": "^4.6.3",
"@types/moment-timezone": "^0.5.6",
"@types/node": "^8.0.50",
"dotenv": "^4.0.0",
"eris": "^0.8.6",
"knex": "^0.14.6",
"knub": "^9.4.5",
"knub": "^9.4.9",
"lodash.at": "^4.6.0",
"mariasql": "^0.2.6",
"moment-timezone": "^0.5.21",
"ts-node": "^3.3.0",