Fixed prisma version to 2.12.1 .

This commit is contained in:
Martin Sosic 2020-12-10 15:54:17 +01:00
parent 75e17f4dc4
commit f52b719291
2 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@
"devDependencies": {
"nodemon": "^2.0.4",
"standard": "^14.3.4",
"@prisma/cli": "2.x"
"@prisma/cli": "2.12.1"
}
}

View File

@ -68,7 +68,7 @@ waspNpmDeps = ND.fromList
, ("debug", "~2.6.9")
, ("express", "~4.16.1")
, ("morgan", "~1.9.1")
, ("@prisma/client", "2.x")
, ("@prisma/client", "2.12.1")
, ("jsonwebtoken", "^8.5.1")
, ("secure-password", "^4.0.0")
]