prisma/client

This commit is contained in:
Axel Olausson Holtenäs 2022-10-19 09:04:21 +02:00
parent 4cd17a4952
commit 1f4c24dc01

View file

@ -31,6 +31,7 @@
}, },
"dependencies": { "dependencies": {
"@discordjs/rest": "^1.0.0", "@discordjs/rest": "^1.0.0",
"@prisma/client": "^4.5.0",
"@types/i18next-fs-backend": "^1.1.2", "@types/i18next-fs-backend": "^1.1.2",
"axios": "^1.0.0", "axios": "^1.0.0",
"chance": "^1.1.8", "chance": "^1.1.8",
@ -49,7 +50,7 @@
"node-schedule": "^2.1.0", "node-schedule": "^2.1.0",
"ts-node": "^10.7.0", "ts-node": "^10.7.0",
"tsconfig-paths": "^4.0.0", "tsconfig-paths": "^4.0.0",
"typescript": "^4.6.3", "typescript": "^4.8.4",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"winston-daily-rotate-file": "^4.6.1" "winston-daily-rotate-file": "^4.6.1"
}, },
@ -69,7 +70,8 @@
"jest": "29.2.0", "jest": "29.2.0",
"lint-staged": "13.0.3", "lint-staged": "13.0.3",
"nodemon": "2.0.20", "nodemon": "2.0.20",
"prettier": "2.7.1" "prettier": "2.7.1",
"prisma": "^4.5.0"
}, },
"lint-staged": { "lint-staged": {
"*.ts": "eslint --cache --fix" "*.ts": "eslint --cache --fix"