@csstools/postcss-is-pseudo-class
Advanced tools
Comparing version 4.0.6 to 4.0.7
# Changes to PostCSS Is Pseudo Class | ||
### 4.0.7 | ||
_May 11, 2024_ | ||
- Updated [`@csstools/selector-specificity`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity) to [`3.1.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity/CHANGELOG.md#310) (minor) | ||
### 4.0.6 | ||
@@ -15,9 +21,2 @@ | ||
### 4.0.4 | ||
_December 15, 2023_ | ||
- Fix type definitions | ||
- Updated [`@csstools/selector-specificity`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity/CHANGELOG.md#301) (patch) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md) |
{ | ||
"name": "@csstools/postcss-is-pseudo-class", | ||
"description": "A pseudo-class for matching elements in a selector list", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -41,3 +41,3 @@ "license": "MIT-0", | ||
"dependencies": { | ||
"@csstools/selector-specificity": "^3.0.3", | ||
"@csstools/selector-specificity": "^3.1.0", | ||
"postcss-selector-parser": "^6.0.13" | ||
@@ -44,0 +44,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
27691