feat(core): update to 11ty 3.1.0

This commit is contained in:
Cory Dransfeldt 2025-05-13 10:30:44 -07:00
parent 00123f1da8
commit 563cdef42a
No known key found for this signature in database
2 changed files with 136 additions and 277 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "4.2.8",
"version": "4.3.0",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -37,7 +37,7 @@
"youtube-video-element": "^1.5.1"
},
"devDependencies": {
"@11ty/eleventy": "v3.0.0",
"@11ty/eleventy": "v3.1.0",
"@11ty/eleventy-fetch": "5.1.0",
"@cdransf/eleventy-plugin-tabler-icons": "^2.11.1",
"concurrently": "9.1.2",
@ -54,7 +54,7 @@
"postcss-import": "^16.1.0",
"postcss-import-ext-glob": "^2.1.1",
"rimraf": "^6.0.1",
"terser": "^5.39.0",
"terser": "^5.39.1",
"truncate-html": "^1.2.1"
}
}