From 78623685db8e807182f6ebe8454aaa68daed85d1 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:43:24 +0300 Subject: [PATCH] Bump remark-lint-maximum-line-length from 1.2.2 to 2.0.0 (#1686) Bumps [remark-lint-maximum-line-length](https://github.com/remarkjs/remark-lint) from 1.2.2 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/commits/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 7fd7517f..ec033601 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "remark-lint-emphasis-marker": "^1.0.3", "remark-lint-list-item-spacing": "^2.0.0", "remark-lint-maximum-heading-length": "^2.0.0", - "remark-lint-maximum-line-length": "^1.2.1", + "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",