Open Braunson opened 11 months ago
Thanks for the PR and sorry for the delay 🙏
That's too bad because ^17.4.0
matches 17.11.0
and would work out of the box if we:
joi
to the peerDependencies
so it relies on the project's versionjoi
to the devDependencies
so it's installed when developingIn this case ^17.0.0
should work as this plugin uses very basic joi features that probably didn't receive a breaking change with a minor version update.
Updating the joi dependency
ref: #22