Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e81398

Browse files
committed
set dependencies to newly released versions
1 parent 5b385cd commit 9e81398

File tree

81 files changed

+273
-107
lines changed

Some content is hidden

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

81 files changed

+273
-107
lines changed

experimental/postcss-gradient-stop-increments/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Gradient Stop Increments
22

3+
### Unreleased (patch)
4+
5+
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#304) (patch)
6+
37
### 2.0.8
48

59
_April 19, 2025_

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@csstools/css-calc": "^2.1.3",
5252
"@csstools/css-parser-algorithms": "^3.0.4",
53-
"@csstools/css-tokenizer": "^3.0.3"
53+
"@csstools/css-tokenizer": "^3.0.4"
5454
},
5555
"peerDependencies": {
5656
"postcss": "^8.4"

0 commit comments

Comments
 (0)