postcss-minify-selectors
Advanced tools
Comparing version 7.0.2 to 7.0.3
{ | ||
"name": "postcss-minify-selectors", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"description": "Minify selectors with PostCSS.", | ||
@@ -30,3 +30,3 @@ "main": "src/index.js", | ||
"cssesc": "^3.0.0", | ||
"postcss-selector-parser": "^6.1.0" | ||
"postcss-selector-parser": "^6.1.1" | ||
}, | ||
@@ -41,3 +41,3 @@ "bugs": { | ||
"@types/cssesc": "^3.0.2", | ||
"postcss": "^8.4.38" | ||
"postcss": "^8.4.40" | ||
}, | ||
@@ -44,0 +44,0 @@ "peerDependencies": { |
@@ -6,3 +6,3 @@ export = pluginCreator; | ||
*/ | ||
declare function pluginCreator(): import('postcss').Plugin; | ||
declare function pluginCreator(): import("postcss").Plugin; | ||
declare namespace pluginCreator { | ||
@@ -9,0 +9,0 @@ 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