generated from lucxjo/template
(maint) Update dependencies
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
parent
6fb7a492db
commit
718d4f5e9c
3 changed files with 166 additions and 254 deletions
18
package.json
18
package.json
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue