mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
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:
parent
99ef8f8e7e
commit
af964dbe50
1 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "markdownlint-micromark",
|
"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",
|
"description": "A trivial package that re-exports some micromark functionality as a CommonJS module",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"exports": "./micromark.cjs",
|
"exports": "./micromark.cjs",
|
||||||
|
|
@ -16,14 +16,14 @@
|
||||||
"build": "webpack --no-stats"
|
"build": "webpack --no-stats"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.18.0"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"micromark": "3.1.0",
|
"micromark": "3.1.0",
|
||||||
"micromark-extension-gfm-autolink-literal": "1.0.3",
|
"micromark-extension-gfm-autolink-literal": "1.0.4",
|
||||||
"micromark-extension-gfm-footnote": "1.0.4",
|
"micromark-extension-gfm-footnote": "1.1.0",
|
||||||
"micromark-extension-gfm-table": "1.0.5",
|
"micromark-extension-gfm-table": "1.0.6",
|
||||||
"webpack": "5.76.2",
|
"webpack": "5.82.1",
|
||||||
"webpack-cli": "5.0.1"
|
"webpack-cli": "5.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue