Skip to content

Commit ba15050

Browse files
committed
set dependencies to newly released versions
1 parent 4ef2bc9 commit ba15050

File tree

5 files changed

+100
-72
lines changed

5 files changed

+100
-72
lines changed

cli/csstools-cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
- Updated [`css-has-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`7.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#703) (patch)
66
- Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`10.3.1`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1031) (patch)
7+
- Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`4.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#4012) (patch)
8+
- Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`3.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#3012) (patch)
9+
- Updated [`@csstools/postcss-content-alt-text`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text) to [`2.0.8`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text/CHANGELOG.md#208) (patch)
10+
- Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`5.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#5012) (patch)
11+
- Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`4.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#4012) (patch)
12+
- Updated [`@csstools/postcss-ic-unit`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`4.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#404) (patch)
13+
- Updated [`@csstools/postcss-light-dark-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`2.0.11`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#2011) (patch)
14+
- Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`4.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#4012) (patch)
15+
- Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`3.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#3012) (patch)
16+
- Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`7.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#7012) (patch)
17+
- Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`6.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#604) (patch)
18+
- Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`7.0.12`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#7012) (patch)
719

820
### 4.0.21
921

cli/csstools-cli/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,25 @@
3939
],
4040
"dependencies": {
4141
"@csstools/postcss-cascade-layers": "^5.0.2",
42-
"@csstools/postcss-color-function": "^4.0.11",
43-
"@csstools/postcss-color-mix-function": "^3.0.11",
44-
"@csstools/postcss-content-alt-text": "^2.0.7",
42+
"@csstools/postcss-color-function": "^4.0.12",
43+
"@csstools/postcss-color-mix-function": "^3.0.12",
44+
"@csstools/postcss-content-alt-text": "^2.0.8",
4545
"@csstools/postcss-exponential-functions": "^2.0.9",
4646
"@csstools/postcss-font-format-keywords": "^4.0.0",
47-
"@csstools/postcss-gradients-interpolation-method": "^5.0.11",
48-
"@csstools/postcss-hwb-function": "^4.0.11",
49-
"@csstools/postcss-ic-unit": "^4.0.3",
47+
"@csstools/postcss-gradients-interpolation-method": "^5.0.12",
48+
"@csstools/postcss-hwb-function": "^4.0.12",
49+
"@csstools/postcss-ic-unit": "^4.0.4",
5050
"@csstools/postcss-is-pseudo-class": "^5.0.3",
51-
"@csstools/postcss-light-dark-function": "^2.0.10",
51+
"@csstools/postcss-light-dark-function": "^2.0.11",
5252
"@csstools/postcss-logical-float-and-clear": "^3.0.0",
5353
"@csstools/postcss-logical-resize": "^3.0.0",
5454
"@csstools/postcss-logical-viewport-units": "^3.0.4",
5555
"@csstools/postcss-media-minmax": "^2.0.9",
5656
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.5",
5757
"@csstools/postcss-nested-calc": "^4.0.0",
5858
"@csstools/postcss-normalize-display-values": "^4.0.0",
59-
"@csstools/postcss-oklab-function": "^4.0.11",
60-
"@csstools/postcss-relative-color-syntax": "^3.0.11",
59+
"@csstools/postcss-oklab-function": "^4.0.12",
60+
"@csstools/postcss-relative-color-syntax": "^3.0.12",
6161
"@csstools/postcss-scope-pseudo-class": "^4.0.1",
6262
"@csstools/postcss-stepped-value-functions": "^4.0.9",
6363
"@csstools/postcss-text-decoration-shorthand": "^4.0.3",
@@ -68,19 +68,19 @@
6868
"css-prefers-color-scheme": "^10.0.0",
6969
"postcss": "^8.5.6",
7070
"postcss-attribute-case-insensitive": "^7.0.1",
71-
"postcss-color-functional-notation": "^7.0.11",
71+
"postcss-color-functional-notation": "^7.0.12",
7272
"postcss-color-hex-alpha": "^10.0.0",
7373
"postcss-color-rebeccapurple": "^10.0.0",
7474
"postcss-custom-media": "^11.0.6",
7575
"postcss-custom-properties": "^14.0.6",
7676
"postcss-custom-selectors": "^8.0.5",
7777
"postcss-dir-pseudo-class": "^9.0.1",
78-
"postcss-double-position-gradients": "^6.0.3",
78+
"postcss-double-position-gradients": "^6.0.4",
7979
"postcss-focus-visible": "^10.0.1",
8080
"postcss-focus-within": "^9.0.1",
8181
"postcss-gap-properties": "^6.0.0",
8282
"postcss-image-set-function": "^7.0.0",
83-
"postcss-lab-function": "^7.0.11",
83+
"postcss-lab-function": "^7.0.12",
8484
"postcss-logical": "^8.1.0",
8585
"postcss-nesting": "^13.0.2",
8686
"postcss-overflow-shorthand": "^6.0.0",

package-lock.json

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)