diff --git a/package.json b/package.json index 0ae819f..aadf113 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "sass-loader": "7.3.1", "stylelint": "^13.9.0", "stylelint-config-prettier": "^8.0.2", - "stylelint-config-standard": "^20.0.0", + "stylelint-config-standard": "^21.0.0", "ts-jest": "^26.4.4", "vue-jest": "^3.0.4" } diff --git a/yarn.lock b/yarn.lock index 97423c4..e788852 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11393,17 +11393,17 @@ stylelint-config-prettier@^8.0.2: resolved "https://registry.npm.taobao.org/stylelint-config-prettier/download/stylelint-config-prettier-8.0.2.tgz?cache=0&sync_timestamp=1592608785034&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstylelint-config-prettier%2Fdownload%2Fstylelint-config-prettier-8.0.2.tgz#da9de33da4c56893cbe7e26df239a7374045e14e" integrity sha1-2p3jPaTFaJPL5+Jt8jmnN0BF4U4= -stylelint-config-recommended@^3.0.0: - version "3.0.0" - resolved "https://registry.npm.taobao.org/stylelint-config-recommended/download/stylelint-config-recommended-3.0.0.tgz?cache=0&sync_timestamp=1615046337432&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstylelint-config-recommended%2Fdownload%2Fstylelint-config-recommended-3.0.0.tgz#e0e547434016c5539fe2650afd58049a2fd1d657" - integrity sha1-4OVHQ0AWxVOf4mUK/VgEmi/R1lc= +stylelint-config-recommended@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-4.0.0.tgz#665a0034065e6704d5032ba51bf4efa37d328ef9" + integrity sha512-sgna89Ng+25Hr9kmmaIxpGWt2LStVm1xf1807PdcWasiPDaOTkOHRL61sINw0twky7QMzafCGToGDnHT/kTHtQ== -stylelint-config-standard@^20.0.0: - version "20.0.0" - resolved "https://registry.npm.taobao.org/stylelint-config-standard/download/stylelint-config-standard-20.0.0.tgz?cache=0&sync_timestamp=1615047038439&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstylelint-config-standard%2Fdownload%2Fstylelint-config-standard-20.0.0.tgz#06135090c9e064befee3d594289f50e295b5e20d" - integrity sha1-BhNQkMngZL7+49WUKJ9Q4pW14g0= +stylelint-config-standard@^21.0.0: + version "21.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-21.0.0.tgz#4942cfa27301eb6702fa8fc46a44da35d1a5cfd7" + integrity sha512-Yf6mx5oYEbQQJxWuW7X3t1gcxqbUx52qC9SMS3saC2ruOVYEyqmr5zSW6k3wXflDjjFrPhar3kp68ugRopmlzg== dependencies: - stylelint-config-recommended "^3.0.0" + stylelint-config-recommended "^4.0.0" stylelint-webpack-plugin@^2.0.0: version "2.1.1"