diff --git a/.stylelintrc.json b/.stylelintrc.json index 352fbe6d7..48f8b834d 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -22,6 +22,7 @@ "indentation": null, "keyframes-name-pattern": null, "max-line-length": null, + "media-feature-range-notation": "prefix", "no-descending-specificity": null, "no-duplicate-selectors": null, "scss/at-extend-no-missing-placeholder": null, diff --git a/node_modules b/node_modules index 070077a25..69b48ca7a 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 070077a25df1550baee2b7cd16c206fb4db2f0b2 +Subproject commit 69b48ca7a5ab9d44fa9c2ea356a62bba487bd229 diff --git a/package.json b/package.json index 3890623f1..3cba1d85e 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "jed": "1.1.1", "sass": "1.68.0", "sizzle": "2.3.10", - "stylelint": "14.16.1", - "stylelint-config-standard-scss": "5.0.0", + "stylelint": "15.10.3", + "stylelint-config-standard-scss": "11.0.0", "stylelint-formatter-pretty": "3.2.1" }, "dependencies": {