@oclif/plugin-warn-if-update-available
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -1,1 +0,1 @@ | ||
{"version":"1.3.0","commands":{}} | ||
{"version":"1.3.1","commands":{}} |
@@ -0,1 +1,9 @@ | ||
<a name="1.3.1"></a> | ||
## [1.3.1](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.3.0...v1.3.1) (2018-04-18) | ||
### Bug Fixes | ||
* updated deps ([4123b6f](https://github.com/oclif/plugin-warn-if-update-available/commit/4123b6f)) | ||
<a name="1.3.0"></a> | ||
@@ -2,0 +10,0 @@ # [1.3.0](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.2.5...v1.3.0) (2018-04-08) |
{ | ||
"name": "@oclif/plugin-warn-if-update-available", | ||
"description": "warns if there is a newer version of CLI released", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", | ||
"dependencies": { | ||
"@oclif/command": "^1.4.7", | ||
"@oclif/config": "^1.4.0", | ||
"@oclif/command": "^1.4.13", | ||
"@oclif/config": "^1.6.4", | ||
"@oclif/errors": "^1.0.4", | ||
"chalk": "^2.3.2", | ||
"chalk": "^2.4.0", | ||
"debug": "^3.1.0", | ||
@@ -18,14 +18,14 @@ "fs-extra": "^5.0.0", | ||
"devDependencies": { | ||
"@oclif/dev-cli": "^1.8.0", | ||
"@oclif/test": "^1.0.4", | ||
"@oclif/dev-cli": "^1.13.1", | ||
"@oclif/test": "^1.0.5", | ||
"@oclif/tslint": "^1.1.0", | ||
"@types/chai": "^4.1.2", | ||
"@types/fs-extra": "^5.0.1", | ||
"@types/fs-extra": "^5.0.2", | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "^9.6.2", | ||
"@types/node": "^9.6.5", | ||
"@types/semver": "^5.5.0", | ||
"chai": "^4.1.2", | ||
"globby": "^8.0.1", | ||
"mocha": "^5.0.5", | ||
"ts-node": "5", | ||
"mocha": "^5.1.0", | ||
"ts-node": "6.0.0", | ||
"tslib": "^1.9.0", | ||
@@ -32,0 +32,0 @@ "tslint": "^5.9.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11328
Updated@oclif/command@^1.4.13
Updated@oclif/config@^1.6.4
Updatedchalk@^2.4.0