chore: update share button + fixes
This commit is contained in:
parent
f45eb74c0f
commit
593c2a5a09
9 changed files with 37 additions and 51 deletions
|
@ -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",
|
||||
|
|
Reference in a new issue