Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 596df60 commit e889ed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@nestjs/swagger": "7.3.0",
"@nestjs/testing": "10.3.2",
"@nestjs/typeorm": "10.0.2",
"@prisma/client": "4.16.2",
"@prisma/client": "6.1.0",
"@release-it/conventional-changelog": "5.1.1",
"@types/express": "4.17.21",
"@types/jest": "29.5.11",
Expand Down Expand Up @@ -90,7 +90,7 @@
"nats": "2.19.0",
"portfinder": "1.0.32",
"prettier": "3.2.4",
"prisma": "4.16.2",
"prisma": "6.1.0",
"reflect-metadata": "0.2.1",
"release-it": "15.11.0",
"rollup": "4.9.6",
Expand Down
4 changes: 2 additions & 2 deletions sample/012-prisma-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@nestjs/core": "10.3.1",
"@nestjs/platform-express": "10.3.1",
"@nestjs/terminus": "10.2.1",
"@prisma/client": "5.9.1",
"prisma": "^5.7.1",
"@prisma/client": "6.1.0",
"prisma": "^6.0.0",
"reflect-metadata": "0.2.1",
"rxjs": "7.8.1"
},
Expand Down

0 comments on commit e889ed7

Please sign in to comment.