(maint) Update dependencies
Some checks reported warnings
prisma-migrate / install (push) Has been cancelled
prisma-migrate / generate (push) Has been cancelled
prisma-migrate / migrate (push) Has been cancelled

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
Louis Hollingworth 2023-09-09 19:03:36 +01:00
parent 6fb7a492db
commit 718d4f5e9c
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
3 changed files with 166 additions and 254 deletions

View file

@ -14,19 +14,19 @@
"watch": "nodemon --exec ts-node-esm src/main.ts"
},
"dependencies": {
"@discordx/importer": "^1.2.2",
"@prisma/client": "4.15.0",
"discord.js": "^14.11.0",
"@discordx/importer": "^1.2.3",
"@prisma/client": "5.2.0",
"discord.js": "^14.13.0",
"discordx": "^11.7.6",
"dotenv": "16.0.3"
"dotenv": "16.3.1"
},
"devDependencies": {
"@types/node": "^20.4.4",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"prisma": "^4.16.2",
"@types/node": "^20.6.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"prisma": "^5.2.0",
"ts-node": "^10.9.1",
"typescript": "4.9.5"
"typescript": "5.2.2"
},
"engines": {
"node": ">=16.0.0",