docusaurus-graphql-plugin
docusaurus-graphql-plugin copied to clipboard
Update package.json
Updating the joi dependency
ref: #22
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:
- Move
joi
to thepeerDependencies
so it relies on the project's version - Add
joi
to thedevDependencies
so it's installed when developing
In 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.