Skip to content

Commit 14feedb

Browse files
committed
Update markdownlint-micromark dependencies: micromark to 3.2.0, micromark-extension-gfm-autolink-literal to 1.0.5, micromark-extension-gfm-footnote to 1.1.2, micromark-extension-gfm-table to 1.0.7, webpack to 5.85.0.
1 parent b1eff75 commit 14feedb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

micromark/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint-micromark",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
55
"type": "commonjs",
66
"exports": "./micromark.cjs",
@@ -19,11 +19,11 @@
1919
"node": ">=16"
2020
},
2121
"devDependencies": {
22-
"micromark": "3.1.0",
23-
"micromark-extension-gfm-autolink-literal": "1.0.4",
24-
"micromark-extension-gfm-footnote": "1.1.0",
25-
"micromark-extension-gfm-table": "1.0.6",
26-
"webpack": "5.84.1",
22+
"micromark": "3.2.0",
23+
"micromark-extension-gfm-autolink-literal": "1.0.5",
24+
"micromark-extension-gfm-footnote": "1.1.2",
25+
"micromark-extension-gfm-table": "1.0.7",
26+
"webpack": "5.85.0",
2727
"webpack-cli": "5.1.1"
2828
}
2929
}

0 commit comments

Comments
 (0)