mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
Co-authored-by: Balázs Orbán <info@balazsorban.com> BREAKING CHANGE With this release, we only support `@mikro-orm/*@5` To migrate, run the following (replace the `*` with [your driver](https://mikro-orm.io/docs/installation)): ```sh npm install @mikro-orm/core@5 @mikro-orm/*@5 ``` Check out the [MikroORM v5 changelog](https://github.com/mikro-orm/mikro-orm/blob/master/CHANGELOG.md#500-2022-02-06) for more details.