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
90 changes: 50 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/bottom-tabs": "^7.8.4",

Choose a reason for hiding this comment

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

high

This automatic upgrade jumps 39 versions of @react-navigation/bottom-tabs (from 7.2.1 to 7.8.4). While this is a non-major update, such a large version leap introduces a significant risk of regressions or subtle behavioral changes. This also pulls in substantial updates to core dependencies like @react-navigation/core (v7.4.0 -> v7.13.5) and @react-navigation/native (v7.0.15 -> v7.1.24). This concentration of changes increases the likelihood of encountering unforeseen issues. It is advisable to review the changelogs of these packages for any potentially impactful changes.

"@react-navigation/native": "^7.0.14",
"expo": "~52.0.47",
"expo-barcode-scanner": "^13.0.1",
Expand Down