Skip to content

Commit fd7960d

Browse files
committed
Update module version of react-navigation
1 parent 2065bf0 commit fd7960d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/ccc-calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"peerDependencies": {
1212
"react": "^16.0.0",
13-
"react-navigation": "^3.0.0",
13+
"react-navigation": "^4.0.10",
1414
"moment-timezone": "^0.5.21",
1515
"delay": "^4.1.0"
1616
},

modules/event-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "^16.0.0",
1414
"react-native": "^0.61.0",
1515
"react-native-vector-icons": "^6.0.0",
16-
"react-navigation": "^3.0.0"
16+
"react-navigation": "^4.0.10"
1717
},
1818
"dependencies": {
1919
"@callstack/react-theme-provider": "^3.0.5",

modules/food-menu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react": "^16.0.0",
1515
"react-native": "^0.61.0",
1616
"react-native-vector-icons": "^6.0.0",
17-
"react-navigation": "^3.0.0"
17+
"react-navigation": "^4.0.10"
1818
},
1919
"dependencies": {
2020
"@callstack/react-theme-provider": "^3.0.5",

modules/navigation-buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"react": "^16.0.0",
1414
"react-native": "^0.61.0",
1515
"react-native-vector-icons": "^6.0.0",
16-
"react-navigation": "^3.0.0"
16+
"react-navigation": "^4.0.10"
1717
}
1818
}

modules/navigation-tabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "^16.0.0",
1414
"react-native": "^0.61.0",
1515
"react-native-vector-icons": "^6.0.0",
16-
"react-navigation": "^3.0.0",
16+
"react-navigation": "^4.0.10",
1717
"react-navigation-material-bottom-tabs": "^1.0.0"
1818
}
1919
}

0 commit comments

Comments
 (0)