@oclif/plugin-warn-if-update-available
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -1,1 +0,1 @@ | ||
{"version":"2.0.4","commands":{}} | ||
{"version":"2.0.5","commands":{}} |
{ | ||
"name": "@oclif/plugin-warn-if-update-available", | ||
"description": "warns if there is a newer version of CLI released", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"author": "Salesforce", | ||
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", | ||
"dependencies": { | ||
"@oclif/core": "^1.0.8", | ||
"@oclif/core": "^1.16.4", | ||
"chalk": "^4.1.0", | ||
@@ -20,5 +20,5 @@ "debug": "^4.1.0", | ||
"@types/fs-extra": "^9.0.1", | ||
"@types/lodash": "^4.14.177", | ||
"@types/lodash": "^4.14.185", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.14", | ||
"@types/node": "^14.18.30", | ||
"@types/semver": "^7.3.1", | ||
@@ -31,5 +31,5 @@ "chai": "^4.2.0", | ||
"mocha": "^8.0.1", | ||
"oclif": "^2.0.0-main.14", | ||
"oclif": "^2.1.0", | ||
"ts-node": "^9.1.1", | ||
"tslib": "^2.0.0", | ||
"tslib": "^2.4.0", | ||
"typescript": "4.4.3" | ||
@@ -71,2 +71,2 @@ }, | ||
"main": "lib/index.js" | ||
} | ||
} |
9604
10
Updated@oclif/core@^1.16.4