Fix types for dompurify and toastr

This commit is contained in:
Cohee
2024-10-06 19:51:59 +03:00
parent 680dc80649
commit 2e36f45e24
4 changed files with 37 additions and 19 deletions
+3 -2
View File
@@ -85,8 +85,9 @@
},
"main": "server.js",
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/jquery": "^3.5.29",
"eslint": "^8.57.0",
"jquery": "^3.6.4"
"@types/toastr": "^2.1.43",
"eslint": "^8.57.0"
}
}