mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-27 19:00:42 -04:00
chore(client): bump prisma to v5 (#51131)
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
previewFeatures = ["jsonProtocol"]
|
||||
}
|
||||
|
||||
datasource db {
|
||||
|
||||
Reference in New Issue
Block a user