diff --git a/packages/markdown-it-bi-directional-links/package.json b/packages/markdown-it-bi-directional-links/package.json index fb2e7c91..a234d76b 100644 --- a/packages/markdown-it-bi-directional-links/package.json +++ b/packages/markdown-it-bi-directional-links/package.json @@ -45,7 +45,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "markdown-it": ">=14.1.0" + "markdown-it": ">=14.1.1" }, "dependencies": { "colorette": "catalog:", diff --git a/packages/markdown-it-element-transform/package.json b/packages/markdown-it-element-transform/package.json index fded2635..67525607 100644 --- a/packages/markdown-it-element-transform/package.json +++ b/packages/markdown-it-element-transform/package.json @@ -45,7 +45,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "markdown-it": ">=14.1.0" + "markdown-it": ">=14.1.1" }, "devDependencies": { "@types/markdown-it": "catalog:" diff --git a/packages/markdown-it-unlazy-img/package.json b/packages/markdown-it-unlazy-img/package.json index 429160ae..7d878df8 100644 --- a/packages/markdown-it-unlazy-img/package.json +++ b/packages/markdown-it-unlazy-img/package.json @@ -48,7 +48,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "markdown-it": ">=14.1.0" + "markdown-it": ">=14.1.1" }, "dependencies": { "colorette": "catalog:",