typesense / docusaurus-theme-search-typesense

A fork of the awesome @docusaurus/theme-search-algolia library customized to work with Typesense
https://typesense.org/docs/guide/docsearch.html
MIT License
65 stars 14 forks source link

Add missing peer dependencies #12

Closed romdej closed 2 years ago

romdej commented 2 years ago

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:

I've also updated the versions of the docusaurus dependencies to allow a compatibility with more versions of docusaurus.

PR Checklist