summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2025-04-29 22:02:12 +0100
committerGitHub <noreply@github.com>2025-04-29 22:02:12 +0100
commit69f75005303d634b9208c23068655385734f4d3a (patch)
tree9f14b63c602a2968cf2e5e0ab822f34fd520058a /package.json
parentb04e6394c5c5d882800f5215feae89d76a18af23 (diff)
parentcc68811851f02f413bbd5bcf316d1697a0e83bae (diff)
Merge pull request #202 from halkeye/fix-nodemailer
Fix ReferenceError: nodemailerTransporter is not defined
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 15f5f48..2de0373 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,7 @@
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
+ "@sendgrid/helpers": "^8.0.0",
"@sendgrid/mail": "^6.5.5",
"@types/cookie-parser": "^1.4.7",
"activitypub-types": "^1.1.0",
@@ -46,6 +47,7 @@
"request": "^2.88.2",
"sanitize-html": "^2.13.0",
"toml": "^3.0.0",
+ "ts-deepmerge": "^7.0.2",
"typescript": "^5.4.5",
"wait-on": "^7.2.0"
},