chore: update deps

This commit is contained in:
Cory Dransfeldt 2024-10-16 15:12:07 -07:00
parent 0c728b1558
commit 98cfb9c6c1
No known key found for this signature in database
5 changed files with 20 additions and 10 deletions

View file

@ -3,6 +3,9 @@
"version": "1.1.1",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
"node": "22.x"
},
"scripts": {
"start": "eleventy --serve",
"start:quick": "eleventy --serve --incremental --ignore-initial",