Update markdownlint-micromark dependencies: micromark-extension-gfm-autolink-literal to 2.0.0, micromark-extension-gfm-table to 2.0.0 (breaks CI build verification of micromark directory).

This commit is contained in:
David Anson 2023-06-26 20:51:52 -07:00
parent 07aee046be
commit 1942b11fb5

View file

@ -1,6 +1,6 @@
{ {
"name": "markdownlint-micromark", "name": "markdownlint-micromark",
"version": "0.1.5", "version": "0.1.6",
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module", "description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
"type": "commonjs", "type": "commonjs",
"exports": "./micromark.cjs", "exports": "./micromark.cjs",
@ -20,9 +20,9 @@
}, },
"devDependencies": { "devDependencies": {
"micromark": "4.0.0", "micromark": "4.0.0",
"micromark-extension-gfm-autolink-literal": "1.0.5", "micromark-extension-gfm-autolink-literal": "2.0.0",
"micromark-extension-gfm-footnote": "2.0.0", "micromark-extension-gfm-footnote": "2.0.0",
"micromark-extension-gfm-table": "1.0.7", "micromark-extension-gfm-table": "2.0.0",
"terser-webpack-plugin": "5.3.9", "terser-webpack-plugin": "5.3.9",
"webpack": "5.88.0", "webpack": "5.88.0",
"webpack-cli": "5.1.4" "webpack-cli": "5.1.4"