diff --git a/package.json b/package.json index 8ca05c5f..f3a811c1 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-test-renderer": "^17.0.2", "source-map-explorer": "^2.5.3", "stylelint": "^14.11.0", - "stylelint-config-standard": "^27.0.0", + "stylelint-config-standard": "^28.0.0", "typescript": "^4.8.4", "vite": "^3.1.4", "vite-plugin-svgr": "^2.2.1", diff --git a/yarn.lock b/yarn.lock index 7f57f9d4..1c55bbd7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4406,10 +4406,10 @@ stylelint-config-recommended@^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@^27.0.0: - version "27.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-27.0.0.tgz#d1c69082fc973dab7da1a6c89979e54a0758f389" - integrity sha512-J+wxyODWQCW2kgdhVzj51a4cFcJkglkMQrjPU/1Jo8w2oKSKK5ZRqHvDDWxEmjYWIYbMhhIMS5dOgVpGUMIACw== +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== dependencies: stylelint-config-recommended "^9.0.0"