Skip to content

Commit 45c565c

Browse files
committed
set dependencies to newly released versions
1 parent ecf892b commit 45c565c

File tree

6 files changed

+26
-18
lines changed

6 files changed

+26
-18
lines changed

cli/csstools-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
- Updated [`postcss-overflow-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand/CHANGELOG.md#501) (patch)
4545
- Updated [`postcss-place`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place/CHANGELOG.md#901) (patch)
4646
- Updated [`postcss-pseudo-class-any-link`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link/CHANGELOG.md#901) (patch)
47+
- Updated [`postcss-attribute-case-insensitive`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive) to [`6.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive/CHANGELOG.md#603) (patch)
48+
- Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`10.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1003) (patch)
49+
- Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`7.1.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#717) (patch)
50+
- Updated [`postcss-selector-not`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-selector-not) to [`7.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-selector-not/CHANGELOG.md#702) (patch)
4751

4852
### 3.0.7
4953

cli/csstools-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
"css-has-pseudo": "^6.0.2",
6767
"css-prefers-color-scheme": "^9.0.1",
6868
"postcss": "^8.4.33",
69-
"postcss-attribute-case-insensitive": "^6.0.2",
69+
"postcss-attribute-case-insensitive": "^6.0.3",
7070
"postcss-color-functional-notation": "^6.0.5",
7171
"postcss-color-hex-alpha": "^9.0.4",
7272
"postcss-color-rebeccapurple": "^9.0.3",
73-
"postcss-custom-media": "^10.0.2",
73+
"postcss-custom-media": "^10.0.3",
7474
"postcss-custom-properties": "^13.3.5",
75-
"postcss-custom-selectors": "^7.1.6",
75+
"postcss-custom-selectors": "^7.1.7",
7676
"postcss-dir-pseudo-class": "^8.0.1",
7777
"postcss-double-position-gradients": "^5.0.4",
7878
"postcss-focus-visible": "^9.0.1",
@@ -86,7 +86,7 @@
8686
"postcss-place": "^9.0.1",
8787
"postcss-preset-env": "^9.3.0",
8888
"postcss-pseudo-class-any-link": "^9.0.1",
89-
"postcss-selector-not": "^7.0.1"
89+
"postcss-selector-not": "^7.0.2"
9090
},
9191
"devDependencies": {
9292
"@csstools/base-cli": "0.1.0"

package-lock.json

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

plugin-packs/postcss-preset-env/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
- Updated [`postcss-overflow-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand/CHANGELOG.md#501) (patch)
5454
- Updated [`postcss-place`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place/CHANGELOG.md#901) (patch)
5555
- Updated [`postcss-pseudo-class-any-link`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link/CHANGELOG.md#901) (patch)
56+
- Updated [`postcss-attribute-case-insensitive`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive) to [`6.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive/CHANGELOG.md#603) (patch)
57+
- Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`10.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1003) (patch)
58+
- Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`7.1.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#717) (patch)
59+
- Updated [`postcss-selector-not`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-selector-not) to [`7.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-selector-not/CHANGELOG.md#702) (patch)
5660

5761
### 9.3.0
5862

plugin-packs/postcss-preset-env/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@
8787
"css-has-pseudo": "^6.0.2",
8888
"css-prefers-color-scheme": "^9.0.1",
8989
"cssdb": "^7.11.0",
90-
"postcss-attribute-case-insensitive": "^6.0.2",
90+
"postcss-attribute-case-insensitive": "^6.0.3",
9191
"postcss-clamp": "^4.1.0",
9292
"postcss-color-functional-notation": "^6.0.5",
9393
"postcss-color-hex-alpha": "^9.0.4",
9494
"postcss-color-rebeccapurple": "^9.0.3",
95-
"postcss-custom-media": "^10.0.2",
95+
"postcss-custom-media": "^10.0.3",
9696
"postcss-custom-properties": "^13.3.5",
97-
"postcss-custom-selectors": "^7.1.6",
97+
"postcss-custom-selectors": "^7.1.7",
9898
"postcss-dir-pseudo-class": "^8.0.1",
9999
"postcss-double-position-gradients": "^5.0.4",
100100
"postcss-focus-visible": "^9.0.1",
@@ -111,7 +111,7 @@
111111
"postcss-place": "^9.0.1",
112112
"postcss-pseudo-class-any-link": "^9.0.1",
113113
"postcss-replace-overflow-wrap": "^4.0.0",
114-
"postcss-selector-not": "^7.0.1"
114+
"postcss-selector-not": "^7.0.2"
115115
},
116116
"peerDependencies": {
117117
"postcss": "^8.4"

plugins/postcss-global-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@csstools/postcss-tape": "*",
5555
"open-props": "^1.6.18",
56-
"postcss-custom-media": "^10.0.2",
56+
"postcss-custom-media": "^10.0.3",
5757
"postcss-custom-properties": "^13.3.5"
5858
},
5959
"scripts": {

0 commit comments

Comments
 (0)