File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 75
75
"stylelint-config-recommended" : " 14.0.1" ,
76
76
"stylelint-config-standard-scss" : " 13.1.0" ,
77
77
"stylelint-no-unsupported-browser-features" : " 8.0.2" ,
78
- "stylelint-scss" : " 6.9 .0" ,
78
+ "stylelint-scss" : " 6.10 .0" ,
79
79
"svg-symbol-sprite" : " 1.5.2" ,
80
80
"webpack" : " 5.96.1" ,
81
81
"webpack-cli" : " 5.1.4" ,
Original file line number Diff line number Diff line change @@ -6869,6 +6869,14 @@ postcss-selector-parser@^6.1.2:
6869
6869
cssesc "^3.0.0"
6870
6870
util-deprecate "^1.0.2"
6871
6871
6872
+ postcss-selector-parser@^7.0.0 :
6873
+ version "7.0.0"
6874
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz#41bd8b56f177c093ca49435f65731befe25d6b9c"
6875
+ integrity sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==
6876
+ dependencies :
6877
+ cssesc "^3.0.0"
6878
+ util-deprecate "^1.0.2"
6879
+
6872
6880
postcss-svgo@^7.0.1 :
6873
6881
version "7.0.1"
6874
6882
resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-7.0.1.tgz#2b63571d8e9568384df334bac9917baff4d23f58"
@@ -8229,18 +8237,18 @@ stylelint-no-unsupported-browser-features@8.0.2:
8229
8237
doiuse "^6.0.5"
8230
8238
postcss "^8.4.32"
8231
8239
8232
- stylelint-scss@6.9 .0 :
8233
- version "6.9 .0"
8234
- resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.9 .0.tgz#a5ab9b2a8ed7e0a9c113558fdbd1b66ad673b259 "
8235
- integrity sha512-oWOR+g6ccagfrENecImGmorWWjVyWpt2R8bmkhOW8FkNNPGStZPQMqb8QWMW4Lwu9TyPqmyjHkkAsy3weqsnNw ==
8240
+ stylelint-scss@6.10 .0 :
8241
+ version "6.10 .0"
8242
+ resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.10 .0.tgz#ba5b807793e145421e9879dd15ae672af6820a45 "
8243
+ integrity sha512-y03if6Qw9xBMoVaf7tzp5BbnYhYvudIKzURkhSHzcHG0bW0fAYvQpTUVJOe7DyhHaxeThBil4ObEMvGbV7+M+w ==
8236
8244
dependencies :
8237
8245
css-tree "^3.0.1"
8238
8246
is-plain-object "^5.0.0"
8239
8247
known-css-properties "^0.35.0"
8240
8248
mdn-data "^2.12.2"
8241
8249
postcss-media-query-parser "^0.2.3"
8242
8250
postcss-resolve-nested-selector "^0.1.6"
8243
- postcss-selector-parser "^6.1.2 "
8251
+ postcss-selector-parser "^7.0.0 "
8244
8252
postcss-value-parser "^4.2.0"
8245
8253
8246
8254
stylelint-scss@^6.4.0 :
You can’t perform that action at this time.
0 commit comments