Skip to content

Commit e9c862e

Browse files
authored
chore(deps): bump prisma to v5.0.0 (#1508)
* fix: remove jsonProtocol as a preview feature * chore(deps): bump prisma to v5.0.0 * chore: add changeset
1 parent f3fd50f commit e9c862e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.changeset/weak-glasses-help.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": minor
3+
---
4+
5+
chore(deps): bump prisma to v5.0.0

cli/src/installers/dependencyVersionMap.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export const dependencyVersionMap = {
88
"@next-auth/prisma-adapter": "^1.0.5",
99

1010
// Prisma
11-
prisma: "^4.14.0",
12-
"@prisma/client": "^4.14.0",
11+
prisma: "^5.0.0",
12+
"@prisma/client": "^5.0.0",
1313

1414
// TailwindCSS
1515
tailwindcss: "^3.3.0",

cli/template/extras/prisma/schema/base.prisma

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
generator client {
55
provider = "prisma-client-js"
6-
previewFeatures = ["jsonProtocol"]
76
}
87

98
datasource db {

cli/template/extras/prisma/schema/with-auth.prisma

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
generator client {
55
provider = "prisma-client-js"
6-
previewFeatures = ["jsonProtocol"]
76
}
87

98
datasource db {

0 commit comments

Comments
 (0)