@oclif/command
Advanced tools
Comparing version 1.4.36 to 1.5.0
@@ -0,1 +1,8 @@ | ||
# [1.5.0](https://github.com/oclif/command/compare/v1.4.36...v1.5.0) (2018-08-17) | ||
### Features | ||
* typescript 3 ([fc6a991](https://github.com/oclif/command/commit/fc6a991)) | ||
<a name="1.4.36"></a> | ||
@@ -2,0 +9,0 @@ ## [1.4.36](https://github.com/oclif/command/compare/v1.4.35...v1.4.36) (2018-07-25) |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.4.36", | ||
"version": "1.5.0", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -15,3 +15,3 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"@oclif/errors": "^1.1.2", | ||
"@oclif/parser": "^3.5.2", | ||
"@oclif/parser": "^3.6.0", | ||
"debug": "^3.1.0", | ||
@@ -21,9 +21,9 @@ "semver": "^5.5.0" | ||
"devDependencies": { | ||
"@oclif/config": "^1.6.33", | ||
"@oclif/config": "^1.7.0", | ||
"@oclif/plugin-help": "^2.0.5", | ||
"@oclif/plugin-plugins": "^1.5.2", | ||
"@oclif/tslint": "^1.1.2", | ||
"@oclif/plugin-plugins": "^1.5.4", | ||
"@oclif/tslint": "^2.0.0", | ||
"@types/chai": "^4.1.4", | ||
"@types/mocha": "^5.2.3", | ||
"@types/node": "^10.3.6", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.7.1", | ||
"@types/semver": "^5.5.0", | ||
@@ -35,5 +35,5 @@ "chai": "^4.1.2", | ||
"mocha": "^5.2.0", | ||
"ts-node": "^7.0.0", | ||
"tslint": "^5.10.0", | ||
"typescript": "^2.9.2" | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "engines": { |
51300
Updated@oclif/parser@^3.6.0