Skip to content

Commit 77ba0ec

Browse files
committed
set dependencies to newly released versions
1 parent 112c865 commit 77ba0ec

112 files changed

Lines changed: 234 additions & 159 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

experimental/postcss-gradient-stop-increments/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 [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`4.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#400) (major)
78

89
### 2.0.9
910

experimental/postcss-gradient-stop-increments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@csstools/css-calc": "^2.1.4",
4545
"@csstools/css-parser-algorithms": "^3.0.5",
46-
"@csstools/css-tokenizer": "^3.0.4"
46+
"@csstools/css-tokenizer": "^4.0.0"
4747
},
4848
"peerDependencies": {
4949
"postcss": "^8.4"

0 commit comments

Comments
 (0)