Skip to content

Commit c1dba2e

Browse files
committed
bump prisma version to be on par with prisma-client
1 parent b68ed2b commit c1dba2e

File tree

2 files changed

+1033
-1068
lines changed

2 files changed

+1033
-1068
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@nestjs/platform-express": "^11.0.1",
2828
"@prisma/client": "^6.5.0",
2929
"class-validator": "^0.14.1",
30-
"prisma": "^6.3.1",
30+
"prisma": "^6.5.0",
3131
"reflect-metadata": "^0.2.2",
3232
"rxjs": "^7.8.1"
3333
},
@@ -74,5 +74,6 @@
7474
],
7575
"coverageDirectory": "../coverage",
7676
"testEnvironment": "node"
77-
}
77+
},
78+
"packageManager": "yarn@4.7.0"
7879
}

0 commit comments

Comments
 (0)