From 9240fadcfe52b35ff9735239aa105e95b23c96c7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 15:42:16 +0300 Subject: [PATCH] Bump remark-preset-lint-consistent from 2.0.4 to 3.0.0 (#1685) Bumps [remark-preset-lint-consistent](https://github.com/remarkjs/remark-lint) from 2.0.4 to 3.0.0. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/master/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/commits/remark-preset-lint-consistent@3.0.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 375c0c14..7fd7517f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "remark-lint-ordered-list-marker-style": "^1.0.3", "remark-lint-strong-marker": "^1.0.3", "remark-lint-unordered-list-marker-style": "^2.0.0", - "remark-preset-lint-consistent": "^2.0.3", + "remark-preset-lint-consistent": "^3.0.0", "remark-preset-lint-markdown-style-guide": "^2.1.3", "remark-preset-lint-recommended": "^3.0.3" },