diff --git a/packages/vant-stylelint-config/package.json b/packages/vant-stylelint-config/package.json index ce56af576..810fbce35 100644 --- a/packages/vant-stylelint-config/package.json +++ b/packages/vant-stylelint-config/package.json @@ -11,7 +11,7 @@ "repository": "https://github.com/youzan/vant/tree/dev/packages/vant-stylelint-config", "dependencies": { "stylelint-config-prettier": "^8.0.1", - "stylelint-config-standard": "^20.0.0" + "stylelint-config-standard": "^22.0.0" }, "devDependencies": { "stylelint": "^13.0.0" diff --git a/yarn.lock b/yarn.lock index ee43fde86..99a1ed887 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7352,17 +7352,17 @@ stylelint-config-prettier@^8.0.1: 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.nlark.com/stylelint-config-recommended/download/stylelint-config-recommended-3.0.0.tgz?cache=0&sync_timestamp=1619279836140&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fstylelint-config-recommended%2Fdownload%2Fstylelint-config-recommended-3.0.0.tgz#e0e547434016c5539fe2650afd58049a2fd1d657" - integrity sha1-4OVHQ0AWxVOf4mUK/VgEmi/R1lc= +stylelint-config-recommended@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz#fb5653f495a60b4938f2ad3e77712d9e1039ae78" + integrity sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA== -stylelint-config-standard@^20.0.0: - version "20.0.0" - resolved "https://registry.nlark.com/stylelint-config-standard/download/stylelint-config-standard-20.0.0.tgz?cache=0&sync_timestamp=1619279836612&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fstylelint-config-standard%2Fdownload%2Fstylelint-config-standard-20.0.0.tgz#06135090c9e064befee3d594289f50e295b5e20d" - integrity sha1-BhNQkMngZL7+49WUKJ9Q4pW14g0= +stylelint-config-standard@^22.0.0: + version "22.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz#c860be9a13ebbc1b084456fa10527bf13a44addf" + integrity sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw== dependencies: - stylelint-config-recommended "^3.0.0" + stylelint-config-recommended "^5.0.0" stylelint@^13.0.0, stylelint@^13.13.1: version "13.13.1"