From 2b271392210ee8b71d8c12df332253f177736cbd Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 00:20:23 +0000 Subject: [PATCH] Update stylelint-config-standard to version 38.0.0 --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 81e86dc..3552264 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "shelljs": "^0.8.5", "stylelint": "^14.11.0", "stylelint-config-recommended-scss": "^7.0.0", - "stylelint-config-standard": "^28.0.0", + "stylelint-config-standard": "^38.0.0", "stylelint-declaration-strict-value": "^1.9.1", "stylelint-scss": "^4.3.0", "typescript": "^4.9.3", diff --git a/yarn.lock b/yarn.lock index e824a3a..cad1dde 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8864,22 +8864,22 @@ stylelint-config-recommended-scss@^7.0.0: stylelint-config-recommended "^8.0.0" stylelint-scss "^4.0.0" +stylelint-config-recommended@^16.0.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-16.0.0.tgz#0221f19902816fe7d53d9a01eb0be4cc7b4fe80a" + integrity sha512-4RSmPjQegF34wNcK1e1O3Uz91HN8P1aFdFzio90wNK9mjgAI19u5vsU868cVZboKzCaa5XbpvtTzAAGQAxpcXA== + stylelint-config-recommended@^8.0.0: version "8.0.0" resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-8.0.0.tgz#7736be9984246177f017c39ec7b1cd0f19ae9117" integrity sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ== -stylelint-config-recommended@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-9.0.0.tgz#1c9e07536a8cd875405f8ecef7314916d94e7e40" - integrity sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ== - -stylelint-config-standard@^28.0.0: - version "28.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-28.0.0.tgz#7e1926c232631a8445eafee7b186d276d42d7b15" - integrity sha512-q/StuowDdDmFCravzGHAwgS9pjX0bdOQUEBBDIkIWsQuYGgYz/xsO8CM6eepmIQ1fc5bKdDVimlJZ6MoOUcJ5Q== +stylelint-config-standard@^38.0.0: + version "38.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-38.0.0.tgz#9d673ec1f35d7569476ee4b0582e7dd5faebf036" + integrity sha512-uj3JIX+dpFseqd/DJx8Gy3PcRAJhlEZ2IrlFOc4LUxBX/PNMEQ198x7LCOE2Q5oT9Vw8nyc4CIL78xSqPr6iag== dependencies: - stylelint-config-recommended "^9.0.0" + stylelint-config-recommended "^16.0.0" stylelint-declaration-strict-value@^1.9.1: version "1.9.1"