Skip to content

Commit

Permalink
Execute tests on Node.js 11
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Nov 6, 2018
1 parent bb5da4b commit ffc7394
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"bluebird": "^3.5.2",
"bluebird": "^3.5.3",
"chalk": "2.4.1",
"commander": "^2.18.0",
"debug": "4.1.0",
Expand Down Expand Up @@ -43,27 +43,27 @@
"chai": "^4.2.0",
"chai-subset-in-order": "^2.1.2",
"coveralls": "^3.0.2",
"eslint": "5.7.0",
"eslint": "5.8.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"husky": "^1.1.1",
"jake": "^8.0.18",
"husky": "^1.1.3",
"jake": "^8.0.19",
"json-loader": "^0.5.7",
"lint-staged": "^7.3.0",
"lint-staged": "^8.0.4",
"mocha": "^5.2.0",
"mock-fs": "^4.7.0",
"mssql": "^4.1.0",
"mysql": "^2.16.0",
"mysql2": "^1.6.1",
"mysql2": "^1.6.3",
"nyc": "^13.0.1",
"pg": "^7.5.0",
"pg": "^7.6.0",
"pg-query-stream": "^1.1.2",
"prettier": "^1.14.3",
"rimraf": "^2.6.2",
"sinon": "^7.0.0",
"sinon-chai": "^3.2.0",
"source-map-support": "^0.5.9",
"sqlite3": "^4.0.2",
"sqlite3": "^4.0.3",
"tap-spec": "^5.0.0",
"tape": "^4.9.1",
"through": "^2.3.8",
Expand Down

0 comments on commit ffc7394

Please sign in to comment.