chore: update share button + fixes

This commit is contained in:
Cory Dransfeldt 2024-02-20 14:24:32 -08:00
parent f45eb74c0f
commit 593c2a5a09
No known key found for this signature in database
9 changed files with 37 additions and 51 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "6.4.3",
"version": "6.5.4",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {
@ -21,9 +21,9 @@
"license": "MIT",
"dependencies": {
"@daviddarnes/mastodon-post": "^1.1.1",
"@daviddarnes/share-button": "^1.1.2",
"@remy/webmention": "^1.5.0",
"@zachleat/pagefind-search": "^1.0.3"
"@zachleat/pagefind-search": "^1.0.3",
"@zachleat/webcare-webshare": "^1.0.3"
},
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.5",