mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-03 19:40:03 +00:00
Bug/fullresolutionimages (#278)
* Bump 11ty/eleventy-img and change html minifier library * Update outdated packages
This commit is contained in:
parent
3fa18ba877
commit
693a35f864
@ -5,7 +5,7 @@ const matter = require("gray-matter");
|
|||||||
const faviconsPlugin = require("eleventy-plugin-gen-favicons");
|
const faviconsPlugin = require("eleventy-plugin-gen-favicons");
|
||||||
const tocPlugin = require("eleventy-plugin-nesting-toc");
|
const tocPlugin = require("eleventy-plugin-nesting-toc");
|
||||||
const { parse } = require("node-html-parser");
|
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 pluginRss = require("@11ty/eleventy-plugin-rss");
|
||||||
|
|
||||||
const { headerToId, namedHeadingsFilter } = require("./src/helpers/utils");
|
const { headerToId, namedHeadingsFilter } = require("./src/helpers/utils");
|
||||||
|
827
package-lock.json
generated
827
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -19,12 +19,12 @@
|
|||||||
"@11ty/eleventy": "^2.0.1",
|
"@11ty/eleventy": "^2.0.1",
|
||||||
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"html-minifier": "^4.0.0",
|
"html-minifier-terser": "^7.2.0",
|
||||||
"node-html-parser": "^6.1.4",
|
"node-html-parser": "^6.1.13",
|
||||||
"sass": "^1.49.9"
|
"sass": "^1.49.9"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@11ty/eleventy-img": "^3.0.0",
|
"@11ty/eleventy-img": "^4.0.2",
|
||||||
"@sindresorhus/slugify": "^1.1.0",
|
"@sindresorhus/slugify": "^1.1.0",
|
||||||
"axios": "^1.2.2",
|
"axios": "^1.2.2",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
@ -33,11 +33,11 @@
|
|||||||
"fs-file-tree": "^1.1.1",
|
"fs-file-tree": "^1.1.1",
|
||||||
"glob": "^10.2.1",
|
"glob": "^10.2.1",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"markdown-it": "^14.0.0",
|
"markdown-it": "^14.1.0",
|
||||||
"markdown-it-anchor": "^8.6.7",
|
"markdown-it-anchor": "^9.0.1",
|
||||||
"markdown-it-attrs": "^4.1.6",
|
"markdown-it-attrs": "^4.1.6",
|
||||||
"markdown-it-footnote": "^3.0.3",
|
"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-mathjax3": "^4.3.1",
|
||||||
"markdown-it-plantuml": "^1.4.1",
|
"markdown-it-plantuml": "^1.4.1",
|
||||||
"markdown-it-task-checkbox": "^1.0.6",
|
"markdown-it-task-checkbox": "^1.0.6",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user