summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-10-09 10:48:41 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-10-09 10:48:41 +0100
commit387dbf5cb7c1f03df44731d28623b13b7dc80635 (patch)
tree3329e7e9d08a89217876c5d1d32125abc93ce475 /package.json
parentfab74cb0100da89f83983f05d3e3d9e9ea30bc7e (diff)
Add types for JSDOM and DOMPurify
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 86ca7d9..d573f7c 100644
--- a/package.json
+++ b/package.json
@@ -47,8 +47,10 @@
"wait-on": "^7.0.1"
},
"devDependencies": {
+ "@types/dompurify": "^3.0.3",
"@types/express": "^4.17.18",
"@types/ical": "^0.8.1",
+ "@types/jsdom": "^21.1.3",
"@types/multer": "^1.4.8",
"@types/node": "^20.8.2",
"@types/nodemailer": "^6.4.11",