Skip to content

Commit 3ba8165

Browse files
fix: add micromark dependencies fixed #1381
1 parent f0cb1c0 commit 3ba8165

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"lodash": "^4.17.10",
3232
"mdast-util-find-and-replace": "^1.1.1",
3333
"mdast-util-inject": "^1.1.0",
34+
"micromark": "^2.11.4",
3435
"micromatch": "^3.1.5",
3536
"mime": "^2.2.0",
3637
"module-deps-sortable": "^5.0.3",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4586,7 +4586,7 @@ micromark-extension-gfm@^0.3.0:
45864586
micromark-extension-gfm-tagfilter "~0.3.0"
45874587
micromark-extension-gfm-task-list-item "~0.3.0"
45884588

4589-
micromark@^2.11.3, micromark@~2.11.0, micromark@~2.11.3:
4589+
micromark@^2.11.3, micromark@^2.11.4, micromark@~2.11.0, micromark@~2.11.3:
45904590
version "2.11.4"
45914591
resolved "https://registry.yarnpkg.com/micromark/-/micromark-2.11.4.tgz#d13436138eea826383e822449c9a5c50ee44665a"
45924592
integrity sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==

0 commit comments

Comments
 (0)