@vue/cli-shared-utils
Advanced tools
Comparing version 5.0.0-alpha.4 to 5.0.0-alpha.5
@@ -24,3 +24,3 @@ const chalk = require('chalk') | ||
? `${label} ${line}` | ||
: line.padStart(stripAnsi(label).length) | ||
: line.padStart(stripAnsi(label).length + line.length + 1) | ||
}).join('\n') | ||
@@ -27,0 +27,0 @@ } |
{ | ||
"name": "@vue/cli-shared-utils", | ||
"version": "5.0.0-alpha.4", | ||
"version": "5.0.0-alpha.5", | ||
"description": "shared utilities for vue-cli packages", | ||
@@ -25,3 +25,3 @@ "main": "index.js", | ||
"execa": "^1.0.0", | ||
"joi": "^17.2.1", | ||
"joi": "^17.4.0", | ||
"launch-editor": "^2.2.1", | ||
@@ -31,4 +31,4 @@ "lru-cache": "^6.0.0", | ||
"node-ipc": "^9.1.1", | ||
"open": "^7.2.1", | ||
"ora": "^5.1.0", | ||
"open": "^7.4.2", | ||
"ora": "^5.3.0", | ||
"read-pkg": "^5.1.1", | ||
@@ -41,3 +41,3 @@ "semver": "^7.3.4", | ||
}, | ||
"gitHead": "cf3d80193429b67ebfcfd941981163e087bd7812" | ||
"gitHead": "6f88bd5ff4daf45808ec7f2d9e798cd1dd60476f" | ||
} |
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
28516
Updatedjoi@^17.4.0
Updatedopen@^7.4.2
Updatedora@^5.3.0