Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"ot": "^0.0.15",
"outvariant": "^1.4.2",
"overmind": "^27.0.0-1624124645626",
"overmind-graphql": "^8.0.0-1615750082257",
"overmind-graphql": "^8.1.0",
"overmind-react": "^28.0.0-1624124645626",
"path-browserify": "1.0.1",
"phoenix": "^1.7.0",
Expand Down Expand Up @@ -208,7 +208,7 @@
"react-helmet": "^6.1.0",
"react-icons": "^2.2.7",
"react-input-autosize": "^2.2.1",
"react-instantsearch": "^5.7.0",
"react-instantsearch": "^6.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This upgrade to a new major version (v5 to v6) introduces breaking changes, as noted in the PR description. The existing code using react-instantsearch will likely be incompatible with this new version and will require migration to the v6 API. Without these code changes, search-related functionality is expected to be broken.

"react-loadable": "^3.3.1",
"react-markdown": "^5.0.0",
"react-media": "^1.10.0",
Expand Down
Loading