Upgrade shareon and add email share support

This commit is contained in:
Jake Howard 2023-12-28 21:28:30 +00:00
parent 83f5c3234b
commit 4b9ec96bc4
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 10 additions and 9 deletions

16
package-lock.json generated
View File

@ -22,11 +22,11 @@
"lodash.throttle": "4.1.1",
"npm-run-all": "4.1.5",
"sass": "1.67.0",
"shareon": "2.3.0"
"shareon": "2.4.0"
},
"devDependencies": {
"eslint": "8.55.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unicorn": "49.0.0",
"prettier": "2.7.1",
"stylelint": "14.16.1",
"stylelint-config-prettier-scss": "0.0.1",
@ -3327,9 +3327,9 @@
}
},
"node_modules/shareon": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.3.0.tgz",
"integrity": "sha512-TawY2uXaVe635B3+/WfhFf/yS3UVoS7juW4zOP55qU22uYCwCcKyY9g07TAtwwfZUwM4BmxUEBOZF2rjfB/P6w==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.4.0.tgz",
"integrity": "sha512-241BnM+LziD4xYixXjpzN+jdNKjSR/tQp3DO2jD7zzDoi+a07G+lz00gyqZNn7WJrzczhrKkzC+7ZCc5AbzZrA==",
"funding": [
"https://github.com/sponsors/kytta/",
"https://liberapay.com/kytta",
@ -6277,9 +6277,9 @@
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
},
"shareon": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.3.0.tgz",
"integrity": "sha512-TawY2uXaVe635B3+/WfhFf/yS3UVoS7juW4zOP55qU22uYCwCcKyY9g07TAtwwfZUwM4BmxUEBOZF2rjfB/P6w=="
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.4.0.tgz",
"integrity": "sha512-241BnM+LziD4xYixXjpzN+jdNKjSR/tQp3DO2jD7zzDoi+a07G+lz00gyqZNn7WJrzczhrKkzC+7ZCc5AbzZrA=="
},
"shebang-command": {
"version": "1.2.0",

View File

@ -42,6 +42,6 @@
"lodash.throttle": "4.1.1",
"npm-run-all": "4.1.5",
"sass": "1.67.0",
"shareon": "2.3.0"
"shareon": "2.4.0"
}
}

View File

@ -13,6 +13,7 @@
<a class="telegram" title="Share on Telegram"></a>
<a class="twitter" title="Twitter"></a>
<a class="whatsapp" title="Share on WhatsApp"></a>
<a class="email" title="Share by email"></a>
<a role="button" class="copy-url" title="Copy URL"></a>
<a role="button" class="web-share" title="Share"></a>
</div>