Skip to content

Commit

Permalink
Update markdownlint-micromark dependencies: micromark to 3.2.0, micro…
Browse files Browse the repository at this point in the history
…mark-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.
  • Loading branch information
DavidAnson committed Jun 1, 2023
1 parent b1eff75 commit 14feedb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions micromark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdownlint-micromark",
"version": "0.1.4",
"version": "0.1.5",
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
"type": "commonjs",
"exports": "./micromark.cjs",
Expand All @@ -19,11 +19,11 @@
"node": ">=16"
},
"devDependencies": {
"micromark": "3.1.0",
"micromark-extension-gfm-autolink-literal": "1.0.4",
"micromark-extension-gfm-footnote": "1.1.0",
"micromark-extension-gfm-table": "1.0.6",
"webpack": "5.84.1",
"micromark": "3.2.0",
"micromark-extension-gfm-autolink-literal": "1.0.5",
"micromark-extension-gfm-footnote": "1.1.2",
"micromark-extension-gfm-table": "1.0.7",
"webpack": "5.85.0",
"webpack-cli": "5.1.1"
}
}

0 comments on commit 14feedb

Please sign in to comment.