From 36a019b830406422b4a5436176331d6844ab9b40 Mon Sep 17 00:00:00 2001 From: molant Date: Wed, 8 May 2019 11:28:35 -0700 Subject: [PATCH] Chore: Downgrade `markdownlint` to `0.13.0` There are some issues with the latest version that flag issues with the current markdown. Downgrading until a new version is reeased. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ref https://github.com/DavidAnson/markdownlint/issues/182 --- package.json | 2 +- yarn.lock | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index d91d3abbef9..2a284f8a0df 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "listr": "^0.14.2", "listr-inquirer": "^0.1.0", "markdown-link-validator": "^1.0.0", - "markdownlint": "^0.14.0", + "markdownlint": "^0.13.0", "npm-run-all": "^4.1.5", "p-retry": "^4.1.0", "rimraf": "^2.6.3", diff --git a/yarn.lock b/yarn.lock index b95bbc1556a..222d4454636 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8220,14 +8220,7 @@ markdownlint-cli@^0.15.0: minimatch "~3.0.4" rc "~1.2.7" -markdownlint@^0.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.14.0.tgz#4cbccb41f7fd8875be188ea3fa9ccd31a6c863b0" - integrity sha512-PkLe36HTB0ZkU8Kveq4rGmftFgPxioweqofHyHLcPD9SKyUdMAgUgNJQ4+OXjpsVPLLL3qYoxPewsQ5G3FI+iQ== - dependencies: - markdown-it "8.4.2" - -markdownlint@~0.13.0: +markdownlint@^0.13.0, markdownlint@~0.13.0: version "0.13.0" resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.13.0.tgz#39ffd5ffbf1198c761a5ef3e28c195e5eb8dd669" integrity sha512-mGeDEbvmRk2T8f043lK7Lhcdi7mr68hQqGsJCS4p52uvEyOLym28s3r7GA6aaFQFtwT0MfFaJ/7Ex4n/HVPUnQ==