fix(e2e): added @types/node

This commit is contained in:
alina 🌸 2023-11-04 20:51:43 +03:00
parent eec142f0e5
commit 317d49eefe
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -18,6 +18,7 @@
"@mtcute/tl": "*",
"@mtcute/tl-runtime": "*",
"@mtcute/tl-utils": "*",
"@mtcute/wasm": "*",
"@types/chai": "^4.3.8",
"@types/mocha": "^10.0.2",
"chai": "^4.3.10",
@ -27,5 +28,8 @@
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/node": "^20.8.10"
}
}