Skip to content

Commit 5d5de12

Browse files
authoredJan 17, 2025
fix(deps): update prisma monorepo to v6
1 parent 6589278 commit 5d5de12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@nestjs/core": "11.0.1",
2727
"@nestjs/graphql": "12.2.2",
2828
"@nestjs/platform-express": "11.0.1",
29-
"@prisma/client": "4.16.2",
29+
"@prisma/client": "6.2.1",
3030
"class-transformer": "0.5.1",
3131
"class-validator": "0.14.1",
3232
"graphql": "16.8.1",
@@ -53,7 +53,7 @@
5353
"globals": "15.14.0",
5454
"jest": "29.7.0",
5555
"prettier": "3.4.2",
56-
"prisma": "^4.15.0",
56+
"prisma": "^6.0.0",
5757
"supertest": "7.0.0",
5858
"ts-jest": "29.2.5",
5959
"ts-loader": "9.5.2",

0 commit comments

Comments
 (0)