some types are required for tsc to work (#399)

This commit is contained in:
Ulf Gebhardt 2025-07-12 14:58:42 +01:00 committed by GitHub
parent 922da5a52d
commit b0574c1f38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,8 +20,6 @@
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@types/jest": "^29.5.14",
"@types/nodemailer": "^6.4.17",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.24.0",
@ -46,6 +44,8 @@
},
"dependencies": {
"@fastify/type-provider-typebox": "^5.1.0",
"@types/jest": "^29.5.14",
"@types/nodemailer": "^6.4.17",
"fastify": "^5.2.1",
"nodemailer": "^6.10.0",
"ts-dotenv": "^0.9.1"