Comparing version 4.0.0 to 4.0.1
@@ -15,3 +15,3 @@ import chalkString from 'chalk-string'; | ||
blockquote: (value) => style(customTheme.blockquote || 'black', value), | ||
code: (value) => style(customTheme.inlineCode || 'redBright', value), | ||
code: (value) => style(customTheme.inlineCode || 'yellowBright', value), | ||
inlineCode: (value) => style(customTheme.inlineCode || 'bgBlack', value), | ||
@@ -18,0 +18,0 @@ codeNumbers: (value) => style(customTheme.codeNumbers || 'blackBright dim', value), |
{ | ||
"name": "cli-html", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Render HTML to Terminal", | ||
@@ -36,4 +36,4 @@ "main": "index.js", | ||
"ansi-escapes": "^6.2.0", | ||
"boxen": "^7.1.0", | ||
"chalk": "^5.2.0", | ||
"boxen": "^7.1.1", | ||
"chalk": "^5.3.0", | ||
"chalk-string": "^2.0.0", | ||
@@ -62,7 +62,7 @@ "change-case": "^4.1.2", | ||
"confusing-browser-globals": "^1.0.11", | ||
"eslint": "^8.43.0", | ||
"eslint": "^8.44.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-standard-jsdoc": "^9.3.0", | ||
"eslint-plugin-async-await": "0.0.0", | ||
"eslint-plugin-jsdoc": "^46.2.6", | ||
"eslint-plugin-jsdoc": "^46.4.3", | ||
"eslint-plugin-json": "^3.1.0", | ||
@@ -69,0 +69,0 @@ "eslint-plugin-no-loops": "^0.3.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
243742
Updatedboxen@^7.1.1
Updatedchalk@^5.3.0