Skip to content

Commit

Permalink
fix(dependencies): depend on sync version of React InstantSearch Hooks
Browse files Browse the repository at this point in the history
For some reason (possibly the PR introducing this package) was merged with a version that wasn't the latest React InstantSearch Hooks as dependency, and thus doesn't get updated by shipjs during releases.

fixes #5568

In a different PR, we should change those dependencies to caret so they are more robust.
  • Loading branch information
Haroenv authored Apr 18, 2023
1 parent 0778460 commit ef9966b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"instantsearch.js": "4.54.1",
"react-instantsearch-hooks": "6.38.3"
"react-instantsearch-hooks": "6.42.2"
},
"devDependencies": {
"@types/jasmine": "3.3.16",
Expand Down

0 comments on commit ef9966b

Please sign in to comment.