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 d5909ae84..c5faf818f 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit d5909ae8410b516839d4ce9a2a288eeee6965f46 +Subproject commit c5faf818fc18b343d23537e3d7b1e4986cf33abe diff --git a/package.json b/package.json index b393e1acc..cfb91a64f 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,9 @@ "jed": "1.1.1", "sass": "1.59.3", "sizzle": "2.3.3", - "stylelint": "14.9.1", - "stylelint-config-standard-scss": "5.0.0", - "stylelint-formatter-pretty": "3.1.1" + "stylelint": "15.10.3", + "stylelint-config-standard-scss": "11.0.0", + "stylelint-formatter-pretty": "3.2.1" }, "dependencies": { "@patternfly/patternfly": "5.0.4",