Update eris to 0.9.0, knex to 0.15.2
parent
1ec0a811d9
commit
b502fb6fa1
File diff suppressed because it is too large
Load Diff
|
@ -11,10 +11,10 @@
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"eris": "^0.8.4",
|
"eris": "^0.9.0",
|
||||||
"humanize-duration": "^3.12.1",
|
"humanize-duration": "^3.12.1",
|
||||||
"json5": "^1.0.1",
|
"json5": "^1.0.1",
|
||||||
"knex": "^0.14.2",
|
"knex": "^0.15.2",
|
||||||
"mime": "^2.3.1",
|
"mime": "^2.3.1",
|
||||||
"moment": "^2.21.0",
|
"moment": "^2.21.0",
|
||||||
"public-ip": "^2.0.1",
|
"public-ip": "^2.0.1",
|
||||||
|
@ -23,6 +23,6 @@
|
||||||
"uuid": "^3.1.0"
|
"uuid": "^3.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^5.3.0"
|
"eslint": "^5.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue