chore: upgrade deps

This commit is contained in:
Cory Dransfeldt 2024-02-29 13:18:59 -08:00
parent 471ec18dd7
commit df88af73ad
No known key found for this signature in database
2 changed files with 53 additions and 14779 deletions

14824
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "6.9.0", "version": "6.9.1",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module", "type": "module",
"scripts": { "scripts": {
@ -15,7 +15,8 @@
}, },
"keywords": [ "keywords": [
"11ty", "11ty",
"Eleventy" "Eleventy",
"Web components"
], ],
"author": "Cory Dransfeldt", "author": "Cory Dransfeldt",
"license": "MIT", "license": "MIT",
@ -25,8 +26,7 @@
"@daviddarnes/mastodon-post": "^1.1.1", "@daviddarnes/mastodon-post": "^1.1.1",
"@remy/webmention": "^1.5.0", "@remy/webmention": "^1.5.0",
"@zachleat/pagefind-search": "^1.0.3", "@zachleat/pagefind-search": "^1.0.3",
"@zachleat/webcare-webshare": "^1.0.3", "@zachleat/webcare-webshare": "^1.0.3"
"netlify-cli": "^17.17.1"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.5", "@11ty/eleventy": "3.0.0-alpha.5",