From 5c6dd73d4f85e991207cbcaba31244064ecead98 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 28 Aug 2024 23:58:11 -0400 Subject: [PATCH] Support marked 14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87b806b..98c8d1b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "homepage": "https://github.com/calculuschild/marked-extended-tables#readme", "peerDependencies": { - "marked": ">=3 <12" + "marked": ">=3 <15" }, "devDependencies": { "@babel/core": "^7.23.9",