Skip to content

Commit

Permalink
fix(deps): update dependency stylelint-config-standard to v32 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 6, 2023
1 parent 25ad9ee commit 00f796d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"stylelint": "15.6.1",
"stylelint-config-recommended-scss": "11.0.0",
"stylelint-config-standard": "31.0.0",
"stylelint-config-standard": "32.0.0",
"stylelint-order": "6.0.3",
"stylelint-scss": "5.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/stylelint-config/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1018,10 +1018,10 @@ stylelint-config-recommended@^12.0.0:
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-12.0.0.tgz#d0993232fca017065fd5acfcb52dd8a188784ef4"
integrity sha512-x6x8QNARrGO2sG6iURkzqL+Dp+4bJorPMMRNPScdvaUK8PsynriOcMW7AFDKqkWAS5wbue/u8fUT/4ynzcmqdQ==

stylelint-config-standard@31.0.0:
version "31.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-31.0.0.tgz#90d94e1b43df798412e129b4b1cb4c4e56ffe64f"
integrity sha512-CUGAmtROCvX0YgMY2+6P9tqSkHj5z/75XxrQ8bGxvkCa1xYdGDx4poM0pa7cXc3s74/PZLJH/okxZZouRfOSGw==
stylelint-config-standard@32.0.0:
version "32.0.0"
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-32.0.0.tgz#97179035e967f22a7b7e27f14a74f5d5fc0f0bd6"
integrity sha512-UnGJxYDyYFrIE9CjDMZRkrNh2o4lOtO+MVZ9qG5b8yARfsWho0GMx4YvhHfsv8zKKgHeWX2wfeyxmuoqcaYZ4w==
dependencies:
stylelint-config-recommended "^11.0.0"

Expand Down

0 comments on commit 00f796d

Please sign in to comment.