docusaurus-theme-search-typesense
docusaurus-theme-search-typesense copied to clipboard
Add and declare missing peer dependencies
Change Summary
Some peer dependencies were missing in the package.json. This resulted in warnings during the installation of the package. So I added the missing dependencies for a better developper experience. The added dependencies are:
- @babel/runtime
- algoliasearch
I've also updated the versions of the docusaurus dependencies to allow a compatibility with more versions of docusaurus.
PR Checklist
- [x] I have read and signed the Contributor License Agreement.