docusaurus-theme-search-typesense icon indicating copy to clipboard operation
docusaurus-theme-search-typesense copied to clipboard

Add and declare missing peer dependencies

Open romdej opened this issue 3 years ago • 0 comments

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

romdej avatar May 06 '22 09:05 romdej