chore(package.json): replace JSDom with cheerio for faster relative link parsing

This commit is contained in:
Cory Dransfeldt 2025-06-03 14:01:30 -07:00
parent 13cb918edb
commit 3ec3dfc949
No known key found for this signature in database
3 changed files with 171 additions and 444 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "8.2.7",
"version": "8.3.0",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -40,12 +40,12 @@
"@11ty/eleventy": "3.1.0",
"@11ty/eleventy-fetch": "5.1.0",
"@cdransf/eleventy-plugin-tabler-icons": "^2.13.0",
"cheerio": "1.0.0",
"concurrently": "9.1.2",
"cssnano": "^7.0.7",
"dotenv": "16.5.0",
"html-minifier-terser": "7.2.0",
"ics": "^3.8.1",
"jsdom": "26.1.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-footnote": "^4.0.0",