Skip to content

Commit

Permalink
Bump markdownlint-cli from 0.15.0 to 0.16.0 (dirigeants#125)
Browse files Browse the repository at this point in the history
* Bump markdownlint-cli from 0.15.0 to 0.16.0

Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](igorshubovych/markdownlint-cli@v0.15.0...v0.16.0)

Signed-off-by: dependabot[bot] <[email protected]>

* fix lint
  • Loading branch information
dependabot[bot] authored and bdistin committed May 20, 2019
1 parent 4b2ef24 commit d7bef78
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion guides/Getting Started/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Getting Started

placeholder
placeholder
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "^5.16.0",
"eslint-config-klasa": "github:dirigeants/klasa-lint",
"eslint-plugin-markdown": "^1.0.0",
"markdownlint-cli": "^0.15.0",
"markdownlint-cli": "^0.16.0",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
},
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2054,9 +2054,9 @@ js-tokens@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

js-yaml@^3.10.0, js-yaml@^3.13.0, js-yaml@~3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e"
js-yaml@^3.10.0, js-yaml@^3.13.0, js-yaml@^3.13.1:
version "3.13.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"
Expand Down Expand Up @@ -2371,24 +2371,24 @@ [email protected], 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"
markdownlint-cli@^0.16.0:
version "0.16.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.16.0.tgz#725b3a9140a6d4b65e866f76e6086c0a3f3ee480"
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"
markdownlint@~0.14.1:
version "0.14.2"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.14.2.tgz#22185a42b263a5c1105d894b9b66eb5ec992dcab"
dependencies:
markdown-it "8.4.2"

Expand Down

0 comments on commit d7bef78

Please sign in to comment.