Comparing version 2.9.1 to 2.9.2
{ | ||
"name": "cfonts", | ||
"description": "Sexy fonts for the console", | ||
"version": "2.9.1", | ||
"version": "2.9.2", | ||
"homepage": "https://github.com/dominikwilkowski/cfonts", | ||
@@ -50,20 +50,17 @@ "author": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11", | ||
"@babel/cli": "^7.13.16", | ||
"@babel/core": "^7.14.0", | ||
"@babel/preset-env": "^7.14.1", | ||
"@types/node": "latest", | ||
"coveralls": "^3.1.0", | ||
"eslint": "^7.16.0", | ||
"eslint": "^7.26.0", | ||
"jest-cli": "^26.6.3", | ||
"onchange": "^7.1.0", | ||
"typescript": "^4.1.3" | ||
"typescript": "^4.2.4" | ||
}, | ||
"peerDependencies": {}, | ||
"dependencies": { | ||
"chalk": "^4.1.0", | ||
"chalk": "^4.1.1", | ||
"window-size": "^1.1.1" | ||
}, | ||
"resolutions": { | ||
"lodash": ">=4.17.11" | ||
}, | ||
"jest": { | ||
@@ -70,0 +67,0 @@ "displayName": "CFonts", |
@@ -515,2 +515,3 @@ ```shell | ||
## Release History | ||
* 2.9.2 - bumped dependencies | ||
* 2.9.1 - bumped dependencies | ||
@@ -517,0 +518,0 @@ * 2.9.0 - added `top` and `bottom` align options |
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
577
287930
Updatedchalk@^4.1.1