Comparing version 4.1.0 to 5.0.0
@@ -5,2 +5,16 @@ # Change Log | ||
# [5.0.0](https://github.com/yargs/cliui/compare/v4.1.0...v5.0.0) (2019-04-10) | ||
### Bug Fixes | ||
* Update wrap-ansi to fix compatibility with latest versions of chalk. ([#60](https://github.com/yargs/cliui/issues/60)) ([7bf79ae](https://github.com/yargs/cliui/commit/7bf79ae)) | ||
### BREAKING CHANGES | ||
* Drop support for node < 6. | ||
<a name="4.1.0"></a> | ||
@@ -7,0 +21,0 @@ # [4.1.0](https://github.com/yargs/cliui/compare/v4.0.0...v4.1.0) (2018-04-23) |
{ | ||
"name": "cliui", | ||
"version": "4.1.0", | ||
"version": "5.0.0", | ||
"description": "easily create complex multi-column command-line-interfaces", | ||
@@ -48,14 +48,14 @@ "main": "index.js", | ||
"dependencies": { | ||
"string-width": "^2.1.1", | ||
"strip-ansi": "^4.0.0", | ||
"wrap-ansi": "^2.0.0" | ||
"string-width": "^3.1.0", | ||
"strip-ansi": "^5.2.0", | ||
"wrap-ansi": "^5.1.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"chalk": "^1.1.2", | ||
"coveralls": "^2.11.8", | ||
"mocha": "^3.0.0", | ||
"nyc": "^10.0.0", | ||
"standard": "^8.0.0", | ||
"standard-version": "^3.0.0" | ||
"chai": "^4.2.0", | ||
"chalk": "^2.4.2", | ||
"coveralls": "^3.0.3", | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.3.0", | ||
"standard": "^12.0.1", | ||
"standard-version": "^5.0.2" | ||
}, | ||
@@ -66,4 +66,4 @@ "files": [ | ||
"engine": { | ||
"node": ">=4" | ||
"node": ">=6" | ||
} | ||
} |
@@ -49,3 +49,3 @@ # cliui | ||
If you create a single `ui.row`, passing a string rather than an | ||
If you create a single `ui.div`, passing a string rather than an | ||
object: | ||
@@ -52,0 +52,0 @@ |
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
14803
+ Addedansi-regex@4.1.1(transitive)
+ Addedansi-styles@3.2.1(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedemoji-regex@7.0.3(transitive)
+ Addedstring-width@3.1.0(transitive)
+ Addedstrip-ansi@5.2.0(transitive)
+ Addedwrap-ansi@5.1.0(transitive)
- Removedansi-regex@2.1.13.0.1(transitive)
- Removedcode-point-at@1.1.0(transitive)
- Removedis-fullwidth-code-point@1.0.0(transitive)
- Removednumber-is-nan@1.0.1(transitive)
- Removedstring-width@1.0.22.1.1(transitive)
- Removedstrip-ansi@3.0.14.0.0(transitive)
- Removedwrap-ansi@2.1.0(transitive)
Updatedstring-width@^3.1.0
Updatedstrip-ansi@^5.2.0
Updatedwrap-ansi@^5.1.0