diff --git a/package.json b/package.json index 60b0b7f..c257f72 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "laravel-mix": "~1.4", "rimraf": "~2.6", "stylelint": "~7.12", - "stylelint-config-standard": "~16.0", + "stylelint-config-standard": "~18.0", "stylelint-webpack-plugin": "^0.8.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 3286f8f..288c6d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6697,9 +6697,15 @@ stylehacks@^2.3.2: text-table "^0.2.0" write-file-stdout "0.0.2" -stylelint-config-standard@~16.0: - version "16.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-16.0.0.tgz#bb7387bff1d7dd7186a52b3ebf885b2405d691bf" +stylelint-config-recommended@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.0.0.tgz#560a028e81ea3ca8894b9a8eef4c0e05ac60e090" + +stylelint-config-standard@~18.0: + version "18.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-18.0.0.tgz#0d872b40fafdcddcf4188fb5b64ddb3887e8aefc" + dependencies: + stylelint-config-recommended "^2.0.0" stylelint-webpack-plugin@^0.8.0: version "0.8.0"