Skip to content

Commit

Permalink
fix(adapter-pg-worker): bump @prisma/pg-worker to v6 (prisma#25867)
Browse files Browse the repository at this point in the history
This should've been done in Prisma 6.0 release but we missed it.
  • Loading branch information
aqrln authored Dec 16, 2024
1 parent 61f96e7 commit d2a87c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-pg-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"jest-junit": "16.0.0"
},
"peerDependencies": {
"@prisma/pg-worker": "^5.11.0"
"@prisma/pg-worker": "^6.0.0"
}
}

0 comments on commit d2a87c2

Please sign in to comment.