Skip to content

Commit

Permalink
chore(packages): upgrade eslint and sinon (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot authored Sep 22, 2017
1 parent 4850901 commit c590021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"chai": "^4.0.2",
"chai-subset": "^1.5.0",
"conventional-changelog-cli": "^1.3.2",
"eslint": "^4.5.0",
"eslint": "^4.7.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
Expand All @@ -82,7 +82,7 @@
"mocha": "^3.4.2",
"prebuild": "^6.2.1",
"proxyquire": "^1.7.10",
"sinon": "^3.2.1"
"sinon": "^3.3.0"
},
"engines": {
"node": ">=4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion test/arduinoTest/stress.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable node/no-missing-require */
/* eslint-disable node/no-missing-require, node/no-extraneous-require */
'use strict';

// `npm run stress` to run these tests
Expand Down

0 comments on commit c590021

Please sign in to comment.