Skip to content

Commit

Permalink
Merge 4bb5a08 into fb91f65
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed May 26, 2019
2 parents fb91f65 + 4bb5a08 commit 11e0d49
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -9,8 +9,8 @@
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@types/bluebird": "^3.5.26",
"bluebird": "^3.5.4",
"@types/bluebird": "^3.5.27",
"bluebird": "^3.5.5",
"colorette": "1.0.7",
"commander": "^2.20.0",
"debug": "4.1.1",
Expand All @@ -34,28 +34,28 @@
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@types/node": "^10.14.6",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@types/node": "^10.14.7",
"JSONStream": "^1.3.5",
"async": "^2.6.2",
"async": "^3.0.1",
"babel-eslint": "^10.0.1",
"babel-plugin-add-module-exports": "^1.0.2",
"chai": "^4.2.0",
"chai-subset-in-order": "^2.1.3",
"cli-testlab": "^1.4.0",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"dtslint": "^0.7.1",
"dtslint": "^0.7.6",
"eslint": "5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-import": "^2.17.3",
"husky": "^1.3.1",
"jake": "^8.1.1",
"json-loader": "^0.5.7",
"lint-staged": "^8.1.7",
"mocha": "^6.1.4",
"mock-fs": "^4.9.0",
"mock-fs": "^4.10.0",
"mssql": "^5.1.0",
"mysql": "^2.17.1",
"mysql2": "^1.6.5",
Expand All @@ -69,7 +69,7 @@
"source-map-support": "^0.5.12",
"sqlite3": "^4.0.8",
"tap-spec": "^5.0.0",
"tape": "^4.10.1",
"tape": "^4.10.2",
"through": "^2.3.8",
"toxiproxy-node-client": "^2.0.6",
"typescript": "^3.4.5",
Expand Down

0 comments on commit 11e0d49

Please sign in to comment.