mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 15:00:13 +01:00
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.
This commit is contained in:
parent
b1eff75034
commit
14feedb16c
1 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "markdownlint-micromark",
|
"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",
|
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"exports": "./micromark.cjs",
|
"exports": "./micromark.cjs",
|
||||||
|
|
@ -19,11 +19,11 @@
|
||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"micromark": "3.1.0",
|
"micromark": "3.2.0",
|
||||||
"micromark-extension-gfm-autolink-literal": "1.0.4",
|
"micromark-extension-gfm-autolink-literal": "1.0.5",
|
||||||
"micromark-extension-gfm-footnote": "1.1.0",
|
"micromark-extension-gfm-footnote": "1.1.2",
|
||||||
"micromark-extension-gfm-table": "1.0.6",
|
"micromark-extension-gfm-table": "1.0.7",
|
||||||
"webpack": "5.84.1",
|
"webpack": "5.85.0",
|
||||||
"webpack-cli": "5.1.1"
|
"webpack-cli": "5.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue