Skip to content

Commit

Permalink
fix: fix issue with broken markdown caused by marked bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Oct 18, 2018
1 parent 477c01a commit 70cf293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 70cf293

Please sign in to comment.