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 @@ -89,7 +89,7 @@
"@typeform/embed": "^0.12.0",
"@types/rc-slider": "^8.6.5",
"@types/socket.io-client": "^1.4.32",
"airtable": "^0.5.8",
"airtable": "^0.9.0",

Choose a reason for hiding this comment

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

high

Upgrading airtable from ^0.5.8 to ^0.9.0 is a significant version jump that introduces breaking changes, as noted in the PR's metadata. The application code using this library will likely need to be updated. It is crucial to consult the airtable package's release notes and migration guides to adapt to the new APIs and prevent runtime failures.

"apollo-boost": "^0.4.4",
"apollo-link-batch-http": "^1.2.12",
"apollo-link-context": "^1.0.18",
Expand Down Expand Up @@ -201,7 +201,7 @@
"react-error-overlay": "^1.0.10",
"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 of react-instantsearch from ^5.7.0 to ^6.0.0 is a major version change and introduces breaking changes. Your components using react-instantsearch will require modifications to work with the new version. Please refer to the official react-instantsearch v6 migration guide to update your implementation and ensure search functionality is not broken.

"react-loadable": "^3.3.1",
"react-markdown": "^4.3.1",
"react-media": "^1.9.2",
Expand Down