Skip to content

Commit

Permalink
deps: Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoltman committed Apr 19, 2019
1 parent dfbbf56 commit b125694
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"mocha": true
},
"rules": {
"max-len": 0,
"max-nested-callbacks": 0,
"prefer-arrow-callback": 0
"max-len": "off",
"max-nested-callbacks": "off",
"padded-blocks": "off",
"prefer-arrow-callback": "off"
}
}
]
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"on-finished": "^2.3.0"
},
"devDependencies": {
"@medley/medley": "~0.8.0",
"@nwoltman/eslint-config": "~0.1.0",
"coveralls": "^3.0.2",
"eslint": "^5.7.0",
"@medley/medley": "~0.10.0",
"@nwoltman/eslint-config": "~0.2.0",
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"form-data": "^2.3.3",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"proxyquire": "^2.1.0",
"testdata-w3c-json-form": "~0.2.1"
},
Expand Down

0 comments on commit b125694

Please sign in to comment.