Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Chore(deps-dev): Bump markdownlint-cli from 0.16.0 to 0.17.0 #727

Merged
merged 1 commit into from Jun 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"eslint": "^5.0.1",
"eslint-config-klasa": "github:dirigeants/klasa-lint",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"markdownlint-cli": "^0.16.0",
"markdownlint-cli": "^0.17.0",
"tslint": "^5.9.1",
"typescript": "^3.0.3"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -2371,9 +2371,9 @@ markdown-it@8.4.2, markdown-it@^8.4.2:
mdurl "^1.0.1"
uc.micro "^1.0.5"

markdownlint-cli@^0.16.0:
version "0.16.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.16.0.tgz#725b3a9140a6d4b65e866f76e6086c0a3f3ee480"
markdownlint-cli@^0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.17.0.tgz#f5e483a576bf56cca29b057216241a54d33e4d95"
dependencies:
commander "~2.9.0"
deep-extend "~0.5.1"
Expand All @@ -2382,13 +2382,13 @@ markdownlint-cli@^0.16.0:
js-yaml "^3.13.1"
lodash.differencewith "~4.5.0"
lodash.flatten "~4.4.0"
markdownlint "~0.14.1"
markdownlint "~0.15.0"
minimatch "~3.0.4"
rc "~1.2.7"

markdownlint@~0.14.1:
version "0.14.1"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.14.1.tgz#62666d897284b44af20627229334045248f1c941"
markdownlint@~0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.15.0.tgz#14837354f01fe15bc06dfd5dd38247b79bd4c8f2"
dependencies:
markdown-it "8.4.2"

Expand Down