From 42dce1eb657e5e32c38be7330ba84d197bd71235 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Mon, 13 Jan 2020 17:18:30 +0100 Subject: [PATCH] update stylelint --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4139b70..874ef15 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "eslint": "^6", "@wordpress/eslint-plugin": "^3", - "stylelint": "^12", - "stylelint-config-wordpress": "^15" + "stylelint": "^13", + "stylelint-config-wordpress": "^16" } }