Skip to content

Commit

Permalink
chore(deps): bump prisma to v5.0.0 (#1508)
Browse files Browse the repository at this point in the history
* fix: remove jsonProtocol as a preview feature

* chore(deps): bump prisma to v5.0.0

* chore: add changeset
  • Loading branch information
Sn0wye authored Jul 16, 2023
1 parent f3fd50f commit e9c862e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-glasses-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-t3-app": minor
---

chore(deps): bump prisma to v5.0.0
4 changes: 2 additions & 2 deletions cli/src/installers/dependencyVersionMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export const dependencyVersionMap = {
"@next-auth/prisma-adapter": "^1.0.5",

// Prisma
prisma: "^4.14.0",
"@prisma/client": "^4.14.0",
prisma: "^5.0.0",
"@prisma/client": "^5.0.0",

// TailwindCSS
tailwindcss: "^3.3.0",
Expand Down
1 change: 0 additions & 1 deletion cli/template/extras/prisma/schema/base.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

generator client {
provider = "prisma-client-js"
previewFeatures = ["jsonProtocol"]
}

datasource db {
Expand Down
1 change: 0 additions & 1 deletion cli/template/extras/prisma/schema/with-auth.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

generator client {
provider = "prisma-client-js"
previewFeatures = ["jsonProtocol"]
}

datasource db {
Expand Down

2 comments on commit e9c862e

@vercel
Copy link

@vercel vercel bot commented on e9c862e Jul 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e9c862e Jul 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t3-upgrade – ./upgrade

t3-upgrade-t3-oss.vercel.app
t3-upgrade.vercel.app
t3-upgrade-git-next-t3-oss.vercel.app

Please sign in to comment.