@csstools/media-query-list-parser
Advanced tools
Comparing version 4.0.1 to 4.0.2
# Changes to Media Query List Parser | ||
### 4.0.1 | ||
### 4.0.2 | ||
_October 23, 2024_ | ||
_November 1, 2024_ | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#303) (patch) | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#303) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#304) (patch) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/media-query-list-parser/CHANGELOG.md) |
{ | ||
"name": "@csstools/media-query-list-parser", | ||
"description": "Parse CSS media query lists.", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"contributors": [ | ||
@@ -51,4 +51,4 @@ { | ||
"peerDependencies": { | ||
"@csstools/css-parser-algorithms": "^3.0.3", | ||
"@csstools/css-tokenizer": "^3.0.2" | ||
"@csstools/css-parser-algorithms": "^3.0.4", | ||
"@csstools/css-tokenizer": "^3.0.3" | ||
}, | ||
@@ -55,0 +55,0 @@ "scripts": {}, |
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
113096