wasp
wasp copied to clipboard
Update Prisma to v5
Closes #1281 Closes #1570 Closes #2099
Left to do
- [x] [Blocker 🔴] Make sure CRUD features works again (Prisma types are not compatible with SuperJSON types for some reason)
- [x] Update e2e tests
- [x] ~~Update docs~~ No updates needed
- [x] Update example apps
- [x] Update starters
- https://github.com/wasp-lang/starters/pull/9
- https://github.com/wasp-lang/open-saas/pull/255
- [x] Format the outputted
schema.prisma
to enable checking if users ran thenpx prisma
command manually - [x] Test with the
waspc/examples/todoApp
- [x] Test with a new basic app
- [x] Test with embeddings app (uses preview features)
- Works well, still need to update the starters template to have Prisma version in
package.json
as5.18.0
- Works well, still need to update the starters template to have Prisma version in