Skip to content

Commit

Permalink
fix(deps): update dependency markdownlint-cli to ^0.7.1 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Feb 8, 2018
1 parent 10ec250 commit 85566e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fs-extra": "^5.0.0",
"husky": "^0.14.3",
"lint-staged": "^6.0.0",
"markdownlint-cli": "^0.7.0",
"markdownlint-cli": "^0.7.1",
"npm-run-all": "^4.1.2",
"prettier": "^1.10.2",
"semver": "^5.5.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2909,9 +2909,9 @@ lodash.cond@^4.3.0:
version "4.5.2"
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"

lodash.difference@~4.5.0:
lodash.differencewith@~4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c"
resolved "https://registry.yarnpkg.com/lodash.differencewith/-/lodash.differencewith-4.5.0.tgz#bafafbc918b55154e179176a00bb0aefaac854b7"

lodash.flatten@~4.4.0:
version "4.4.0"
Expand Down Expand Up @@ -3037,14 +3037,14 @@ markdown-it@8.4.0:
mdurl "^1.0.1"
uc.micro "^1.0.3"

markdownlint-cli@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.7.0.tgz#7c50be2366f91b56cddfcb6dbcea6ab886a757d4"
markdownlint-cli@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.7.1.tgz#8eaa805a51f252765b4294f82cde0fc79375d574"
dependencies:
commander "~2.9.0"
deep-extend "~0.4.1"
glob "~7.0.3"
lodash.difference "~4.5.0"
lodash.differencewith "~4.5.0"
lodash.flatten "~4.4.0"
markdownlint "~0.7.0"
rc "~1.1.6"
Expand Down Expand Up @@ -4329,8 +4329,8 @@ ua-parser-js@^0.7.9:
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac"

uc.micro@^1.0.1, uc.micro@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.3.tgz#7ed50d5e0f9a9fb0a573379259f2a77458d50192"
version "1.0.5"
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.5.tgz#0c65f15f815aa08b560a61ce8b4db7ffc3f45376"

uglify-js@^2.6:
version "2.8.29"
Expand Down

0 comments on commit 85566e6

Please sign in to comment.