Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 19, 2023
1 parent 18335ff commit 09fc82e
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 75 deletions.
206 changes: 133 additions & 73 deletions sample/22-graphql-prisma/package-lock.json

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

4 changes: 2 additions & 2 deletions sample/22-graphql-prisma/package.json
Expand Up @@ -26,7 +26,7 @@
"@nestjs/core": "10.2.10",
"@nestjs/graphql": "12.0.11",
"@nestjs/platform-express": "10.2.10",
"@prisma/client": "4.16.2",
"@prisma/client": "5.7.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"graphql": "16.8.1",
Expand All @@ -49,7 +49,7 @@
"eslint-plugin-import": "2.29.0",
"jest": "29.7.0",
"prettier": "3.0.3",
"prisma": "^4.15.0",
"prisma": "^5.0.0",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-loader": "9.5.1",
Expand Down

0 comments on commit 09fc82e

Please sign in to comment.