From 6a9ebe2d955e3e979e76c07ffbb1c17fef64cb49 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sat, 16 Nov 2019 14:45:07 -0800 Subject: [PATCH] fix(deps): cliui, find-up, and string-width, all drop Node 6 support (#1479) --- package.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index dd03727f6..989cb1f27 100644 --- a/package.json +++ b/package.json @@ -19,14 +19,14 @@ "LICENSE" ], "dependencies": { - "cliui": "^5.0.0", + "cliui": "^6.0.0", "decamelize": "^1.2.0", - "find-up": "^3.0.0", + "find-up": "^4.1.0", "get-caller-file": "^2.0.1", "require-directory": "^2.1.1", "require-main-filename": "^2.0.0", "set-blocking": "^2.0.0", - "string-width": "^3.0.0", + "string-width": "^4.2.0", "which-module": "^2.0.0", "y18n": "^4.0.0", "yargs-parser": "^16.1.0" @@ -43,7 +43,6 @@ "mocha": "^5.2.0", "rimraf": "^2.6.3", "standard": "^12.0.1", - "standard-version": "^7.0.0", "which": "^1.3.1", "yargs-test-extends": "^1.0.1" }, @@ -51,8 +50,7 @@ "fix": "standard --fix", "posttest": "standard", "test": "c8 --reporter=html --reporter=text mocha --require ./test/before.js --timeout=12000 --check-leaks", - "coverage": "c8 report --reporter=text-lcov | coveralls", - "release": "standard-version" + "coverage": "c8 report --reporter=text-lcov | coveralls" }, "repository": { "type": "git",