Skip to content

Commit

Permalink
chore(package): upgrade packages
Browse files Browse the repository at this point in the history
`standard` is breaking on the new eslint, will need to to revaluate linting rules without it
  • Loading branch information
reconbot committed Jun 25, 2018
1 parent 1bf70ae commit 46d798d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"extends": [
"standard",
"plugin:node/recommended"
],
"plugins": [
Expand Down Expand Up @@ -31,7 +30,6 @@
"prefer-template": 2,
"semi": [2, "always", {"omitLastInOneLineBlock": true}],
"space-before-function-paren": [2, "never"],
"standard/object-curly-even-spacing": 0,
"valid-jsdoc": [0]
}
}
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,20 @@
}
],
"dependencies": {
"bindings": "1.3.0",
"commander": "^2.13.0",
"debug": "^3.1.0",
"nan": "^2.9.2",
"@serialport/parser-byte-length": "^1.0.5",
"@serialport/parser-cctalk": "^1.0.5",
"@serialport/parser-delimiter": "^1.0.5",
"@serialport/parser-readline": "^1.0.5",
"@serialport/parser-ready": "^1.0.5",
"@serialport/parser-regex": "^1.0.5",
"bindings": "1.3.0",
"commander": "^2.13.0",
"debug": "^3.1.0",
"nan": "^2.9.2",
"prebuild-install": "^4.0.0",
"promirepl": "^1.0.1",
"prompt-list": "^3.1.2",
"safe-buffer": "^5.0.1"
"prompt-list": "^3.2.0",
"safe-buffer": "^5.1.2"
},
"devDependencies": {
"@reconbot/jsdoc-theme": "^1.0.0",
Expand All @@ -78,18 +78,16 @@
"chai": "^4.0.2",
"chai-subset": "^1.5.0",
"conventional-changelog-cli": "^2.0.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint": "^5.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-promise": "^3.8.0",
"istanbul": "^0.4.4",
"jsdoc": "^3.5.5",
"mocha": "^5.1.0",
"prebuild": "^7.4.0",
"mocha": "^5.2.0",
"prebuild": "^7.6.0",
"proxyquire": "^2.0.0",
"sinon": "^5.0.4"
"sinon": "^6.0.1"
},
"engines": {
"node": ">=4.0.0"
Expand Down
1 change: 1 addition & 0 deletions test/initializers/assert.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use strict';
const chai = require('chai');
const chaiSubset = require('chai-subset');
global.assert = chai.assert;
Expand Down
1 change: 1 addition & 0 deletions test/initializers/test-config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use strict';
const testConfig = require('../../test-config.json');

global.makeTestFeature = function makeTestFeature(envName) {
Expand Down

0 comments on commit 46d798d

Please sign in to comment.