From 080dbfdebfac5f2fc7a58ea7a0326799694a3b6e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 00:31:36 +0000 Subject: [PATCH] fix: pin stylelint-scss to 3.15.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 444fcc4a..55a4402d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "stylelint": "^10.1.0", "stylelint-config-recommended": "^v2.2.0", "stylelint-config-recommended-scss": "^3.3.0", - "stylelint-scss": "^3.10.1", + "stylelint-scss": "3.15.0", "tslint": "5.20.0", "tsutils": "^3.17.1", "typedoc": "^0.15.0",