koajs / bodyparser

Koa body parsing middleware
MIT License
1.31k stars 118 forks source link

fix: set `@types/cobody` as a dependency #164

Open samchungy opened 2 months ago

samchungy commented 2 months ago

To switch to @koa/bodyparser we have to awkwardly declare a dependency on @types/cobody or resort to using skipLibCheck as this library is referencing types it whilst declaring it as a devDependency.

This PR sets @types/cobody as a dependency.

Checklist

samchungy commented 1 month ago

@3imed-jaberi, @fengmk2 @titanism Could you please take a look? Cheers 🙏