@oclif/command
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -0,1 +1,8 @@ | ||
## [1.5.2](https://github.com/oclif/command/compare/v1.5.1...v1.5.2) (2018-10-03) | ||
### Bug Fixes | ||
* updated deps ([bb0df38](https://github.com/oclif/command/commit/bb0df38)) | ||
## [1.5.1](https://github.com/oclif/command/compare/v1.5.0...v1.5.1) (2018-09-14) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -14,3 +14,3 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"dependencies": { | ||
"@oclif/errors": "^1.2.0", | ||
"@oclif/errors": "^1.2.1", | ||
"@oclif/parser": "^3.6.1", | ||
@@ -21,11 +21,11 @@ "debug": "^4.0.1", | ||
"devDependencies": { | ||
"@oclif/config": "^1.7.6", | ||
"@oclif/config": "^1.8.2", | ||
"@oclif/plugin-help": "^2.1.2", | ||
"@oclif/plugin-plugins": "^1.6.2", | ||
"@oclif/plugin-plugins": "^1.7.1", | ||
"@oclif/tslint": "^3.1.0", | ||
"@types/chai": "^4.1.4", | ||
"@types/chai": "^4.1.6", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.9.4", | ||
"@types/node": "^10.11.4", | ||
"@types/semver": "^5.5.0", | ||
"chai": "^4.1.2", | ||
"chai": "^4.2.0", | ||
"cli-ux": "^4.8.2", | ||
@@ -37,3 +37,3 @@ "fancy-test": "^1.4.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.3" | ||
"typescript": "^3.1.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "engines": { |
51728
Updated@oclif/errors@^1.2.1