diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-05-03 22:38:45 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-05-03 22:38:45 +0900 |
commit | 861fff32a70c5631e3061fe3d68fbe83c9d9bc3b (patch) | |
tree | 6d677e86b42c78de3d72c78286db0481873123d5 /package.json | |
parent | d901c09ff606d9298fbefd7ecefb6dd3bfe22ac2 (diff) | |
parent | 69f75005303d634b9208c23068655385734f4d3a (diff) |
Merge branch 'main' into feature/localization-again
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 82f8374..91b8034 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", "activitypub-types": "^1.1.0", "cookie-parser": "^1.4.6", @@ -54,6 +55,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" }, |