Skip to content

Commit

Permalink
Update prisma monorepo to v2.29.0 (minor) (#6292)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2021
1 parent 18dc93f commit 0dcb1c9
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 245 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-phones-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@keystone-next/keystone": patch
---

Updated Prisma dependencies to `2.29.0`.
8 changes: 4 additions & 4 deletions packages/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"@keystone-ui/toast": "^4.0.1",
"@keystone-ui/tooltip": "^4.0.1",
"@preconstruct/next": "^3.0.0",
"@prisma/client": "2.28.0",
"@prisma/migrate": "2.28.0",
"@prisma/sdk": "2.28.0",
"@prisma/client": "2.29.0",
"@prisma/migrate": "2.29.0",
"@prisma/sdk": "2.29.0",
"@sindresorhus/slugify": "^1.1.2",
"@types/apollo-upload-client": "14.1.0",
"@types/babel__core": "^7.1.15",
Expand Down Expand Up @@ -94,7 +94,7 @@
"pirates": "^4.0.1",
"pluralize": "^8.0.0",
"prettier": "^2.3.2",
"prisma": "2.28.0",
"prisma": "2.29.0",
"prompts": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/api-tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const expectPrismaError = (
args.map(({ path, message, code, target }) => ({
extensions: {
code: 'INTERNAL_SERVER_ERROR',
exception: { clientVersion: '2.28.0', code, meta: { target } },
exception: { clientVersion: '2.29.0', code, meta: { target } },
},
path,
message,
Expand Down
Loading

0 comments on commit 0dcb1c9

Please sign in to comment.