Skip to content

Commit

Permalink
Update to "prisma": "4.6.1"
Browse files Browse the repository at this point in the history
Update Prisma from `4.6.0` to `4.6.1` to solve enum issue with PostgreSQL prisma/prisma#16180
  • Loading branch information
tordans committed Jan 18, 2023
1 parent a78bd33 commit e49611a
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 57 deletions.
15 changes: 15 additions & 0 deletions .changeset/mean-ears-speak.md
@@ -0,0 +1,15 @@
---
"toolkit-app": patch
"toolkit-app-passport": patch
"web": patch
"test-auth": patch
"test-full-auth-with-rpc": patch
"test-get-initial-props": patch
"test-no-suspense": patch
"test-qm": patch
"test-react-query-utils": patch
"test-trailing-slash": patch
"@blitzjs/generator": patch
---

Update Prisma from `4.6.0` to `4.6.1` to solve enum issue with postgresql https://github.com/prisma/prisma/issues/16180
2 changes: 1 addition & 1 deletion apps/toolkit-app-passportjs/package.json
Expand Up @@ -33,7 +33,7 @@
"blitz": "workspace:2.0.0-beta.22",
"next": "12.2.5",
"openid-client": "5.2.1",
"prisma": "4.6.0",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.39.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/toolkit-app/package.json
Expand Up @@ -33,7 +33,7 @@
"@prisma/client": "4.6.0",
"blitz": "workspace:2.0.0-beta.22",
"next": "12.2.5",
"prisma": "4.6.0",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.39.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Expand Up @@ -29,7 +29,7 @@
"next": "12.2.5",
"passport-mock-strategy": "2.0.0",
"passport-twitter": "1.0.4",
"prisma": "4.6.0",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-node": "10.9.1"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/auth-with-rpc/package.json
Expand Up @@ -27,7 +27,7 @@
"blitz": "workspace:2.0.0-beta.22",
"delay": "5.0.0",
"next": "12.2.5",
"prisma": "4.6.0",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.39.1",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/auth/package.json
Expand Up @@ -24,7 +24,7 @@
"blitz": "workspace:2.0.0-beta.22",
"lowdb": "3.0.0",
"next": "12.2.5",
"prisma": "4.6.0",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/get-initial-props/package.json
Expand Up @@ -23,7 +23,7 @@
"blitz": "workspace:2.0.0-beta.22",
"lowdb": "3.0.0",
"next": "12.2.5",
"prisma": "4.6.0",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/no-suspense/package.json
Expand Up @@ -23,7 +23,7 @@
"blitz": "workspace:2.0.0-beta.22",
"lowdb": "3.0.0",
"next": "12.2.5",
"prisma": "4.6.0",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/qm/package.json
Expand Up @@ -16,7 +16,7 @@
"@tanstack/react-query": "4.0.10",
"blitz": "workspace:2.0.0-beta.22",
"next": "12.2.5",
"prisma": "4.6.0",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/react-query-utils/package.json
Expand Up @@ -22,7 +22,7 @@
"blitz": "workspace:2.0.0-beta.22",
"lowdb": "3.0.0",
"next": "12.2.5",
"prisma": "4.6.0",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/trailing-slash/package.json
Expand Up @@ -23,7 +23,7 @@
"blitz": "workspace:2.0.0-beta.22",
"lowdb": "3.0.0",
"next": "12.2.5",
"prisma": "4.6.0",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/templates/app/package.js.json
Expand Up @@ -28,7 +28,7 @@
"@prisma/client": "4.6.0",
"blitz": "latest",
"next": "13.1",
"prisma": "4.6.0",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "3.19.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/templates/app/package.ts.json
Expand Up @@ -28,7 +28,7 @@
"@prisma/client": "4.6.0",
"blitz": "latest",
"next": "13.1",
"prisma": "4.6.0",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "3.20.2"
Expand Down

0 comments on commit e49611a

Please sign in to comment.