arb / celebrate

A joi validation middleware for Express.
MIT License
1.33k stars 66 forks source link

Joi dependency still @hapi/joi instead of the new independent joi #187

Closed SharudAgarwal closed 4 years ago

SharudAgarwal commented 4 years ago

The issue I am having with celebrate is:

The joi dependency is still @hapi/joi. Joi has now become it's own package, independent of hapi. I would like to also use joigoose, but it has updated to using the independent joi package. Will there be an update for celebrate to use the independent joi?