postcss-lab-function
Advanced tools
Comparing version 6.0.17 to 6.0.18
# Changes to PostCSS Lab Function | ||
### 6.0.18 | ||
_July 6, 2024_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.4.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#241) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.7.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#271) (patch) | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#204) (patch) | ||
### 6.0.17 | ||
@@ -19,10 +27,2 @@ | ||
### 6.0.15 | ||
_May 4, 2024_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.3.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#230) (minor) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#262) (patch) | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#201) (patch) | ||
[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.17", | ||
"version": "6.0.18", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -41,5 +41,5 @@ "license": "MIT-0", | ||
"dependencies": { | ||
"@csstools/css-color-parser": "^2.0.3", | ||
"@csstools/css-parser-algorithms": "^2.7.0", | ||
"@csstools/css-tokenizer": "^2.3.2", | ||
"@csstools/css-color-parser": "^2.0.4", | ||
"@csstools/css-parser-algorithms": "^2.7.1", | ||
"@csstools/css-tokenizer": "^2.4.1", | ||
"@csstools/postcss-progressive-custom-properties": "^3.2.0", | ||
@@ -46,0 +46,0 @@ "@csstools/utilities": "^1.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
13403