mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(deps): update dependency markdownlint-cli to v0.16.0
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
"jest-canvas-mock": "2.0.0",
|
||||
"jest-date-mock": "1.0.7",
|
||||
"jest-fetch-mock": "2.1.2",
|
||||
"markdownlint-cli": "0.15.0",
|
||||
"markdownlint-cli": "0.16.0",
|
||||
"node-sass": "4.12.0"
|
||||
},
|
||||
"browserslist": [
|
||||
|
||||
22
ui/yarn.lock
22
ui/yarn.lock
@@ -6494,7 +6494,7 @@ js-tokens@^3.0.2:
|
||||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
||||
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
|
||||
|
||||
js-yaml@^3.13.0, js-yaml@^3.13.1, js-yaml@^3.9.0, js-yaml@~3.13.0:
|
||||
js-yaml@^3.13.0, js-yaml@^3.13.1, js-yaml@^3.9.0:
|
||||
version "3.13.1"
|
||||
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
|
||||
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
|
||||
@@ -7053,26 +7053,26 @@ markdown-it@8.4.2:
|
||||
mdurl "^1.0.1"
|
||||
uc.micro "^1.0.5"
|
||||
|
||||
markdownlint-cli@0.15.0:
|
||||
version "0.15.0"
|
||||
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.15.0.tgz#12a820d3745a955cff2877157d132248e9d3802b"
|
||||
integrity sha512-UTstPEXMix4CO1RIgjX3Bd1M+xklc4KXMP2309Zfp5y3UJOASWLSXnTnzkztBn5aZRt7bzLZmxTaR8M4J8cbbQ==
|
||||
markdownlint-cli@0.16.0:
|
||||
version "0.16.0"
|
||||
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.16.0.tgz#725b3a9140a6d4b65e866f76e6086c0a3f3ee480"
|
||||
integrity sha512-BmtWhDvbsnbgYirYOiSOxP8THhkCjp28+xVfTyj3D1JsOlj0Txf3IA9wlT5GHCYaR6QfDlWq4pz/rh+bfOw2Vg==
|
||||
dependencies:
|
||||
commander "~2.9.0"
|
||||
deep-extend "~0.5.1"
|
||||
get-stdin "~5.0.1"
|
||||
glob "~7.1.2"
|
||||
js-yaml "~3.13.0"
|
||||
js-yaml "^3.13.1"
|
||||
lodash.differencewith "~4.5.0"
|
||||
lodash.flatten "~4.4.0"
|
||||
markdownlint "~0.13.0"
|
||||
markdownlint "~0.14.1"
|
||||
minimatch "~3.0.4"
|
||||
rc "~1.2.7"
|
||||
|
||||
markdownlint@~0.13.0:
|
||||
version "0.13.0"
|
||||
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.13.0.tgz#39ffd5ffbf1198c761a5ef3e28c195e5eb8dd669"
|
||||
integrity sha512-mGeDEbvmRk2T8f043lK7Lhcdi7mr68hQqGsJCS4p52uvEyOLym28s3r7GA6aaFQFtwT0MfFaJ/7Ex4n/HVPUnQ==
|
||||
markdownlint@~0.14.1:
|
||||
version "0.14.1"
|
||||
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.14.1.tgz#62666d897284b44af20627229334045248f1c941"
|
||||
integrity sha512-W3RxMP8GYyJAhgUXIXvBOXT2ai89qDIuLf2ZM0Xd+XcwXBS6Hu06Hg2UKNwMDPTy0uQK8YWCH4hkdxlevm/BgQ==
|
||||
dependencies:
|
||||
markdown-it "8.4.2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user