@csstools/csstools-cli 2.1.3 → 2.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changes to CSSTools CLI
|
|
2
2
|
|
|
3
|
+
### 2.1.5 (May 19, 2023)
|
|
4
|
+
|
|
5
|
+
- Updated `postcss-preset-env` to `8.4.1` (patch)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### 2.1.4 (May 19, 2023)
|
|
9
|
+
|
|
10
|
+
- Updated `@csstools/postcss-ic-unit` to `2.0.3` (patch)
|
|
11
|
+
- Updated `@csstools/postcss-text-decoration-shorthand` to `2.2.4` (patch)
|
|
12
|
+
- Updated `postcss-double-position-gradients` to `4.0.3` (patch)
|
|
13
|
+
- Updated `@csstools/postcss-color-function` to `2.2.2` (patch)
|
|
14
|
+
- Updated `@csstools/postcss-color-mix-function` to `1.0.2` (patch)
|
|
15
|
+
- Updated `@csstools/postcss-gradients-interpolation-method` to `3.0.5` (patch)
|
|
16
|
+
- Updated `@csstools/postcss-hwb-function` to `2.2.2` (patch)
|
|
17
|
+
- Updated `@csstools/postcss-oklab-function` to `2.2.2` (patch)
|
|
18
|
+
- Updated `postcss-lab-function` to `5.2.2` (patch)
|
|
19
|
+
- Updated `postcss-preset-env` to `8.4.0` (minor)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
3
24
|
### 2.1.3 (May 19, 2023)
|
|
4
25
|
|
|
5
26
|
- Updated `@csstools/postcss-is-pseudo-class` to `3.2.1` (patch)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csstools/csstools-cli",
|
|
3
3
|
"description": "Transform CSS with any plugin from csstools/postcss-plugins",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.5",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Antonio Laguna",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@csstools/postcss-cascade-layers": "^3.0.1",
|
|
42
|
-
"@csstools/postcss-color-function": "^2.2.
|
|
43
|
-
"@csstools/postcss-color-mix-function": "^1.0.
|
|
42
|
+
"@csstools/postcss-color-function": "^2.2.2",
|
|
43
|
+
"@csstools/postcss-color-mix-function": "^1.0.2",
|
|
44
44
|
"@csstools/postcss-font-format-keywords": "^2.0.2",
|
|
45
|
-
"@csstools/postcss-gradients-interpolation-method": "^3.0.
|
|
46
|
-
"@csstools/postcss-hwb-function": "^2.2.
|
|
47
|
-
"@csstools/postcss-ic-unit": "^2.0.
|
|
45
|
+
"@csstools/postcss-gradients-interpolation-method": "^3.0.5",
|
|
46
|
+
"@csstools/postcss-hwb-function": "^2.2.2",
|
|
47
|
+
"@csstools/postcss-ic-unit": "^2.0.3",
|
|
48
48
|
"@csstools/postcss-is-pseudo-class": "^3.2.1",
|
|
49
49
|
"@csstools/postcss-logical-float-and-clear": "^1.0.1",
|
|
50
50
|
"@csstools/postcss-logical-resize": "^1.0.1",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^1.0.2",
|
|
54
54
|
"@csstools/postcss-nested-calc": "^2.0.2",
|
|
55
55
|
"@csstools/postcss-normalize-display-values": "^2.0.1",
|
|
56
|
-
"@csstools/postcss-oklab-function": "^2.2.
|
|
56
|
+
"@csstools/postcss-oklab-function": "^2.2.2",
|
|
57
57
|
"@csstools/postcss-scope-pseudo-class": "^2.0.2",
|
|
58
58
|
"@csstools/postcss-stepped-value-functions": "^2.1.1",
|
|
59
|
-
"@csstools/postcss-text-decoration-shorthand": "^2.2.
|
|
59
|
+
"@csstools/postcss-text-decoration-shorthand": "^2.2.4",
|
|
60
60
|
"@csstools/postcss-trigonometric-functions": "^2.1.1",
|
|
61
61
|
"@csstools/postcss-unset-value": "^2.0.1",
|
|
62
62
|
"css-blank-pseudo": "^5.0.2",
|
|
@@ -71,17 +71,17 @@
|
|
|
71
71
|
"postcss-custom-properties": "^13.1.5",
|
|
72
72
|
"postcss-custom-selectors": "^7.1.3",
|
|
73
73
|
"postcss-dir-pseudo-class": "^7.0.2",
|
|
74
|
-
"postcss-double-position-gradients": "^4.0.
|
|
74
|
+
"postcss-double-position-gradients": "^4.0.3",
|
|
75
75
|
"postcss-focus-visible": "^8.0.2",
|
|
76
76
|
"postcss-focus-within": "^7.0.2",
|
|
77
77
|
"postcss-gap-properties": "^4.0.1",
|
|
78
78
|
"postcss-image-set-function": "^5.0.2",
|
|
79
|
-
"postcss-lab-function": "^5.2.
|
|
79
|
+
"postcss-lab-function": "^5.2.2",
|
|
80
80
|
"postcss-logical": "^6.2.0",
|
|
81
81
|
"postcss-nesting": "^11.2.2",
|
|
82
82
|
"postcss-overflow-shorthand": "^4.0.1",
|
|
83
83
|
"postcss-place": "^8.0.1",
|
|
84
|
-
"postcss-preset-env": "^8.
|
|
84
|
+
"postcss-preset-env": "^8.4.1",
|
|
85
85
|
"postcss-pseudo-class-any-link": "^8.0.2",
|
|
86
86
|
"postcss-selector-not": "^7.0.1"
|
|
87
87
|
},
|