Skip to content

Commit

Permalink
Merge pull request #2606 from nestjs/renovate/prisma-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update prisma monorepo to v6.3.0
  • Loading branch information
BrunnerLivio authored Jan 31, 2025
2 parents 930e902 + 4c42699 commit 0ce38f1
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 42 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@nestjs/swagger": "11.0.3",
"@nestjs/testing": "11.0.6",
"@nestjs/typeorm": "11.0.0",
"@prisma/client": "6.2.1",
"@prisma/client": "6.3.0",
"@release-it/conventional-changelog": "10.0.0",
"@types/express": "5.0.0",
"@types/jest": "29.5.14",
Expand Down Expand Up @@ -108,7 +108,7 @@
"nats": "2.29.1",
"portfinder": "1.0.32",
"prettier": "3.4.2",
"prisma": "6.2.1",
"prisma": "6.3.0",
"reflect-metadata": "0.2.2",
"release-it": "18.1.2",
"rollup": "4.32.1",
Expand Down
88 changes: 49 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/012-prisma-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/core": "11.0.6",
"@nestjs/platform-express": "11.0.6",
"@nestjs/terminus": "11.0.0",
"@prisma/client": "6.2.1",
"@prisma/client": "6.3.0",
"prisma": "^6.2.1",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1"
Expand Down

0 comments on commit 0ce38f1

Please sign in to comment.