Skip to content

Commit

Permalink
Update dependencies (#895)
Browse files Browse the repository at this point in the history
* Update dependencies
* Add Eslint plugins referenced by `xo` to devDependencies
  • Loading branch information
simison committed Dec 16, 2019
1 parent 28ce068 commit 10c243f
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 108 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,20 @@
"date.js": "~0.3.3",
"debug": "~4.1.1",
"human-interval": "~1.0.0",
"moment-timezone": "~0.5.26",
"mongodb": "~3.3.0"
"moment-timezone": "~0.5.27",
"mongodb": "~3.4.0"
},
"devDependencies": {
"blanket": "1.2.3",
"coveralls": "3.0.8",
"coveralls": "3.0.9",
"delay": "4.3.0",
"eslint": "6.7.0",
"eslint-config-xo": "0.27.2",
"eslint-plugin-ava": "9.0.0",
"eslint-plugin-eslint-comments": "3.1.2",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-node": "10.0.0",
"eslint-plugin-unicorn": "14.0.1",
"eslint": "6.7.2",
"expect.js": "0.3.1",
"jsdoc": "3.6.3",
"jsdoc-template": "https://github.com/braintree/jsdoc-template",
Expand All @@ -65,7 +71,9 @@
},
"xo": {
"space": 2,
"ignores": ["docs/**"],
"ignores": [
"docs/**"
],
"rules": {
"space-before-function-paren": [
"error",
Expand Down
Loading

0 comments on commit 10c243f

Please sign in to comment.