Skip to content

Commit

Permalink
fix(autocomplete-js): correct peer dependency (#1095)
Browse files Browse the repository at this point in the history
fixes #1094
  • Loading branch information
Haroenv authored Feb 14, 2023
1 parent b0f8ea3 commit c3824a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/autocomplete-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@algolia/client-search": "4.14.3"
},
"peerDependencies": {
"@algolia/client-search": ">= 4.5.1 < 6"
"@algolia/client-search": ">= 4.5.1 < 6",
"algoliasearch": ">= 4.9.1 < 6"
}
}

0 comments on commit c3824a9

Please sign in to comment.