fix: fix issue with broken markdown caused by marked bug

This commit is contained in:
Roman Hotsiy 2018-10-18 10:46:13 +03:00
parent 477c01a9de
commit 70cf29328e
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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"