update Eleventy image to 4.0, fix issue with markdown images
This commit is contained in:
parent
a8be43082f
commit
2f67067e8f
2 changed files with 536 additions and 504 deletions
1036
package-lock.json
generated
1036
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -22,7 +22,7 @@
|
|||
"dependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@11ty/eleventy-fetch": "^4.0.0",
|
||||
"@11ty/eleventy-img": "^3.1.8",
|
||||
"@11ty/eleventy-img": "^4.0.2",
|
||||
"@11ty/eleventy-plugin-bundle": "^1.0.4",
|
||||
"@11ty/eleventy-plugin-inclusive-language": "^1.0.3",
|
||||
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
"markdown-it": "^14.0.0",
|
||||
"markdown-it-abbr": "^2.0.0",
|
||||
"markdown-it-anchor": "^8.6.5",
|
||||
"markdown-it-eleventy-img": "^0.10.1",
|
||||
"markdown-it-eleventy-img": "https://github.com/madrilene/markdown-it-eleventy-img",
|
||||
"markdown-it-emoji": "^3.0.0",
|
||||
"markdown-it-footnote": "^4.0.0",
|
||||
"markdown-it-link-attributes": "^4.0.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue