Skip to content

Commit

Permalink
Update Prisma to v5 (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Sep 4, 2024
1 parent 0b90709 commit ac38c6a
Show file tree
Hide file tree
Showing 100 changed files with 5,243 additions and 1,063 deletions.
149 changes: 125 additions & 24 deletions examples/hackathon-submissions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/hackathon-submissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"typescript": "^5.1.0",
"vite": "^4.3.9",
"@types/react": "^18.0.37",
"prisma": "4.16.2"
"prisma": "5.19.1"
}
}
91 changes: 63 additions & 28 deletions examples/streaming/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"typescript": "^5.1.0",
"vite": "^4.3.9",
"@types/react": "^18.0.37",
"prisma": "4.16.2"
"prisma": "5.19.1"
}
}
Loading

0 comments on commit ac38c6a

Please sign in to comment.