postcss-minify-gradients
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "postcss-minify-gradients", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Minify gradient parameters with PostCSS.", | ||
@@ -28,3 +28,3 @@ "main": "src/index.js", | ||
"postcss-value-parser": "^4.2.0", | ||
"cssnano-utils": "^4.0.0" | ||
"cssnano-utils": "^4.0.1" | ||
}, | ||
@@ -38,7 +38,7 @@ "bugs": { | ||
"devDependencies": { | ||
"postcss": "^8.2.15" | ||
"postcss": "^8.4.32" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.2.15" | ||
"postcss": "^8.4.31" | ||
} | ||
} |
@@ -8,3 +8,3 @@ export = pluginCreator; | ||
declare namespace pluginCreator { | ||
const postcss: true; | ||
let postcss: true; | ||
} |
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
9917
Updatedcssnano-utils@^4.0.1