diff --git a/.stylelintrc.json b/.stylelintrc.json index 23c996216a..b556e478da 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -108,6 +108,7 @@ "no-invalid-position-at-import-rule": null, "color-function-notation": null, "max-line-length": null, + "function-no-unknown": null, "value-no-vendor-prefix": true } } diff --git a/package.json b/package.json index ee07e768d0..247420598c 100644 --- a/package.json +++ b/package.json @@ -83,8 +83,8 @@ "react-dom": "^17.0.1", "react-test-renderer": "^17.0.2", "stylelint": "^14.3.0", - "stylelint-config-recommended": "^6.0.0", - "stylelint-config-standard": "^24.0.0", + "stylelint-config-recommended": "^7.0.0", + "stylelint-config-standard": "^25.0.0", "stylelint-config-standard-scss": "^3.0.0", "stylelint-order": "^5.0.0", "stylelint-scss": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index fc09086afe..b9a79518a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12686,6 +12686,11 @@ stylelint-config-recommended@^6.0.0: resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-6.0.0.tgz#fd2523a322836005ad9bf473d3e5534719c09f9d" integrity sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw== +stylelint-config-recommended@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-7.0.0.tgz#7497372ae83ab7a6fffc18d7d7b424c6480ae15e" + integrity sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q== + stylelint-config-standard-scss@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/stylelint-config-standard-scss/-/stylelint-config-standard-scss-3.0.0.tgz#dafc4fa5538d0ed833bf0a7d391e075683ffd96c" @@ -12701,6 +12706,13 @@ stylelint-config-standard@^24.0.0: dependencies: stylelint-config-recommended "^6.0.0" +stylelint-config-standard@^25.0.0: + version "25.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-25.0.0.tgz#2c916984e6655d40d6e8748b19baa8603b680bff" + integrity sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA== + dependencies: + stylelint-config-recommended "^7.0.0" + stylelint-order@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-5.0.0.tgz#abd20f6b85ac640774cbe40e70d3fe9c6fdf4400"