chore: upgrade stylelint-order to 8.1.1
- stylelint-order Co-authored-by: OpenAI Codex <codex@openai.com>pull/878/head
parent
f497bf8e23
commit
c792f5fa0f
|
|
@ -121,7 +121,7 @@
|
|||
"stylelint-config-html": "^1.1.0",
|
||||
"stylelint-config-recommended": "^18.0.0",
|
||||
"stylelint-config-standard": "^40.0.0",
|
||||
"stylelint-order": "^7.0.1",
|
||||
"stylelint-order": "^8.1.1",
|
||||
"terser": "^5.46.1",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "^8.57.1",
|
||||
|
|
|
|||
|
|
@ -283,8 +283,8 @@ importers:
|
|||
specifier: ^40.0.0
|
||||
version: 40.0.0(stylelint@17.5.0(typescript@5.9.3))
|
||||
stylelint-order:
|
||||
specifier: ^7.0.1
|
||||
version: 7.0.1(stylelint@17.5.0(typescript@5.9.3))
|
||||
specifier: ^8.1.1
|
||||
version: 8.1.1(stylelint@17.5.0(typescript@5.9.3))
|
||||
terser:
|
||||
specifier: ^5.46.1
|
||||
version: 5.46.1
|
||||
|
|
@ -4715,8 +4715,8 @@ packages:
|
|||
resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
postcss-sorting@9.1.0:
|
||||
resolution: {integrity: sha512-Mn8KJ45HNNG6JBpBizXcyf6LqY/qyqetGcou/nprDnFwBFBLGj0j/sNKV2lj2KMOVOwdXu14aEzqJv8CIV6e8g==}
|
||||
postcss-sorting@10.0.0:
|
||||
resolution: {integrity: sha512-TXbU+h6vVRW+86c/+ewhWq9k7pr7ijASTnepVhCQiC87zAOTkvB1v2dHyWP+ggstSTX/PNvjzS+IOqzejndz9w==}
|
||||
peerDependencies:
|
||||
postcss: ^8.4.20
|
||||
|
||||
|
|
@ -5114,8 +5114,8 @@ packages:
|
|||
peerDependencies:
|
||||
stylelint: ^17.0.0
|
||||
|
||||
stylelint-order@7.0.1:
|
||||
resolution: {integrity: sha512-GWPei1zBVDDjxM+/BmcSCiOcHNd8rSqW6FUZtqQGlTRpD0Z5nSzspzWD8rtKif5KPdzUG68DApKEV/y/I9VbTw==}
|
||||
stylelint-order@8.1.1:
|
||||
resolution: {integrity: sha512-LqsEB6VggJuu5v10RtkrQsBObcdwBE7GuAOlwfc/LR3VL/w8UqKX2BOLIjhyGt0Gne/njo7gRNGiJAKhfmPMNw==}
|
||||
engines: {node: '>=20.19.0'}
|
||||
peerDependencies:
|
||||
stylelint: ^16.18.0 || ^17.0.0
|
||||
|
|
@ -10472,7 +10472,7 @@ snapshots:
|
|||
cssesc: 3.0.0
|
||||
util-deprecate: 1.0.2
|
||||
|
||||
postcss-sorting@9.1.0(postcss@8.5.8):
|
||||
postcss-sorting@10.0.0(postcss@8.5.8):
|
||||
dependencies:
|
||||
postcss: 8.5.8
|
||||
|
||||
|
|
@ -10854,10 +10854,10 @@ snapshots:
|
|||
stylelint: 17.5.0(typescript@5.9.3)
|
||||
stylelint-config-recommended: 18.0.0(stylelint@17.5.0(typescript@5.9.3))
|
||||
|
||||
stylelint-order@7.0.1(stylelint@17.5.0(typescript@5.9.3)):
|
||||
stylelint-order@8.1.1(stylelint@17.5.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
postcss: 8.5.8
|
||||
postcss-sorting: 9.1.0(postcss@8.5.8)
|
||||
postcss-sorting: 10.0.0(postcss@8.5.8)
|
||||
stylelint: 17.5.0(typescript@5.9.3)
|
||||
|
||||
stylelint@17.5.0(typescript@5.9.3):
|
||||
|
|
|
|||
Loading…
Reference in New Issue