diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index cae559e..c4ecd42 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -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" }, diff --git a/packages/stylelint-config/yarn.lock b/packages/stylelint-config/yarn.lock index ecdc36a..829a0eb 100644 --- a/packages/stylelint-config/yarn.lock +++ b/packages/stylelint-config/yarn.lock @@ -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"