Update markdownlint-micromark dependencies and version to 0.1.3: micromark-extension-gfm-autolink-literal to 1.0.4, micromark-extension-gfm-footnote to 1.1.0, micromark-extension-gfm-table to 1.0.6, webpack to 5.82.1, webpack-cli to 5.1.1.

This commit is contained in:
David Anson 2023-05-13 15:29:38 -07:00
parent 99ef8f8e7e
commit af964dbe50

View file

@ -1,6 +1,6 @@
{
"name": "markdownlint-micromark",
"version": "0.1.2",
"version": "0.1.3",
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
"type": "commonjs",
"exports": "./micromark.cjs",
@ -16,14 +16,14 @@
"build": "webpack --no-stats"
},
"engines": {
"node": ">=14.18.0"
"node": ">=16"
},
"devDependencies": {
"micromark": "3.1.0",
"micromark-extension-gfm-autolink-literal": "1.0.3",
"micromark-extension-gfm-footnote": "1.0.4",
"micromark-extension-gfm-table": "1.0.5",
"webpack": "5.76.2",
"webpack-cli": "5.0.1"
"micromark-extension-gfm-autolink-literal": "1.0.4",
"micromark-extension-gfm-footnote": "1.1.0",
"micromark-extension-gfm-table": "1.0.6",
"webpack": "5.82.1",
"webpack-cli": "5.1.1"
}
}