@oclif/command
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -0,1 +1,9 @@ | ||
## [1.5.1](https://github.com/oclif/command/compare/v1.5.0...v1.5.1) (2018-09-14) | ||
### Bug Fixes | ||
* lint issues ([d561bbf](https://github.com/oclif/command/commit/d561bbf)) | ||
* updated deps ([809f184](https://github.com/oclif/command/commit/809f184)) | ||
# [1.5.0](https://github.com/oclif/command/compare/v1.4.36...v1.5.0) (2018-08-17) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -14,19 +14,19 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"dependencies": { | ||
"@oclif/errors": "^1.1.2", | ||
"@oclif/parser": "^3.6.0", | ||
"debug": "^3.1.0", | ||
"semver": "^5.5.0" | ||
"@oclif/errors": "^1.2.0", | ||
"@oclif/parser": "^3.6.1", | ||
"debug": "^4.0.1", | ||
"semver": "^5.5.1" | ||
}, | ||
"devDependencies": { | ||
"@oclif/config": "^1.7.0", | ||
"@oclif/plugin-help": "^2.0.5", | ||
"@oclif/plugin-plugins": "^1.5.4", | ||
"@oclif/tslint": "^2.0.0", | ||
"@oclif/config": "^1.7.6", | ||
"@oclif/plugin-help": "^2.1.2", | ||
"@oclif/plugin-plugins": "^1.6.2", | ||
"@oclif/tslint": "^3.1.0", | ||
"@types/chai": "^4.1.4", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.7.1", | ||
"@types/node": "^10.9.4", | ||
"@types/semver": "^5.5.0", | ||
"chai": "^4.1.2", | ||
"cli-ux": "^4.7.3", | ||
"fancy-test": "^1.2.0", | ||
"cli-ux": "^4.8.2", | ||
"fancy-test": "^1.4.1", | ||
"globby": "^8.0.1", | ||
@@ -36,3 +36,3 @@ "mocha": "^5.2.0", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.1" | ||
"typescript": "^3.0.3" | ||
}, | ||
@@ -39,0 +39,0 @@ "engines": { |
51551
+ Addeddebug@4.4.0(transitive)
- Removeddebug@3.2.7(transitive)
Updated@oclif/errors@^1.2.0
Updated@oclif/parser@^3.6.1
Updateddebug@^4.0.1
Updatedsemver@^5.5.1