fix: ts type errors and migrate to v3

This commit is contained in:
2023-09-04 16:41:45 +02:00
parent a2e1f7d9ac
commit d786e40af3
9 changed files with 81 additions and 58 deletions

View File

@@ -36,7 +36,7 @@
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.15.0",
"@napi-rs/canvas": "^0.1.30",
"@sern/handler": "^2.5.3",
"@sern/handler": "^3.0.3",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"discord-tictactoe": "^4.0.0",
@@ -61,6 +61,6 @@
"@types/express": "^4.17.14",
"ts-node": "10.9.1",
"tsc-watch": "^5.0.3",
"typescript": "^4.9.3"
"typescript": "^5.2.2"
}
}