Skip to content

Commit

Permalink
feat: also allow prisma v6 as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesg committed Dec 7, 2024
1 parent 939e1ae commit 91c5fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@nestjs-cls/transactional": "workspace:^2.4.3",
"@prisma/client": "> 4 < 6",
"nestjs-cls": "workspace:^4.5.0",
"prisma": "> 4 < 6"
"prisma": "> 4 < 7"
},
"devDependencies": {
"@nestjs/cli": "^10.0.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5362,7 +5362,7 @@ __metadata:
"@nestjs-cls/transactional": "workspace:^2.4.3"
"@prisma/client": "> 4 < 6"
nestjs-cls: "workspace:^4.5.0"
prisma: "> 4 < 6"
prisma: "> 4 < 7"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 91c5fa4

Please sign in to comment.