chore(client): bump prisma to v5 (#51131)

This commit is contained in:
Muhammed Mustafa
2023-08-03 12:59:15 +03:00
committed by GitHub
parent 984208f2a5
commit 8b9ca4c3ab
3 changed files with 20 additions and 31 deletions

View File

@@ -11,7 +11,7 @@
"@fastify/swagger": "^8.3.1",
"@fastify/swagger-ui": "^1.5.0",
"@immobiliarelabs/fastify-sentry": "^6.0.0",
"@prisma/client": "4.16.2",
"@prisma/client": "5.0.0",
"ajv": "8.12.0",
"ajv-formats": "^2.1.1",
"bad-words": "3.0.4",
@@ -36,7 +36,7 @@
"dotenv-cli": "7.2.1",
"jest": "29.6.2",
"pino-pretty": "10.2.0",
"prisma": "4.16.2",
"prisma": "5.0.0",
"supertest": "6.3.3",
"ts-jest": "29.1.1"
},

View File

@@ -1,6 +1,5 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["jsonProtocol"]
}
datasource db {