mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +03:00
Fixed prisma version to 2.12.1 .
This commit is contained in:
parent
75e17f4dc4
commit
f52b719291
@ -19,6 +19,6 @@
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.4",
|
||||
"standard": "^14.3.4",
|
||||
"@prisma/cli": "2.x"
|
||||
"@prisma/cli": "2.12.1"
|
||||
}
|
||||
}
|
||||
|
@ -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")
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user