Skip to content

Commit

Permalink
fix(deps): update dependency markdownlint-cli to ^0.10.0 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ybiquitous committed May 30, 2018
1 parent 1344d91 commit 54f2cde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"fs-extra": "^6.0.0",
"husky": "^0.14.3",
"lint-staged": "^7.0.0",
"markdownlint-cli": "^0.9.0",
"markdownlint-cli": "^0.10.0",
"npm-run-all": "^4.1.2",
"prettier": "^1.10.2",
"standard-version": "^4.3.0",
Expand Down
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3071,7 +3071,7 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"

js-yaml@^3.9.0, js-yaml@^3.9.1:
js-yaml@^3.9.0, js-yaml@^3.9.1, js-yaml@~3.11.0:
version "3.11.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
dependencies:
Expand Down Expand Up @@ -3493,22 +3493,23 @@ markdown-it@8.4.1:
mdurl "^1.0.1"
uc.micro "^1.0.5"

markdownlint-cli@^0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.9.0.tgz#241a62e98ba5fd1594f57adb5823bc6bf83e95e2"
markdownlint-cli@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.10.0.tgz#c64c57f188167b9f3f5e08476715d20d0514436e"
dependencies:
commander "~2.9.0"
deep-extend "~0.5.1"
get-stdin "~5.0.1"
glob "~7.0.3"
js-yaml "~3.11.0"
lodash.differencewith "~4.5.0"
lodash.flatten "~4.4.0"
markdownlint "~0.9.0"
markdownlint "~0.10.0"
rc "~1.2.7"

markdownlint@~0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.9.0.tgz#f2500856b6c2a1450b919dcb4671d4116fb1f0bf"
markdownlint@~0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.10.0.tgz#ee941ee943f78ff6adbc1ff0fad49365e600b664"
dependencies:
markdown-it "8.4.1"

Expand Down

0 comments on commit 54f2cde

Please sign in to comment.