nestjsx / nestjs-typeorm-paginate

:page_with_curl: Pagination response object function + types for typeorm + nestjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NestJS 9

damieneichhorn opened this issue · comments

Hi

NestJS 9 has released, nestjs-typeorm-paginate requires @nestjs/common 7 or 8 as a peer dependency but not 9.
^9.0.0 should be added to the peer dependency.

I have started work on adding 9.0.0 support. See the linked PR.