Skip to content

Commit

Permalink
chore(deps): update dependency markdownlint-cli to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 5, 2019
1 parent 877202a commit 9ae2a3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"danger": "4.0.1",
"eclint": "2.8.0",
"markdownlint-cli": "0.13.0",
"markdownlint-cli": "0.15.0",
"prettier": "1.11.1",
"prettier-check": "2.0.0",
"xo": "0.20.3"
Expand Down
25 changes: 16 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2032,13 +2032,20 @@ js-yaml@^3.12.0:
argparse "^1.0.7"
esprima "^4.0.0"

js-yaml@^3.9.1, js-yaml@~3.11.0:
js-yaml@^3.9.1:
version "3.11.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"

js-yaml@~3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e"
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"

jsome@^2.3.25:
version "2.5.0"
resolved "https://registry.yarnpkg.com/jsome/-/jsome-2.5.0.tgz#5e417eef4341ffeb83ee8bfa9265b36d56fe49ed"
Expand Down Expand Up @@ -2399,24 +2406,24 @@ [email protected]:
mdurl "^1.0.1"
uc.micro "^1.0.5"

markdownlint-cli@0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.13.0.tgz#af1d29e5d8b434256c451c81b87dff1c218844cb"
markdownlint-cli@0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.15.0.tgz#12a820d3745a955cff2877157d132248e9d3802b"
dependencies:
commander "~2.9.0"
deep-extend "~0.5.1"
get-stdin "~5.0.1"
glob "~7.1.2"
js-yaml "~3.11.0"
js-yaml "~3.13.0"
lodash.differencewith "~4.5.0"
lodash.flatten "~4.4.0"
markdownlint "~0.11.0"
markdownlint "~0.13.0"
minimatch "~3.0.4"
rc "~1.2.7"

markdownlint@~0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.11.0.tgz#3858bbdbc1ab78abf0c098d841c72b63dd3206a0"
markdownlint@~0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.13.0.tgz#39ffd5ffbf1198c761a5ef3e28c195e5eb8dd669"
dependencies:
markdown-it "8.4.2"

Expand Down

0 comments on commit 9ae2a3b

Please sign in to comment.