➕ prisma/client
This commit is contained in:
parent
4cd17a4952
commit
1f4c24dc01
1 changed files with 4 additions and 2 deletions
|
@ -31,6 +31,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@discordjs/rest": "^1.0.0",
|
||||
"@prisma/client": "^4.5.0",
|
||||
"@types/i18next-fs-backend": "^1.1.2",
|
||||
"axios": "^1.0.0",
|
||||
"chance": "^1.1.8",
|
||||
|
@ -49,7 +50,7 @@
|
|||
"node-schedule": "^2.1.0",
|
||||
"ts-node": "^10.7.0",
|
||||
"tsconfig-paths": "^4.0.0",
|
||||
"typescript": "^4.6.3",
|
||||
"typescript": "^4.8.4",
|
||||
"uuid": "^9.0.0",
|
||||
"winston-daily-rotate-file": "^4.6.1"
|
||||
},
|
||||
|
@ -69,7 +70,8 @@
|
|||
"jest": "29.2.0",
|
||||
"lint-staged": "13.0.3",
|
||||
"nodemon": "2.0.20",
|
||||
"prettier": "2.7.1"
|
||||
"prettier": "2.7.1",
|
||||
"prisma": "^4.5.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.ts": "eslint --cache --fix"
|
||||
|
|
Loading…
Add table
Reference in a new issue