We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68ed2b commit c1dba2eCopy full SHA for c1dba2e
package.json
@@ -27,7 +27,7 @@
27
"@nestjs/platform-express": "^11.0.1",
28
"@prisma/client": "^6.5.0",
29
"class-validator": "^0.14.1",
30
- "prisma": "^6.3.1",
+ "prisma": "^6.5.0",
31
"reflect-metadata": "^0.2.2",
32
"rxjs": "^7.8.1"
33
},
@@ -74,5 +74,6 @@
74
],
75
"coverageDirectory": "../coverage",
76
"testEnvironment": "node"
77
- }
+ },
78
+ "packageManager": "yarn@4.7.0"
79
}
0 commit comments