From af964dbe50cac1c8a63a3679926e30312956bb26 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 13 May 2023 15:29:38 -0700 Subject: [PATCH] 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. --- micromark/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/micromark/package.json b/micromark/package.json index 5900bdcf..1da59ea3 100644 --- a/micromark/package.json +++ b/micromark/package.json @@ -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" } }