wahyubucil / adonis-prisma

Prisma Provider for AdonisJS
MIT License
79 stars 9 forks source link

Update Prisma dependency to latest version 5 #4

Closed jleifeld closed 11 months ago

jleifeld commented 11 months ago

Proposed changes

Prisma released the new version 5: https://github.com/prisma/prisma/releases/tag/5.0.0

Currently this package has a peer dependency to Prisma v4 and therefore you get peer dependency problems when installing it together with Prisma 5.

Types of changes

What types of changes does your code introduce?

Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

No further comments :)

wahyubucil commented 11 months ago

Thanks for your help. Really appreciate it. The only issue is based on the CONTRIBUTING doc, you shouldn't change the package version. But that's fine since I will change it again.

I will publish it as version 1.0.0 since it has a breaking change