File tree Expand file tree Collapse file tree 3 files changed +303
-665
lines changed Expand file tree Collapse file tree 3 files changed +303
-665
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ class API {
7272
7373 // override koa's undocumented error handler
7474 // <https://github.com/sindresorhus/eslint-plugin-unicorn/issues/174>
75- // eslint-disable-next-line unicorn/prefer-add-event-listener
7675 app . context . onerror = errorHandler ;
7776
7877 // adds request received hrtime and date symbols to request object
Original file line number Diff line number Diff line change 2121 ],
2222 "dependencies" : {
2323 "@koa/router" : " ^8.0.2" ,
24- "@ladjs/i18n" : " ^1.2.1 " ,
24+ "@ladjs/i18n" : " ^1.2.2 " ,
2525 "@ladjs/redis" : " ^1.0.3" ,
2626 "@ladjs/shared-config" : " ^0.0.10" ,
2727 "@ladjs/store-ip-address" : " ^0.0.6" ,
5656 "eslint" : " ^6.6.0" ,
5757 "eslint-config-xo-lass" : " ^1.0.3" ,
5858 "fixpack" : " ^2.3.1" ,
59- "husky" : " ^3.0.9 " ,
60- "lint-staged" : " ^9.4.2 " ,
61- "mongoose" : " ^5.7.9 " ,
59+ "husky" : " ^3.1.0 " ,
60+ "lint-staged" : " ^9.4.3 " ,
61+ "mongoose" : " ^5.7.12 " ,
6262 "nyc" : " ^14.1.1" ,
6363 "remark-cli" : " ^7.0.1" ,
6464 "remark-preset-github" : " ^0.0.16" ,
6565 "supertest" : " ^4.0.2" ,
66- "xo" : " 0.24 "
66+ "xo" : " ^0.25.3 "
6767 },
6868 "engines" : {
6969 "node" : " >=8.3"
You can’t perform that action at this time.
0 commit comments