chore(deps): update dependency stylelint to v17.5.0
This commit is contained in:
parent
de1d5d1241
commit
9c3fa8e91b
|
|
@ -139,7 +139,7 @@
|
|||
"rollup": "4.59.0",
|
||||
"rollup-plugin-visualizer": "6.0.11",
|
||||
"sass-embedded": "1.98.0",
|
||||
"stylelint": "17.4.0",
|
||||
"stylelint": "17.5.0",
|
||||
"stylelint-config-property-sort-order-smacss": "10.0.0",
|
||||
"stylelint-config-recommended-vue": "1.6.1",
|
||||
"stylelint-config-standard-scss": "17.0.0",
|
||||
|
|
|
|||
|
|
@ -275,20 +275,20 @@ importers:
|
|||
specifier: 1.98.0
|
||||
version: 1.98.0
|
||||
stylelint:
|
||||
specifier: 17.4.0
|
||||
version: 17.4.0(typescript@5.9.3)
|
||||
specifier: 17.5.0
|
||||
version: 17.5.0(typescript@5.9.3)
|
||||
stylelint-config-property-sort-order-smacss:
|
||||
specifier: 10.0.0
|
||||
version: 10.0.0(stylelint@17.4.0(typescript@5.9.3))
|
||||
version: 10.0.0(stylelint@17.5.0(typescript@5.9.3))
|
||||
stylelint-config-recommended-vue:
|
||||
specifier: 1.6.1
|
||||
version: 1.6.1(postcss-html@1.8.0)(stylelint@17.4.0(typescript@5.9.3))
|
||||
version: 1.6.1(postcss-html@1.8.0)(stylelint@17.5.0(typescript@5.9.3))
|
||||
stylelint-config-standard-scss:
|
||||
specifier: 17.0.0
|
||||
version: 17.0.0(postcss@8.5.8)(stylelint@17.4.0(typescript@5.9.3))
|
||||
version: 17.0.0(postcss@8.5.8)(stylelint@17.5.0(typescript@5.9.3))
|
||||
stylelint-use-logical:
|
||||
specifier: 2.1.3
|
||||
version: 2.1.3(stylelint@17.4.0(typescript@5.9.3))
|
||||
version: 2.1.3(stylelint@17.5.0(typescript@5.9.3))
|
||||
tailwindcss:
|
||||
specifier: 4.2.2
|
||||
version: 4.2.2
|
||||
|
|
@ -964,12 +964,17 @@ packages:
|
|||
peerDependencies:
|
||||
'@csstools/css-tokenizer': ^4.0.0
|
||||
|
||||
'@csstools/css-syntax-patches-for-csstree@1.0.26':
|
||||
resolution: {integrity: sha512-6boXK0KkzT5u5xOgF6TKB+CLq9SOpEGmkZw0g5n9/7yg85wab3UzSxB8TxhLJ31L4SGJ6BCFRw/iftTha1CJXA==}
|
||||
|
||||
'@csstools/css-syntax-patches-for-csstree@1.0.28':
|
||||
resolution: {integrity: sha512-1NRf1CUBjnr3K7hu8BLxjQrKCxEe8FP/xmPTenAxCRZWVLbmGotkFvG9mfNpjA6k7Bw1bw4BilZq9cu19RA5pg==}
|
||||
|
||||
'@csstools/css-syntax-patches-for-csstree@1.1.1':
|
||||
resolution: {integrity: sha512-BvqN0AMWNAnLk9G8jnUT77D+mUbY/H2b3uDTvg2isJkHaOufUE2R3AOwxWo7VBQKT1lOdwdvorddo2B/lk64+w==}
|
||||
peerDependencies:
|
||||
css-tree: ^3.2.1
|
||||
peerDependenciesMeta:
|
||||
css-tree:
|
||||
optional: true
|
||||
|
||||
'@csstools/css-tokenizer@3.0.4':
|
||||
resolution: {integrity: sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==}
|
||||
engines: {node: '>=18'}
|
||||
|
|
@ -3056,6 +3061,10 @@ packages:
|
|||
resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
ansi-regex@6.2.2:
|
||||
resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
ansi-styles@4.3.0:
|
||||
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
||||
engines: {node: '>=8'}
|
||||
|
|
@ -3426,6 +3435,15 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
|
||||
cosmiconfig@9.0.1:
|
||||
resolution: {integrity: sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
typescript: '>=4.9.5'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
crelt@1.0.6:
|
||||
resolution: {integrity: sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==}
|
||||
|
||||
|
|
@ -3477,6 +3495,10 @@ packages:
|
|||
resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==}
|
||||
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
|
||||
|
||||
css-tree@3.2.1:
|
||||
resolution: {integrity: sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==}
|
||||
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
|
||||
|
||||
css-what@6.1.0:
|
||||
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
|
||||
engines: {node: '>= 6'}
|
||||
|
|
@ -4066,6 +4088,10 @@ packages:
|
|||
resolution: {integrity: sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
get-east-asian-width@1.5.0:
|
||||
resolution: {integrity: sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
get-intrinsic@1.3.0:
|
||||
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
|
@ -4141,8 +4167,8 @@ packages:
|
|||
resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
globby@16.1.0:
|
||||
resolution: {integrity: sha512-+A4Hq7m7Ze592k9gZRy4gJ27DrXRNnC1vPjxTt1qQxEY8RxagBkBxivkCwg7FxSTG0iLLEMaUx13oOr0R2/qcQ==}
|
||||
globby@16.1.1:
|
||||
resolution: {integrity: sha512-dW7vl+yiAJSp6aCekaVnVJxurRv7DCOLyXqEG3RYMYUg7AuJ2jCqPkZTA8ooqC2vtnkaMcV5WfFBMuEnTu1OQg==}
|
||||
engines: {node: '>=20'}
|
||||
|
||||
globjoin@0.1.4:
|
||||
|
|
@ -4821,11 +4847,14 @@ packages:
|
|||
mdn-data@2.26.0:
|
||||
resolution: {integrity: sha512-ZqI0qjKWHMPcGUfLmlr80NPNVHIOjPMHtIOe1qXYFGS0YBZ1YKAzo9yk8W+gGrLCN0Xdv/RKxqdIsqPakEfmow==}
|
||||
|
||||
mdn-data@2.27.1:
|
||||
resolution: {integrity: sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==}
|
||||
|
||||
mdurl@2.0.0:
|
||||
resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==}
|
||||
|
||||
meow@14.0.0:
|
||||
resolution: {integrity: sha512-JhC3R1f6dbspVtmF3vKjAWz1EVIvwFrGGPLSdU6rK79xBwHWTuHoLnRX/t1/zHS1Ch1Y2UtIrih7DAHuH9JFJA==}
|
||||
meow@14.1.0:
|
||||
resolution: {integrity: sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw==}
|
||||
engines: {node: '>=20'}
|
||||
|
||||
meow@7.1.1:
|
||||
|
|
@ -5943,8 +5972,8 @@ packages:
|
|||
resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
string-width@8.1.1:
|
||||
resolution: {integrity: sha512-KpqHIdDL9KwYk22wEOg/VIqYbrnLeSApsKT/bSj6Ez7pn3CftUiLAv2Lccpq1ALcpLV9UX1Ppn92npZWu2w/aw==}
|
||||
string-width@8.2.0:
|
||||
resolution: {integrity: sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==}
|
||||
engines: {node: '>=20'}
|
||||
|
||||
string.prototype.matchall@4.0.11:
|
||||
|
|
@ -5980,6 +6009,10 @@ packages:
|
|||
resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
strip-ansi@7.2.0:
|
||||
resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
strip-bom-string@1.0.0:
|
||||
resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
|
@ -6084,8 +6117,8 @@ packages:
|
|||
peerDependencies:
|
||||
stylelint: '>= 11 < 18'
|
||||
|
||||
stylelint@17.4.0:
|
||||
resolution: {integrity: sha512-3kQ2/cHv3Zt8OBg+h2B8XCx9evEABQIrv4hh3uXahGz/ZEHrTR80zxBiK2NfXNaSoyBzxO1pjsz1Vhdzwn5XSw==}
|
||||
stylelint@17.5.0:
|
||||
resolution: {integrity: sha512-o/NS6zhsPZFmgUm5tXX4pVNg1XDOZSlucLdf2qow/lVn4JIyzZIQ5b3kad1ugqUj3GSIgr2u5lQw7X8rjqw33g==}
|
||||
engines: {node: '>=20.19.0'}
|
||||
hasBin: true
|
||||
|
||||
|
|
@ -7703,10 +7736,12 @@ snapshots:
|
|||
dependencies:
|
||||
'@csstools/css-tokenizer': 4.0.0
|
||||
|
||||
'@csstools/css-syntax-patches-for-csstree@1.0.26': {}
|
||||
|
||||
'@csstools/css-syntax-patches-for-csstree@1.0.28': {}
|
||||
|
||||
'@csstools/css-syntax-patches-for-csstree@1.1.1(css-tree@3.2.1)':
|
||||
optionalDependencies:
|
||||
css-tree: 3.2.1
|
||||
|
||||
'@csstools/css-tokenizer@3.0.4': {}
|
||||
|
||||
'@csstools/css-tokenizer@4.0.0': {}
|
||||
|
|
@ -9766,6 +9801,8 @@ snapshots:
|
|||
|
||||
ansi-regex@6.0.1: {}
|
||||
|
||||
ansi-regex@6.2.2: {}
|
||||
|
||||
ansi-styles@4.3.0:
|
||||
dependencies:
|
||||
color-convert: 2.0.1
|
||||
|
|
@ -10146,6 +10183,15 @@ snapshots:
|
|||
optionalDependencies:
|
||||
typescript: 5.9.3
|
||||
|
||||
cosmiconfig@9.0.1(typescript@5.9.3):
|
||||
dependencies:
|
||||
env-paths: 2.2.1
|
||||
import-fresh: 3.3.0
|
||||
js-yaml: 4.1.1
|
||||
parse-json: 5.2.0
|
||||
optionalDependencies:
|
||||
typescript: 5.9.3
|
||||
|
||||
crelt@1.0.6: {}
|
||||
|
||||
cross-spawn@7.0.6:
|
||||
|
|
@ -10199,6 +10245,11 @@ snapshots:
|
|||
mdn-data: 2.12.2
|
||||
source-map-js: 1.2.1
|
||||
|
||||
css-tree@3.2.1:
|
||||
dependencies:
|
||||
mdn-data: 2.27.1
|
||||
source-map-js: 1.2.1
|
||||
|
||||
css-what@6.1.0: {}
|
||||
|
||||
cssdb@8.8.0: {}
|
||||
|
|
@ -10212,7 +10263,7 @@ snapshots:
|
|||
cssstyle@5.3.7:
|
||||
dependencies:
|
||||
'@asamuzakjp/css-color': 4.1.1
|
||||
'@csstools/css-syntax-patches-for-csstree': 1.0.26
|
||||
'@csstools/css-syntax-patches-for-csstree': 1.0.28
|
||||
css-tree: 3.1.0
|
||||
lru-cache: 11.2.4
|
||||
|
||||
|
|
@ -10857,6 +10908,8 @@ snapshots:
|
|||
|
||||
get-east-asian-width@1.4.0: {}
|
||||
|
||||
get-east-asian-width@1.5.0: {}
|
||||
|
||||
get-intrinsic@1.3.0:
|
||||
dependencies:
|
||||
call-bind-apply-helpers: 1.0.2
|
||||
|
|
@ -10960,7 +11013,7 @@ snapshots:
|
|||
slash: 5.1.0
|
||||
unicorn-magic: 0.3.0
|
||||
|
||||
globby@16.1.0:
|
||||
globby@16.1.1:
|
||||
dependencies:
|
||||
'@sindresorhus/merge-streams': 4.0.0
|
||||
fast-glob: 3.3.3
|
||||
|
|
@ -11640,9 +11693,11 @@ snapshots:
|
|||
|
||||
mdn-data@2.26.0: {}
|
||||
|
||||
mdn-data@2.27.1: {}
|
||||
|
||||
mdurl@2.0.0: {}
|
||||
|
||||
meow@14.0.0: {}
|
||||
meow@14.1.0: {}
|
||||
|
||||
meow@7.1.1:
|
||||
dependencies:
|
||||
|
|
@ -12887,10 +12942,10 @@ snapshots:
|
|||
get-east-asian-width: 1.4.0
|
||||
strip-ansi: 7.1.0
|
||||
|
||||
string-width@8.1.1:
|
||||
string-width@8.2.0:
|
||||
dependencies:
|
||||
get-east-asian-width: 1.4.0
|
||||
strip-ansi: 7.1.0
|
||||
get-east-asian-width: 1.5.0
|
||||
strip-ansi: 7.2.0
|
||||
|
||||
string.prototype.matchall@4.0.11:
|
||||
dependencies:
|
||||
|
|
@ -12949,6 +13004,10 @@ snapshots:
|
|||
dependencies:
|
||||
ansi-regex: 6.0.1
|
||||
|
||||
strip-ansi@7.2.0:
|
||||
dependencies:
|
||||
ansi-regex: 6.2.2
|
||||
|
||||
strip-bom-string@1.0.0: {}
|
||||
|
||||
strip-comments@2.0.1: {}
|
||||
|
|
@ -12969,62 +13028,62 @@ snapshots:
|
|||
|
||||
style-mod@4.1.2: {}
|
||||
|
||||
stylelint-config-html@1.1.0(postcss-html@1.8.0)(stylelint@17.4.0(typescript@5.9.3)):
|
||||
stylelint-config-html@1.1.0(postcss-html@1.8.0)(stylelint@17.5.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
postcss-html: 1.8.0
|
||||
stylelint: 17.4.0(typescript@5.9.3)
|
||||
stylelint: 17.5.0(typescript@5.9.3)
|
||||
|
||||
stylelint-config-property-sort-order-smacss@10.0.0(stylelint@17.4.0(typescript@5.9.3)):
|
||||
stylelint-config-property-sort-order-smacss@10.0.0(stylelint@17.5.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
css-property-sort-order-smacss: 2.2.0
|
||||
stylelint: 17.4.0(typescript@5.9.3)
|
||||
stylelint-order: 6.0.4(stylelint@17.4.0(typescript@5.9.3))
|
||||
stylelint: 17.5.0(typescript@5.9.3)
|
||||
stylelint-order: 6.0.4(stylelint@17.5.0(typescript@5.9.3))
|
||||
|
||||
stylelint-config-recommended-scss@17.0.0(postcss@8.5.8)(stylelint@17.4.0(typescript@5.9.3)):
|
||||
stylelint-config-recommended-scss@17.0.0(postcss@8.5.8)(stylelint@17.5.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
postcss-scss: 4.0.9(postcss@8.5.8)
|
||||
stylelint: 17.4.0(typescript@5.9.3)
|
||||
stylelint-config-recommended: 18.0.0(stylelint@17.4.0(typescript@5.9.3))
|
||||
stylelint-scss: 7.0.0(stylelint@17.4.0(typescript@5.9.3))
|
||||
stylelint: 17.5.0(typescript@5.9.3)
|
||||
stylelint-config-recommended: 18.0.0(stylelint@17.5.0(typescript@5.9.3))
|
||||
stylelint-scss: 7.0.0(stylelint@17.5.0(typescript@5.9.3))
|
||||
optionalDependencies:
|
||||
postcss: 8.5.8
|
||||
|
||||
stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.0)(stylelint@17.4.0(typescript@5.9.3)):
|
||||
stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.0)(stylelint@17.5.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
postcss-html: 1.8.0
|
||||
semver: 7.7.1
|
||||
stylelint: 17.4.0(typescript@5.9.3)
|
||||
stylelint-config-html: 1.1.0(postcss-html@1.8.0)(stylelint@17.4.0(typescript@5.9.3))
|
||||
stylelint-config-recommended: 17.0.0(stylelint@17.4.0(typescript@5.9.3))
|
||||
stylelint: 17.5.0(typescript@5.9.3)
|
||||
stylelint-config-html: 1.1.0(postcss-html@1.8.0)(stylelint@17.5.0(typescript@5.9.3))
|
||||
stylelint-config-recommended: 17.0.0(stylelint@17.5.0(typescript@5.9.3))
|
||||
|
||||
stylelint-config-recommended@17.0.0(stylelint@17.4.0(typescript@5.9.3)):
|
||||
stylelint-config-recommended@17.0.0(stylelint@17.5.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
stylelint: 17.4.0(typescript@5.9.3)
|
||||
stylelint: 17.5.0(typescript@5.9.3)
|
||||
|
||||
stylelint-config-recommended@18.0.0(stylelint@17.4.0(typescript@5.9.3)):
|
||||
stylelint-config-recommended@18.0.0(stylelint@17.5.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
stylelint: 17.4.0(typescript@5.9.3)
|
||||
stylelint: 17.5.0(typescript@5.9.3)
|
||||
|
||||
stylelint-config-standard-scss@17.0.0(postcss@8.5.8)(stylelint@17.4.0(typescript@5.9.3)):
|
||||
stylelint-config-standard-scss@17.0.0(postcss@8.5.8)(stylelint@17.5.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
stylelint: 17.4.0(typescript@5.9.3)
|
||||
stylelint-config-recommended-scss: 17.0.0(postcss@8.5.8)(stylelint@17.4.0(typescript@5.9.3))
|
||||
stylelint-config-standard: 40.0.0(stylelint@17.4.0(typescript@5.9.3))
|
||||
stylelint: 17.5.0(typescript@5.9.3)
|
||||
stylelint-config-recommended-scss: 17.0.0(postcss@8.5.8)(stylelint@17.5.0(typescript@5.9.3))
|
||||
stylelint-config-standard: 40.0.0(stylelint@17.5.0(typescript@5.9.3))
|
||||
optionalDependencies:
|
||||
postcss: 8.5.8
|
||||
|
||||
stylelint-config-standard@40.0.0(stylelint@17.4.0(typescript@5.9.3)):
|
||||
stylelint-config-standard@40.0.0(stylelint@17.5.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
stylelint: 17.4.0(typescript@5.9.3)
|
||||
stylelint-config-recommended: 18.0.0(stylelint@17.4.0(typescript@5.9.3))
|
||||
stylelint: 17.5.0(typescript@5.9.3)
|
||||
stylelint-config-recommended: 18.0.0(stylelint@17.5.0(typescript@5.9.3))
|
||||
|
||||
stylelint-order@6.0.4(stylelint@17.4.0(typescript@5.9.3)):
|
||||
stylelint-order@6.0.4(stylelint@17.5.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
postcss: 8.5.8
|
||||
postcss-sorting: 8.0.2(postcss@8.5.8)
|
||||
stylelint: 17.4.0(typescript@5.9.3)
|
||||
stylelint: 17.5.0(typescript@5.9.3)
|
||||
|
||||
stylelint-scss@7.0.0(stylelint@17.4.0(typescript@5.9.3)):
|
||||
stylelint-scss@7.0.0(stylelint@17.5.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
css-tree: 3.1.0
|
||||
is-plain-object: 5.0.0
|
||||
|
|
@ -13034,31 +13093,31 @@ snapshots:
|
|||
postcss-resolve-nested-selector: 0.1.6
|
||||
postcss-selector-parser: 7.1.1
|
||||
postcss-value-parser: 4.2.0
|
||||
stylelint: 17.4.0(typescript@5.9.3)
|
||||
stylelint: 17.5.0(typescript@5.9.3)
|
||||
|
||||
stylelint-use-logical@2.1.3(stylelint@17.4.0(typescript@5.9.3)):
|
||||
stylelint-use-logical@2.1.3(stylelint@17.5.0(typescript@5.9.3)):
|
||||
dependencies:
|
||||
stylelint: 17.4.0(typescript@5.9.3)
|
||||
stylelint: 17.5.0(typescript@5.9.3)
|
||||
|
||||
stylelint@17.4.0(typescript@5.9.3):
|
||||
stylelint@17.5.0(typescript@5.9.3):
|
||||
dependencies:
|
||||
'@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
|
||||
'@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
|
||||
'@csstools/css-syntax-patches-for-csstree': 1.0.28
|
||||
'@csstools/css-syntax-patches-for-csstree': 1.1.1(css-tree@3.2.1)
|
||||
'@csstools/css-tokenizer': 4.0.0
|
||||
'@csstools/media-query-list-parser': 5.0.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
|
||||
'@csstools/selector-resolve-nested': 4.0.0(postcss-selector-parser@7.1.1)
|
||||
'@csstools/selector-specificity': 6.0.0(postcss-selector-parser@7.1.1)
|
||||
colord: 2.9.3
|
||||
cosmiconfig: 9.0.0(typescript@5.9.3)
|
||||
cosmiconfig: 9.0.1(typescript@5.9.3)
|
||||
css-functions-list: 3.3.3
|
||||
css-tree: 3.1.0
|
||||
css-tree: 3.2.1
|
||||
debug: 4.4.3
|
||||
fast-glob: 3.3.3
|
||||
fastest-levenshtein: 1.0.16
|
||||
file-entry-cache: 11.1.2
|
||||
global-modules: 2.0.0
|
||||
globby: 16.1.0
|
||||
globby: 16.1.1
|
||||
globjoin: 0.1.4
|
||||
html-tags: 5.1.0
|
||||
ignore: 7.0.5
|
||||
|
|
@ -13066,7 +13125,7 @@ snapshots:
|
|||
imurmurhash: 0.1.4
|
||||
is-plain-object: 5.0.0
|
||||
mathml-tag-names: 4.0.0
|
||||
meow: 14.0.0
|
||||
meow: 14.1.0
|
||||
micromatch: 4.0.8
|
||||
normalize-path: 3.0.0
|
||||
picocolors: 1.1.1
|
||||
|
|
@ -13074,7 +13133,7 @@ snapshots:
|
|||
postcss-safe-parser: 7.0.1(postcss@8.5.8)
|
||||
postcss-selector-parser: 7.1.1
|
||||
postcss-value-parser: 4.2.0
|
||||
string-width: 8.1.1
|
||||
string-width: 8.2.0
|
||||
supports-hyperlinks: 4.4.0
|
||||
svg-tags: 1.0.0
|
||||
table: 6.9.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue