Comparing version 3.3.0 to 3.3.1
@@ -0,1 +1,6 @@ | ||
# 3.3.1 | ||
* Unpins postcss-colormin from `2.1.2`, as the `2.1.3` & `2.1.4` patches had | ||
optimization regressions that are now resolved in `2.1.5`. | ||
# 3.3.0 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "cssnano", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "A modular minifier, built on top of the PostCSS ecosystem.", | ||
@@ -30,5 +30,5 @@ "main": "index.js", | ||
"object-assign": "^4.0.1", | ||
"postcss": "^5.0.8", | ||
"postcss": "^5.0.9", | ||
"postcss-calc": "^5.0.0", | ||
"postcss-colormin": "2.1.2", | ||
"postcss-colormin": "^2.1.5", | ||
"postcss-convert-values": "^2.3.3", | ||
@@ -50,6 +50,6 @@ "postcss-discard-comments": "^2.0.1", | ||
"postcss-reduce-idents": "^2.2.1", | ||
"postcss-reduce-transforms": "^1.0.1", | ||
"postcss-reduce-transforms": "^1.0.3", | ||
"postcss-svgo": "^2.0.4", | ||
"postcss-unique-selectors": "^2.0.1", | ||
"postcss-value-parser": "^3.0.2", | ||
"postcss-value-parser": "^3.0.3", | ||
"postcss-zindex": "^2.0.0" | ||
@@ -56,0 +56,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
20518
+ Addedpostcss-colormin@2.2.2(transitive)
- Removedpostcss-colormin@2.1.2(transitive)
- Removedpostcss-value-parser@2.0.5(transitive)
Updatedpostcss@^5.0.9
Updatedpostcss-colormin@^2.1.5
Updatedpostcss-value-parser@^3.0.3