From 65a9bb7225588032b684d451a07bcdb2efef488b Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Thu, 28 Jan 2021 18:11:04 +0100 Subject: [PATCH] Update meow Includes fix for https://github.com/sindresorhus/meow/pull/162 --- cli.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cli.js b/cli.js index 5b525c0..a32a0bb 100755 --- a/cli.js +++ b/cli.js @@ -8,7 +8,6 @@ const meow = require('meow'); const installedCheck = require('installed-check-core'); -// FIXME: When https://github.com/sindresorhus/meow/pull/162 is released, upgrade meow const cli = meow(` Usage $ installed-check diff --git a/package.json b/package.json index 53bd1b1..73dbba7 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "chalk": "^4.1.0", "installed-check-core": "^4.0.1", - "meow": "^7.1.1" + "meow": "^9.0.0" }, "devDependencies": { "@types/node": "^12.19.0",