Skip to content

Commit 4b77f8b

Browse files
fix(deps): update prisma monorepo to v6
1 parent d220da6 commit 4b77f8b

File tree

2 files changed

+111
-47
lines changed

2 files changed

+111
-47
lines changed

sample/22-graphql-prisma/package-lock.json

+109-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/22-graphql-prisma/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@nestjs/core": "10.4.11",
2727
"@nestjs/graphql": "12.2.1",
2828
"@nestjs/platform-express": "10.4.11",
29-
"@prisma/client": "4.16.2",
29+
"@prisma/client": "6.0.0",
3030
"class-transformer": "0.5.1",
3131
"class-validator": "0.14.1",
3232
"graphql": "16.8.1",
@@ -49,7 +49,7 @@
4949
"eslint-plugin-import": "2.29.1",
5050
"jest": "29.7.0",
5151
"prettier": "3.2.5",
52-
"prisma": "^4.15.0",
52+
"prisma": "^6.0.0",
5353
"supertest": "6.3.4",
5454
"ts-jest": "29.1.2",
5555
"ts-loader": "9.5.1",

0 commit comments

Comments
 (0)