stylelint-formatter-pretty
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "stylelint-formatter-pretty", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A pretty Stylelint formatter.", | ||
@@ -34,13 +34,13 @@ "license": "MIT", | ||
"dependencies": { | ||
"ansi-escapes": "^4.2.1", | ||
"chalk": "^2.4.2", | ||
"ansi-escapes": "^4.3.0", | ||
"chalk": "^3.0.0", | ||
"log-symbols": "^3.0.0", | ||
"plur": "^3.1.1", | ||
"string-width": "^4.1.0" | ||
"string-width": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^2.4.0", | ||
"coveralls": "^3.0.6", | ||
"nyc": "^14.1.1", | ||
"strip-ansi": "^5.2.0", | ||
"coveralls": "^3.0.9", | ||
"nyc": "^15.0.0", | ||
"strip-ansi": "^6.0.0", | ||
"xo": "^0.25.3" | ||
@@ -47,0 +47,0 @@ }, |
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@3.0.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
Updatedansi-escapes@^4.3.0
Updatedchalk@^3.0.0
Updatedstring-width@^4.2.0