mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
some types are required for tsc to work (#399)
This commit is contained in:
parent
922da5a52d
commit
b0574c1f38
@ -20,8 +20,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
"@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/eslint-plugin": "^5.62.0",
|
||||||
"@typescript-eslint/parser": "^5.62.0",
|
"@typescript-eslint/parser": "^5.62.0",
|
||||||
"eslint": "^8.24.0",
|
"eslint": "^8.24.0",
|
||||||
@ -46,6 +44,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fastify/type-provider-typebox": "^5.1.0",
|
"@fastify/type-provider-typebox": "^5.1.0",
|
||||||
|
"@types/jest": "^29.5.14",
|
||||||
|
"@types/nodemailer": "^6.4.17",
|
||||||
"fastify": "^5.2.1",
|
"fastify": "^5.2.1",
|
||||||
"nodemailer": "^6.10.0",
|
"nodemailer": "^6.10.0",
|
||||||
"ts-dotenv": "^0.9.1"
|
"ts-dotenv": "^0.9.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user