Update dependencies and TypeScript version in package.json and package-lock.json

Remove moduleResolution from tsconfig.json
This commit is contained in:
2026-04-02 14:26:04 +02:00
parent 6dc68dfae9
commit 03ba37ec1a
3 changed files with 66 additions and 57 deletions

View File

@@ -24,10 +24,10 @@
},
"homepage": "https://github.com/Under-scape/discordbot-ts-template#readme",
"devDependencies": {
"typescript": "^5.9.2"
"typescript": "^6.0.2"
},
"dependencies": {
"discord.js": "^14.25.0",
"dotenv": "^17.2.2"
"discord.js": "^14.26.0",
"dotenv": "^17.4.0"
}
}