postcss-lab-function
Advanced tools
Comparing version 6.0.16 to 6.0.17
# Changes to PostCSS Lab Function | ||
### 6.0.17 | ||
_June 29, 2024_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#232) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.7.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#270) (minor) | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#203) (patch) | ||
### 6.0.16 | ||
@@ -19,8 +27,2 @@ | ||
### 6.0.14 | ||
_April 21, 2024_ | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#200) (major) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md) |
{ | ||
"name": "postcss-lab-function", | ||
"description": "Use lab() and lch() color functions in CSS", | ||
"version": "6.0.16", | ||
"version": "6.0.17", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -41,5 +41,5 @@ "license": "MIT-0", | ||
"dependencies": { | ||
"@csstools/css-color-parser": "^2.0.2", | ||
"@csstools/css-parser-algorithms": "^2.6.3", | ||
"@csstools/css-tokenizer": "^2.3.1", | ||
"@csstools/css-color-parser": "^2.0.3", | ||
"@csstools/css-parser-algorithms": "^2.7.0", | ||
"@csstools/css-tokenizer": "^2.3.2", | ||
"@csstools/postcss-progressive-custom-properties": "^3.2.0", | ||
@@ -51,2 +51,3 @@ "@csstools/utilities": "^1.0.0" | ||
}, | ||
"scripts": {}, | ||
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function#readme", | ||
@@ -53,0 +54,0 @@ "repository": { |
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
13402