@heroku-cli/command
Advanced tools
Comparing version 8.0.5 to 8.0.6
@@ -0,1 +1,9 @@ | ||
<a name="8.0.6"></a> | ||
## [8.0.6](https://github.com/heroku/heroku-cli-command/compare/v8.0.5...v8.0.6) (2018-05-01) | ||
### Bug Fixes | ||
* updated deps ([e8d6a78](https://github.com/heroku/heroku-cli-command/commit/e8d6a78)) | ||
<a name="8.0.5"></a> | ||
@@ -2,0 +10,0 @@ ## [8.0.5](https://github.com/heroku/heroku-cli-command/compare/v8.0.4...v8.0.5) (2018-04-17) |
{ | ||
"name": "@heroku-cli/command", | ||
"description": "base class for Heroku CLI commands", | ||
"version": "8.0.5", | ||
"version": "8.0.6", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/heroku/heroku-cli-command/issues", | ||
"dependencies": { | ||
"@oclif/errors": "^1.0.4", | ||
"cli-ux": "^3.3.30", | ||
"@oclif/errors": "^1.0.6", | ||
"cli-ux": "^3.4.1", | ||
"debug": "^3.1.0", | ||
"heroku-client": "3.0.6", | ||
"http-call": "^5.1.0", | ||
"http-call": "^5.1.1", | ||
"netrc-parser": "^3.1.4" | ||
@@ -17,23 +17,23 @@ }, | ||
"@heroku-cli/tslint": "^1.1.4", | ||
"@oclif/command": "^1.4.13", | ||
"@oclif/config": "^1.6.4", | ||
"@oclif/command": "^1.4.17", | ||
"@oclif/config": "^1.6.16", | ||
"@oclif/tslint": "^1.1.0", | ||
"@types/ansi-styles": "^2.0.30", | ||
"@types/chai": "^4.1.2", | ||
"@types/mocha": "^5.0.0", | ||
"@types/chai": "^4.1.3", | ||
"@types/mocha": "^5.2.0", | ||
"@types/nock": "9.1.3", | ||
"@types/node": "^9.6.5", | ||
"@types/node": "^8.10.11", | ||
"@types/proxyquire": "^1.3.28", | ||
"@types/sinon": "^4.3.1", | ||
"chai": "^4.1.2", | ||
"fancy-test": "^1.0.4", | ||
"mocha": "^5.1.0", | ||
"fancy-test": "^1.0.5", | ||
"mocha": "^5.1.1", | ||
"nock": "9.2.5", | ||
"prettier": "1.12.1", | ||
"proxyquire": "^2.0.1", | ||
"sinon": "^4.5.0", | ||
"testdouble": "^3.7.0", | ||
"ts-node": "^6.0.0", | ||
"sinon": "^5.0.1", | ||
"testdouble": "^3.8.0", | ||
"ts-node": "^6.0.2", | ||
"tslint": "^5.9.1", | ||
"typescript": "2.8.1" | ||
"typescript": "2.8.3" | ||
}, | ||
@@ -40,0 +40,0 @@ "engines": { |
33318
Updated@oclif/errors@^1.0.6
Updatedcli-ux@^3.4.1
Updatedhttp-call@^5.1.1