Closed janpio closed 4 years ago
https://github.com/prisma/e2e-tests/blob/dev/frameworks/nestjs/package.json Currently just a copy from an old version of https://github.com/fivethree-team/nestjs-prisma-starter, so also includes type-graphql and other unrelated libraries we are not really interested in here and that regularly cause dependency update problems.
This should be simplified a lot and really just make just Nest and Prisma play along.
Would probably make sense to follow https://docs.nestjs.com/recipes/prisma and simplify further.
This is currently blocking: https://github.com/prisma/e2e-tests/pull/797 https://github.com/prisma/e2e-tests/pull/796 https://github.com/prisma/e2e-tests/pull/874 https://github.com/prisma/e2e-tests/pull/708 https://github.com/prisma/e2e-tests/pull/898
https://github.com/prisma/e2e-tests/blob/dev/frameworks/nestjs/package.json Currently just a copy from an old version of https://github.com/fivethree-team/nestjs-prisma-starter, so also includes type-graphql and other unrelated libraries we are not really interested in here and that regularly cause dependency update problems.
This should be simplified a lot and really just make just Nest and Prisma play along.