Skip to content

Commit

Permalink
fix(deps): update dependency markdownlint-cli to ^0.9.0 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ybiquitous committed May 20, 2018
1 parent 075e643 commit 76be9dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.8.0",
"markdownlint-cli": "^0.9.0",
"npm-run-all": "^4.1.2",
"prettier": "^1.10.2",
"standard-version": "^4.3.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3528,22 +3528,22 @@ markdown-it@8.4.1:
mdurl "^1.0.1"
uc.micro "^1.0.5"

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

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

Expand Down

0 comments on commit 76be9dd

Please sign in to comment.