@oclif/plugin-warn-if-update-available
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -1,1 +0,1 @@ | ||
{"version":"1.2.4","commands":{}} | ||
{"version":"1.2.5","commands":{}} |
@@ -0,1 +1,9 @@ | ||
<a name="1.2.5"></a> | ||
## [1.2.5](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.2.4...v1.2.5) (2018-04-08) | ||
### Bug Fixes | ||
* updated deps ([577808a](https://github.com/oclif/plugin-warn-if-update-available/commit/577808a)) | ||
<a name="1.2.4"></a> | ||
@@ -2,0 +10,0 @@ ## [1.2.4](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.2.3...v1.2.4) (2018-04-07) |
{ | ||
"name": "@oclif/plugin-warn-if-update-available", | ||
"description": "warns if there is a newer version of CLI released", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", | ||
"dependencies": { | ||
"@oclif/command": "^1.4.5", | ||
"@oclif/config": "^1.3.60", | ||
"@oclif/errors": "^1.0.3", | ||
"@oclif/command": "^1.4.7", | ||
"@oclif/config": "^1.4.0", | ||
"@oclif/errors": "^1.0.4", | ||
"chalk": "^2.3.2", | ||
@@ -18,9 +18,9 @@ "debug": "^3.1.0", | ||
"devDependencies": { | ||
"@oclif/dev-cli": "^1.4.2", | ||
"@oclif/test": "^1.0.1", | ||
"@oclif/tslint": "^1.0.2", | ||
"@oclif/dev-cli": "^1.8.0", | ||
"@oclif/test": "^1.0.4", | ||
"@oclif/tslint": "^1.1.0", | ||
"@types/chai": "^4.1.2", | ||
"@types/fs-extra": "^5.0.1", | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "^9.6.0", | ||
"@types/node": "^9.6.2", | ||
"@types/semver": "^5.5.0", | ||
@@ -33,3 +33,3 @@ "chai": "^4.1.2", | ||
"tslint": "^5.9.1", | ||
"typescript": "^2.7.2" | ||
"typescript": "^2.8.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "engines": { |
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
10462
Updated@oclif/command@^1.4.7
Updated@oclif/config@^1.4.0
Updated@oclif/errors@^1.0.4