dmitriy-nz / nestjs-form-data

NestJS middleware for handling multipart/form-data, which is primarily used for uploading files.
https://www.npmjs.com/package/nestjs-form-data
MIT License
117 stars 23 forks source link

Support for Nestjs 10 #48

Closed BayBreezy closed 1 year ago

BayBreezy commented 1 year ago

Nest update to v10 recently, but the peer dependencies are capped at v9. Can this be bumped soon please ? Thanks

xino1010 commented 1 year ago

waiting...

dmitriy-nz commented 1 year ago

Hi, NestJs 10 support was added in 1.9.0 version.

BayBreezy commented 1 year ago

Thank you

xino1010 commented 1 year ago

thank you