Skip to content

Commit 902f97a

Browse files
committed
fix: temporary downgrade marked as it introduced breaking changes and a few bugs
1 parent f3b611e commit 902f97a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"json-schema-ref-parser": "^5.0.0",
132132
"lunr": "^2.2.1",
133133
"mark.js": "^8.11.1",
134-
"marked": "^0.4.0",
134+
"marked": "0.3.18",
135135
"mobx": "^4.3.0",
136136
"mobx-react": "^5.0.0",
137137
"openapi-sampler": "1.0.0-beta.12",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6542,9 +6542,9 @@ mark.js@^8.11.1:
65426542
version "8.11.1"
65436543
resolved "https://registry.yarnpkg.com/mark.js/-/mark.js-8.11.1.tgz#180f1f9ebef8b0e638e4166ad52db879beb2ffc5"
65446544

6545-
marked@^0.4.0:
6546-
version "0.4.0"
6547-
resolved "https://registry.yarnpkg.com/marked/-/marked-0.4.0.tgz#9ad2c2a7a1791f10a852e0112f77b571dce10c66"
6545+
marked@0.3.18:
6546+
version "0.3.18"
6547+
resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.18.tgz#3ef058cd926101849b92a7a7c15db18c7fc76b2f"
65486548

65496549
math-expression-evaluator@^1.2.14:
65506550
version "1.2.17"

0 commit comments

Comments
 (0)