arkdown-it-eleventy-img updated, back to original

This commit is contained in:
madrilene 2024-03-06 11:13:23 +01:00
parent e37b31a2ac
commit 387f1ee6cb
2 changed files with 8 additions and 7 deletions

13
package-lock.json generated
View file

@ -33,7 +33,7 @@
"markdown-it": "^14.0.0", "markdown-it": "^14.0.0",
"markdown-it-abbr": "^2.0.0", "markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^8.6.5", "markdown-it-anchor": "^8.6.5",
"markdown-it-eleventy-img": "https://github.com/madrilene/markdown-it-eleventy-img", "markdown-it-eleventy-img": "^0.10.2",
"markdown-it-emoji": "^3.0.0", "markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0", "markdown-it-footnote": "^4.0.0",
"markdown-it-link-attributes": "^4.0.1", "markdown-it-link-attributes": "^4.0.1",
@ -4129,15 +4129,16 @@
} }
}, },
"node_modules/markdown-it-eleventy-img": { "node_modules/markdown-it-eleventy-img": {
"version": "0.10.1", "version": "0.10.2",
"resolved": "git+ssh://git@github.com/madrilene/markdown-it-eleventy-img.git#7d17c2bad9e56cd0db483e067e3ee6404b671db6", "resolved": "https://registry.npmjs.org/markdown-it-eleventy-img/-/markdown-it-eleventy-img-0.10.2.tgz",
"integrity": "sha512-/NAQtt+KKDugE2iWk8AahirM+KGm31INtkrlRXbzBFPnx1nFpyZBXchbluQSvwMbxYBCYkO4VuQAxMiIOkBOAA==",
"dev": true, "dev": true,
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"@11ty/eleventy-img": "^4.0.2" "@11ty/eleventy-img": "^4.0.2",
"sharp": "^0.33.2"
}, },
"engines": { "engines": {
"node": ">=14.15" "node": ">=18"
}, },
"peerDependencies": { "peerDependencies": {
"markdown-it": ">= 9.0.0" "markdown-it": ">= 9.0.0"

View file

@ -44,7 +44,7 @@
"markdown-it": "^14.0.0", "markdown-it": "^14.0.0",
"markdown-it-abbr": "^2.0.0", "markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^8.6.5", "markdown-it-anchor": "^8.6.5",
"markdown-it-eleventy-img": "https://github.com/madrilene/markdown-it-eleventy-img", "markdown-it-eleventy-img": "^0.10.2",
"markdown-it-emoji": "^3.0.0", "markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0", "markdown-it-footnote": "^4.0.0",
"markdown-it-link-attributes": "^4.0.1", "markdown-it-link-attributes": "^4.0.1",