Skip to content

Commit

Permalink
Update dependencies (#3085)
Browse files Browse the repository at this point in the history
* Update dependencies

* Fix linting errors
  • Loading branch information
kibertoad committed Mar 4, 2019
1 parent a109a80 commit b269e45
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"node": ">=6"
},
"dependencies": {
"@types/bluebird": "^3.5.25",
"@types/bluebird": "^3.5.26",
"bluebird": "^3.5.3",
"colorette": "1.0.7",
"commander": "^2.19.0",
"debug": "4.1.0",
"debug": "4.1.1",
"getopts": "2.2.3",
"inherits": "~2.0.3",
"interpret": "^1.1.0",
"liftoff": "2.5.0",
"interpret": "^1.2.0",
"liftoff": "3.0.0",
"lodash": "^4.17.11",
"getopts": "2.2.3",
"mkdirp": "^0.5.1",
"pg-connection-string": "2.0.0",
"tarn": "^1.1.4",
Expand All @@ -33,33 +33,33 @@
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/core": "^7.3.4",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@types/node": "*",
"@types/node": "^11.10.4",
"JSONStream": "^1.3.5",
"async": "^2.6.1",
"async": "^2.6.2",
"babel-eslint": "^10.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"chai": "^4.2.0",
"chai-subset-in-order": "^2.1.2",
"coveralls": "^3.0.2",
"chai-subset-in-order": "^2.1.3",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"eslint": "5.12.1",
"eslint-config-prettier": "^3.6.0",
"eslint": "5.15.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"husky": "^1.3.1",
"jake": "^8.0.19",
"json-loader": "^0.5.7",
"lint-staged": "^8.1.1",
"mocha": "^5.2.0",
"mock-fs": "^4.7.0",
"mssql": "^5.0.0-alpha.1",
"mocha": "^6.0.2",
"mock-fs": "^4.8.0",
"mssql": "^5.0.0-beta.1",
"mysql": "^2.16.0",
"mysql2": "^1.6.4",
"mysql2": "^1.6.5",
"nyc": "^13.3.0",
"pg": "^7.8.0",
"pg-query-stream": "^1.1.2",
"pg-query-stream": "^2.0.0",
"prettier": "^1.16.2",
"rimraf": "^2.6.3",
"sinon": "^7.2.3",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/builder/inserts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*global before, describe, expect, it, d*/
/*global describe, expect, it, d*/

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion test/integration/datatype/bigint.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*global describe, it, expect, testPromise*/
/*global it, expect, testPromise*/

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion test/unit/migrate/migration-list-resolver.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*global after, before, beforeEach, describe, it*/
/*global after, before, describe, it*/
/*eslint no-var:0, indent:0, max-len:0 */
'use strict';

Expand Down

0 comments on commit b269e45

Please sign in to comment.