Skip to content

Commit

Permalink
Update react-navigation monorepo to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 124bb0e commit d06efae
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/ccc-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"peerDependencies": {
"react": "^18.0.0",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native": "^7.0.0",
"moment-timezone": "^0.5.45",
"delay": "^6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/event-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.0.0",
"react-native": "^0.72.4",
"react-native-vector-icons": "^9.2.0",
"@react-navigation/native": "^6.1.18"
"@react-navigation/native": "^7.0.0"
},
"dependencies": {
"@callstack/react-theme-provider": "3.0.9",
Expand Down
2 changes: 1 addition & 1 deletion modules/food-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.0.0",
"react-native": "^0.72.4",
"react-native-vector-icons": "^9.2.0",
"@react-navigation/native": "^6.1.18"
"@react-navigation/native": "^7.0.0"
},
"dependencies": {
"@callstack/react-theme-provider": "3.0.9",
Expand Down
2 changes: 1 addition & 1 deletion modules/navigation-buttons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"react": "^18.0.0",
"react-native": "^0.72.4",
"react-native-vector-icons": "^9.2.0",
"@react-navigation/native": "^6.1.18"
"@react-navigation/native": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion modules/navigation-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"react": "^18.0.0",
"react-native": "^0.72.4",
"react-native-vector-icons": "^9.2.0",
"@react-navigation/native": "^6.1.18"
"@react-navigation/native": "^7.0.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/netinfo": "11.3.2",
"@react-native-picker/picker": "2.5.1",
"@react-navigation/bottom-tabs": "6.6.1",
"@react-navigation/bottom-tabs": "7.0.0",
"@react-navigation/material-bottom-tabs": "6.2.29",
"@react-navigation/material-top-tabs": "6.6.14",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"@react-navigation/stack": "6.4.1",
"@react-navigation/material-top-tabs": "7.0.1",
"@react-navigation/native": "7.0.0",
"@react-navigation/native-stack": "7.0.0",
"@react-navigation/stack": "7.0.0",
"@reduxjs/toolkit": "1.9.7",
"@sentry/react-native": "5.9.1",
"@tanstack/query-async-storage-persister": "4.33.0",
Expand Down

0 comments on commit d06efae

Please sign in to comment.