Bug/fullresolutionimages (#278)

* Bump 11ty/eleventy-img and change html minifier library

* Update outdated packages
This commit is contained in:
Ole Eskild Steensen 2024-07-11 15:01:53 +02:00 committed by GitHub
parent 3fa18ba877
commit 693a35f864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 262 additions and 579 deletions

View File

@ -5,7 +5,7 @@ const matter = require("gray-matter");
const faviconsPlugin = require("eleventy-plugin-gen-favicons");
const tocPlugin = require("eleventy-plugin-nesting-toc");
const { parse } = require("node-html-parser");
const htmlMinifier = require("html-minifier");
const htmlMinifier = require("html-minifier-terser");
const pluginRss = require("@11ty/eleventy-plugin-rss");
const { headerToId, namedHeadingsFilter } = require("./src/helpers/utils");

827
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,12 +19,12 @@
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"cross-env": "^7.0.3",
"html-minifier": "^4.0.0",
"node-html-parser": "^6.1.4",
"html-minifier-terser": "^7.2.0",
"node-html-parser": "^6.1.13",
"sass": "^1.49.9"
},
"dependencies": {
"@11ty/eleventy-img": "^3.0.0",
"@11ty/eleventy-img": "^4.0.2",
"@sindresorhus/slugify": "^1.1.0",
"axios": "^1.2.2",
"dotenv": "^16.0.3",
@ -33,11 +33,11 @@
"fs-file-tree": "^1.1.1",
"glob": "^10.2.1",
"gray-matter": "^4.0.3",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-attrs": "^4.1.6",
"markdown-it-footnote": "^3.0.3",
"markdown-it-mark": "^3.0.1",
"markdown-it-mark": "^4.0.0",
"markdown-it-mathjax3": "^4.3.1",
"markdown-it-plantuml": "^1.4.1",
"markdown-it-task-checkbox": "^1.0.6",