From f49616a6a8d04b2c380e4cf3f1bf1e60f908e659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 5 Dec 2017 11:42:04 +0000 Subject: [PATCH] chore(dependencies): Bump stylelint-config-standard from 16.0.0 to 18.0.0 Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 16.0.0 to 18.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/16.0.0...18.0.0) --- package.json | 2 +- yarn.lock | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) 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"