Skip to content

Commit 91bd519

Browse files
fix(deps): update prisma monorepo to v5
1 parent e48be85 commit 91bd519

File tree

2 files changed

+35
-36
lines changed

2 files changed

+35
-36
lines changed

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

+33-34
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.2.6",
2727
"@nestjs/graphql": "12.0.11",
2828
"@nestjs/platform-express": "10.2.6",
29-
"@prisma/client": "4.16.2",
29+
"@prisma/client": "5.6.0",
3030
"class-transformer": "0.5.1",
3131
"class-validator": "0.14.0",
3232
"graphql": "16.8.1",
@@ -49,7 +49,7 @@
4949
"eslint-plugin-import": "2.29.0",
5050
"jest": "29.7.0",
5151
"prettier": "3.0.3",
52-
"prisma": "^4.15.0",
52+
"prisma": "^5.0.0",
5353
"supertest": "6.3.3",
5454
"ts-jest": "29.1.1",
5555
"ts-loader": "9.4.4",

0 commit comments

Comments
 (0)