Skip to content

Commit

Permalink
fix: use correct version of prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Apr 12, 2024
1 parent eaad67f commit 0635596
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tiny-apes-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-jd-app": minor
---

fix: use correct version of prisma
2 changes: 1 addition & 1 deletion src/helpers/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const packages = {
postcss: "^8.4.35",
autoprefixer: "^10.4.17",
// prisma
prisma: "^5.12.2",
prisma: "^5.12.1",
},
normal: {
// prisma
Expand Down

0 comments on commit 0635596

Please sign in to comment.