diff --git a/.stylelintrc.json b/.stylelintrc.json index 265bb31383e2..b6a8964734aa 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -15,6 +15,7 @@ "font-family-no-missing-generic-family-keyword": null, "function-no-unknown": null, "max-nesting-depth": null, + "media-query-no-invalid": null, "no-descending-specificity": null, "no-invalid-position-at-import-rule": null, "no-irregular-whitespace": null, diff --git a/package.json b/package.json index eeb8a688ebd5..7c535b49b8b8 100644 --- a/package.json +++ b/package.json @@ -239,7 +239,7 @@ "stylelint": "^15.10.1", "stylelint-a11y": "^1.2.3", "stylelint-config-prettier": "^9.0.5", - "stylelint-config-recommended": "^12.0.0", + "stylelint-config-recommended": "^13.0.0", "stylelint-config-sass-guidelines": "^10.0.0", "stylelint-order": "^6.0.3", "stylelint-prettier": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 53c38b9e1433..daa6e7f5f797 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13353,10 +13353,10 @@ stylelint-config-prettier@^9.0.5: resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.5.tgz#9f78bbf31c7307ca2df2dd60f42c7014ee9da56e" integrity sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA== -stylelint-config-recommended@^12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-12.0.0.tgz#d0993232fca017065fd5acfcb52dd8a188784ef4" - integrity sha512-x6x8QNARrGO2sG6iURkzqL+Dp+4bJorPMMRNPScdvaUK8PsynriOcMW7AFDKqkWAS5wbue/u8fUT/4ynzcmqdQ== +stylelint-config-recommended@^13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz#c48a358cc46b629ea01f22db60b351f703e00597" + integrity sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ== stylelint-config-sass-guidelines@^10.0.0: version "10.0.0"