Skip to content

Commit

Permalink
Update dependencies (#3431)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Sep 9, 2019
1 parent 019141c commit 3464e4c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"bluebird": "^3.5.5",
"colorette": "1.1.0",
"commander": "^2.20.0",
"commander": "^3.0.1",
"debug": "4.1.1",
"getopts": "2.2.5",
"inherits": "~2.0.4",
Expand All @@ -49,39 +49,39 @@
]
},
"devDependencies": {
"@types/node": "^10.14.16",
"@types/node": "^10.14.17",
"JSONStream": "^1.3.5",
"chai": "^4.2.0",
"chai-subset-in-order": "^2.1.3",
"cli-testlab": "^1.7.0",
"coveralls": "^3.0.6",
"cross-env": "^5.2.0",
"dtslint": "^0.9.2",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"cross-env": "^5.2.1",
"dtslint": "^0.9.6",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-import": "^2.18.2",
"husky": "^3.0.4",
"husky": "^3.0.5",
"jake": "^8.1.1",
"lint-staged": "^9.2.4",
"lint-staged": "^9.2.5",
"mocha": "^6.2.0",
"mock-fs": "^4.10.1",
"mssql": "^5.1.0",
"mysql": "^2.17.1",
"mysql2": "^1.6.5",
"mysql2": "^1.7.0",
"nyc": "^14.1.1",
"pg": "^7.12.1",
"pg-query-stream": "^2.0.0",
"prettier": "^1.18.2",
"rimraf": "^3.0.0",
"sinon": "^7.4.1",
"sinon": "^7.4.2",
"sinon-chai": "^3.3.0",
"source-map-support": "^0.5.13",
"sqlite3": "^4.1.0",
"tap-spec": "^5.0.0",
"tape": "^4.11.0",
"toxiproxy-node-client": "^2.0.6",
"typescript": "^3.5.3",
"webpack-cli": "^3.3.7"
"typescript": "^3.6.2",
"webpack-cli": "^3.3.8"
},
"buildDependencies": [
"rimraf"
Expand Down

0 comments on commit 3464e4c

Please sign in to comment.