Skip to content

Commit cb20745

Browse files
committed
set dependencies to newly released versions
1 parent 27860cc commit cb20745

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

cli/csstools-cli/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Updated: Support for Node `20.19.0` or later (major).
66
- Removed: `commonjs` API. In supported Node versions `require(esm)` will work without needing to make code changes.
7+
- Updated [`postcss-preset-env`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env) to [`11.0.0`](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env/CHANGELOG.md#1100) (major)
78

89
### 4.0.25
910

cli/csstools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"postcss-nesting": "^14.0.0",
8585
"postcss-overflow-shorthand": "^7.0.0",
8686
"postcss-place": "^11.0.0",
87-
"postcss-preset-env": "^10.6.1",
87+
"postcss-preset-env": "^11.0.0",
8888
"postcss-pseudo-class-any-link": "^11.0.0",
8989
"postcss-selector-not": "^9.0.0"
9090
},

package-lock.json

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

0 commit comments

Comments
 (0)