From 47028f3d7caebdae993a3f3cb1f40febd4f1d922 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:48:04 +0300 Subject: [PATCH] Bump remark-lint-ordered-list-marker-style from 1.0.4 to 2.0.0 (#1701) Bumps [remark-lint-ordered-list-marker-style](https://github.com/remarkjs/remark-lint) from 1.0.4 to 2.0.0. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/2.0.0/history.md) - [Commits](https://github.com/remarkjs/remark-lint/compare/ordered-list-marker-value@1.0.4...2.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 051f4f5a..fe727e57 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "remark-lint-maximum-line-length": "^2.0.0", "remark-lint-no-dead-urls": "^1.0.2", "remark-lint-no-file-name-irregular-characters": "^1.0.3", - "remark-lint-ordered-list-marker-style": "^1.0.3", + "remark-lint-ordered-list-marker-style": "^2.0.0", "remark-lint-strong-marker": "^1.0.3", "remark-lint-unordered-list-marker-style": "^2.0.0", "remark-preset-lint-consistent": "^3.0.0",