commit 8d80fc1: [Test] Unlock stylelint version

moisseev moiseev at mezonplus.ru
Wed Aug 5 10:21:07 UTC 2020


Author: moisseev
Date: 2020-08-04 10:30:53 +0300
URL: https://github.com/rspamd/rspamd/commit/8d80fc1041e28df831ba8208bc9884a7910c7f0e (refs/pull/3458/head)

[Test] Unlock stylelint version
TypeError fixed in stylelint/stylelint#4793

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index cda030fb0..076e7445f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
     "devDependencies": {
         "eslint": "*",
-        "stylelint": "~13.3.3",
+        "stylelint": ">=13.6.0",
         "stylelint-config-standard": "*"
     },
     "eslintIgnore": [


More information about the Commits mailing list