From 70cf29328ef1038770eba04d1470e77a3f615d65 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Thu, 18 Oct 2018 10:46:13 +0300 Subject: [PATCH] fix: fix issue with broken markdown caused by marked bug --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ece64a52..0cd7fb49 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "json-schema-ref-parser": "^5.1.2", "lunr": "^2.3.2", "mark.js": "^8.11.1", - "marked": "^0.5.1", + "marked": "https://github.com/markedjs/marked#fb48827", "memoize-one": "^4.0.0", "mobx-react": "^5.2.5", "openapi-sampler": "1.0.0-beta.14", diff --git a/yarn.lock b/yarn.lock index 037c8fe7..12157c86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5590,9 +5590,9 @@ mark.js@^8.11.1: version "8.11.1" resolved "https://registry.yarnpkg.com/mark.js/-/mark.js-8.11.1.tgz#180f1f9ebef8b0e638e4166ad52db879beb2ffc5" -marked@^0.5.1: +"marked@https://github.com/markedjs/marked#fb48827": version "0.5.1" - resolved "https://registry.yarnpkg.com/marked/-/marked-0.5.1.tgz#062f43b88b02ee80901e8e8d8e6a620ddb3aa752" + resolved "https://github.com/markedjs/marked#fb48827236ed3a43e611d2adb3c070ca3f55ed8e" math-random@^1.0.1: version "1.0.1"