Skip to content

Commit

Permalink
chore(deps): update dependency stylelint-scss to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 4, 2022
1 parent a85c7d9 commit 3b167ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"stylelint-config-prettier": "9.0.3",
"stylelint-config-recommended-scss": "5.0.2",
"stylelint-config-standard": "25.0.0",
"stylelint-scss": "4.1.0",
"stylelint-scss": "4.2.0",
"terser-webpack-plugin": "5.3.1",
"tslib": "2.4.0",
"webpack": "5.70.0",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8127,7 +8127,18 @@ stylelint-config-standard@25.0.0:
dependencies:
stylelint-config-recommended "^7.0.0"

stylelint-scss@4.1.0, stylelint-scss@^4.0.0:
stylelint-scss@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-4.2.0.tgz#e25fd390ee38a7e89fcfaec2a8f9dce2ec6ddee8"
integrity sha512-HHHMVKJJ5RM9pPIbgJ/XA67h9H0407G68Rm69H4fzFbFkyDMcTV1Byep3qdze5+fJ3c0U7mJrbj6S0Fg072uZA==
dependencies:
lodash "^4.17.21"
postcss-media-query-parser "^0.2.3"
postcss-resolve-nested-selector "^0.1.1"
postcss-selector-parser "^6.0.6"
postcss-value-parser "^4.1.0"

stylelint-scss@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-4.1.0.tgz#39b808696f8152081163d970449257ff80b5c041"
integrity sha512-BNYTo7MMamhFOlcaAWp2dMpjg6hPyM/FFqfDIYzmYVLMmQJqc8lWRIiTqP4UX5bresj9Vo0dKC6odSh43VP2NA==
Expand Down

0 comments on commit 3b167ad

Please sign in to comment.