From d24256fcf92997d73c32c38940830deb319472b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 5 Dec 2017 11:44:08 +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-lock.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bba0661..aa84bc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12209,12 +12209,21 @@ } } }, - "stylelint-config-standard": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-16.0.0.tgz", - "integrity": "sha1-u3OHv/HX3XGGpSs+v4hbJAXWkb8=", + "stylelint-config-recommended": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-2.0.0.tgz", + "integrity": "sha512-JgycdAgMlSzCDBCh3lydsyvEKy+utg6H8BI28lS4Q3W5HfKVN8HMLou1xnnaLtgk1H8uQ8FT34x+mpJSM41n7g==", "dev": true }, + "stylelint-config-standard": { + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-18.0.0.tgz", + "integrity": "sha1-DYcrQPr9zdz0GI+1tk3bOIforvw=", + "dev": true, + "requires": { + "stylelint-config-recommended": "2.0.0" + } + }, "stylelint-webpack-plugin": { "version": "0.8.0", "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.8.0.tgz",