Update package to be Angular 9 compliant
See original GitHub issueHi algolia-search 😃
Describe the bug 🐛
Installing this package with Angular v9 gives the following warn:
Package "angular-instantsearch" has an incompatible peer dependency to "@angular/core" (requires ">=5.0.0 <8.0.0" (extended), would install "9.0.5"). Package "angular-instantsearch" has an incompatible peer dependency to "@angular/common" (requires ">=5.0.0 <8.0.0" (extended), would install "9.0.5"). Package "angular-instantsearch" has an incompatible peer dependency to "@angular/platform-browser" (requires ">=5.0.0 <8.0.0" (extended), would install "9.0.5"). Package "angular-instantsearch" has an incompatible peer dependency to "@angular/platform-browser-dynamic" (requires ">=5.0.0 <8.0.0" (extended), would install "9.0.5").
Can you please update your peer dependencies?
Thanks
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:34 (12 by maintainers)
I was just trying to solve this problem. Thank you!
Hi @chhaymenghong , Thank you for providing the repository.
angular-instantsearch@3.0.0-beta.5
depends oninstantsearch.js@^3.5.4
. Can you modify the instantsearch.js version like this?https://github.com/algolia/angular-instantsearch/blob/3.0.0-beta.5/package.json#L126