Skip to content
Open
Show file tree
Hide file tree
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"@growthbook/growthbook": "^1.2.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native/metro-config": "^0.75.0-main",
"@react-native/metro-config": "^0.84.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

Upgrading @react-native/metro-config from ^0.75.0-main to ^0.84.0 is a significant jump for a core part of the React Native build system. This could introduce breaking changes to your Metro bundler configuration or behavior. It's crucial to test the application build, startup, and hot-reloading functionality thoroughly after this change.

"@react-navigation/compat": "^5.3.15",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"@sentry/react-native": "^5.30.0",
"axios": "^0.27.2",
"axios": "^1.13.5",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

This upgrade of axios from version 0.27.2 to 1.13.5 is a major version change that introduces breaking changes. For example, the error handling has changed significantly. In axios < 1.0, the error object was directly available, but now it's often nested under error.response. You may need to update your error handling logic in catch blocks.

Please refer to the axios v1.0.0 release notes and thoroughly test all parts of the application that make HTTP requests.

"axios-mock-adapter": "^1.17.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-react-intl": "8.2.25",
Expand Down
Loading
Loading