Skip to content

Commit 8789191

Browse files
committed
updated prisma to 2.30.3
1 parent ce9d94f commit 8789191

File tree

3 files changed

+63
-76
lines changed

3 files changed

+63
-76
lines changed

package-lock.json

Lines changed: 60 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@nestjs/swagger": "^5.2.0",
3333
"@nestjs/terminus": "^8.0.8",
3434
"@nestjs/websockets": "^8.4.1",
35-
"@prisma/client": "^2.12.1",
35+
"@prisma/client": "^2.30.3",
3636
"ajv": "^8.10.0",
3737
"bcryptjs": "^2.4.3",
3838
"cache-manager": "^3.6.0",
@@ -58,7 +58,6 @@
5858
"@nestjs/cli": "^8.2.3",
5959
"@nestjs/schematics": "^8.0.8",
6060
"@nestjs/testing": "^8.4.1",
61-
"@prisma/cli": "2.12.1",
6261
"@types/bcryptjs": "^2.4.2",
6362
"@types/cache-manager": "^3.4.3",
6463
"@types/cron": "^1.7.3",
@@ -80,6 +79,7 @@
8079
"eslint-plugin-import": "^2.25.4",
8180
"jest": "^27.5.1",
8281
"prettier": "^2.6.0",
82+
"prisma": "^2.30.3",
8383
"supertest": "^6.2.2",
8484
"ts-jest": "^27.1.3",
8585
"ts-loader": "^9.2.8",

src/test-variations/test-variations.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class TestVariationsService {
4242
}
4343

4444
async findUnique(
45-
data: Prisma.ProjectIdNameBrowserDeviceOsViewportCustomTagsBranchNameCompoundUniqueInput
45+
data: Prisma.TestVariationProjectIdNameBrowserDeviceOsViewportCustomTagsBranchNameCompoundUniqueInput
4646
): Promise<TestVariation | null> {
4747
return this.prismaService.testVariation.findUnique({
4848
where: {

0 commit comments

Comments
 (0)