mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
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:
parent
07aee046be
commit
1942b11fb5
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue