Skip to content

Commit

Permalink
Fixed prisma version to 2.12.1 .
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinsos committed Dec 10, 2020
1 parent 75e17f4 commit f52b719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion waspc/data/Generator/templates/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"devDependencies": {
"nodemon": "^2.0.4",
"standard": "^14.3.4",
"@prisma/cli": "2.x"
"@prisma/cli": "2.12.1"
}
}
2 changes: 1 addition & 1 deletion waspc/src/Generator/ServerGenerator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
]
Expand Down

0 comments on commit f52b719

Please sign in to comment.