@csstools/postcss-content-alt-text
Advanced tools
Comparing version 2.0.2 to 2.0.3
# Changes to PostCSS Content Alt Text | ||
### 2.0.2 | ||
### 2.0.3 | ||
_October 10, 2024_ | ||
_October 23, 2024_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#302) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#302) (patch) | ||
- 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) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text/CHANGELOG.md) |
{ | ||
"name": "@csstools/postcss-content-alt-text", | ||
"description": "Generate fallback values for content with alt text", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"contributors": [ | ||
@@ -51,3 +51,3 @@ { | ||
"dependencies": { | ||
"@csstools/css-parser-algorithms": "^3.0.2", | ||
"@csstools/css-parser-algorithms": "^3.0.3", | ||
"@csstools/css-tokenizer": "^3.0.2", | ||
@@ -54,0 +54,0 @@ "@csstools/postcss-progressive-custom-properties": "^4.0.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
9308