@oclif/plugin-warn-if-update-available
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -0,1 +1,8 @@ | ||
## [1.5.4](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.5.3...v1.5.4) (2018-10-13) | ||
### Bug Fixes | ||
* remove greenkeeper badge ([f030bc1](https://github.com/oclif/plugin-warn-if-update-available/commit/f030bc1)) | ||
## [1.5.3](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.5.2...v1.5.3) (2018-09-14) | ||
@@ -2,0 +9,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"version":"1.5.3","commands":{}} | ||
{"version":"1.5.4","commands":{}} |
{ | ||
"name": "@oclif/plugin-warn-if-update-available", | ||
"description": "warns if there is a newer version of CLI released", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"author": "Jeff Dickey @jdxcode", | ||
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", | ||
"dependencies": { | ||
"@oclif/command": "^1.5.0", | ||
"@oclif/config": "^1.7.6", | ||
"@oclif/errors": "^1.2.0", | ||
"@oclif/command": "^1.5.3", | ||
"@oclif/config": "^1.8.7", | ||
"@oclif/errors": "^1.2.2", | ||
"chalk": "^2.4.1", | ||
"debug": "^4.0.1", | ||
"debug": "^4.1.0", | ||
"fs-extra": "^7.0.0", | ||
"http-call": "^5.2.2", | ||
"semver": "^5.5.1" | ||
"semver": "^5.6.0" | ||
}, | ||
"devDependencies": { | ||
"@oclif/dev-cli": "^1.18.0", | ||
"@oclif/dev-cli": "^1.19.1", | ||
"@oclif/test": "^1.2.1", | ||
"@oclif/tslint": "^3.1.0", | ||
"@types/chai": "^4.1.4", | ||
"@types/chai": "^4.1.6", | ||
"@types/fs-extra": "^5.0.4", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.9.4", | ||
"@types/node": "^10.11.7", | ||
"@types/semver": "^5.5.0", | ||
"chai": "^4.1.2", | ||
"chai": "^4.2.0", | ||
"globby": "^8.0.1", | ||
@@ -32,3 +32,3 @@ "mocha": "^5.2.0", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.3" | ||
"typescript": "^3.1.3" | ||
}, | ||
@@ -35,0 +35,0 @@ "engines": { |
@@ -10,3 +10,2 @@ @oclif/plugin-warn-if-update-available | ||
[![Codecov](https://codecov.io/gh/oclif/plugin-warn-if-update-available/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/plugin-warn-if-update-available) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/oclif/plugin-warn-if-update-available.svg)](https://greenkeeper.io/) | ||
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-warn-if-update-available.svg)](https://npmjs.org/package/@oclif/plugin-warn-if-update-available) | ||
@@ -13,0 +12,0 @@ [![License](https://img.shields.io/npm/l/@oclif/plugin-warn-if-update-available.svg)](https://github.com/oclif/plugin-warn-if-update-available/blob/master/package.json) |
15876
70
Updated@oclif/command@^1.5.3
Updated@oclif/config@^1.8.7
Updated@oclif/errors@^1.2.2
Updateddebug@^4.1.0
Updatedsemver@^5.6.0