Skip to content

Commit e72cdd6

Browse files
chore(deps-dev): bump postcss-sorting from 8.0.2 to 9.1.0 (#3384)
Bumps [postcss-sorting](https://github.com/hudochenkov/postcss-sorting) from 8.0.2 to 9.1.0. - [Release notes](https://github.com/hudochenkov/postcss-sorting/releases) - [Changelog](https://github.com/hudochenkov/postcss-sorting/blob/master/CHANGELOG.md) - [Commits](hudochenkov/postcss-sorting@8.0.2...9.1.0) --- updated-dependencies: - dependency-name: postcss-sorting dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74d55ba commit e72cdd6

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"postcss-reporter": "^7.1.0",
103103
"postcss-rgb-mapping": "workspace:^",
104104
"postcss-selector-replace": "^1.0.2",
105-
"postcss-sorting": "^8.0.2",
105+
"postcss-sorting": "^9.1.0",
106106
"postcss-splitinator": "workspace:^",
107107
"postcss-values-parser": "^6.0.2",
108108
"prettier": "^3.2.5",

tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"postcss-import": "^16.1.0",
3131
"postcss-licensing": "^2.0.0",
3232
"postcss-rgb-mapping": "workspace:^",
33-
"postcss-sorting": "^8.0.2",
33+
"postcss-sorting": "^9.1.0",
3434
"prettier": "^3.2.5",
3535
"style-dictionary": "^3.9.2",
3636
"style-dictionary-sets": "^2.3.0"

yarn.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4204,7 +4204,7 @@ __metadata:
42044204
postcss-import: "npm:^16.1.0"
42054205
postcss-licensing: "npm:^2.0.0"
42064206
postcss-rgb-mapping: "workspace:^"
4207-
postcss-sorting: "npm:^8.0.2"
4207+
postcss-sorting: "npm:^9.1.0"
42084208
prettier: "npm:^3.2.5"
42094209
style-dictionary: "npm:^3.9.2"
42104210
style-dictionary-sets: "npm:^2.3.0"
@@ -14431,6 +14431,15 @@ __metadata:
1443114431
languageName: node
1443214432
linkType: hard
1443314433

14434+
"postcss-sorting@npm:^9.1.0":
14435+
version: 9.1.0
14436+
resolution: "postcss-sorting@npm:9.1.0"
14437+
peerDependencies:
14438+
postcss: ^8.4.20
14439+
checksum: 10c0/1faea84bf00d85929228d297587798fa9c384a02966a28a942777b2de553a8186087cfdcd0aca3dd40e4b2793aee050792d807458db8cf4880867c98c7bf22fd
14440+
languageName: node
14441+
linkType: hard
14442+
1443414443
"postcss-splitinator@workspace:^, postcss-splitinator@workspace:plugins/postcss-splitinator":
1443514444
version: 0.0.0-use.local
1443614445
resolution: "postcss-splitinator@workspace:plugins/postcss-splitinator"
@@ -15729,7 +15738,7 @@ __metadata:
1572915738
postcss-reporter: "npm:^7.1.0"
1573015739
postcss-rgb-mapping: "workspace:^"
1573115740
postcss-selector-replace: "npm:^1.0.2"
15732-
postcss-sorting: "npm:^8.0.2"
15741+
postcss-sorting: "npm:^9.1.0"
1573315742
postcss-splitinator: "workspace:^"
1573415743
postcss-values-parser: "npm:^6.0.2"
1573515744
prettier: "npm:^3.2.5"

0 commit comments

Comments
 (0)