Upgrading expo

This commit is contained in:
aeroreyna
2022-11-21 15:15:38 -05:00
parent 1972aa7464
commit 8d64de9839
2 changed files with 17735 additions and 3231 deletions

View File

@@ -10,34 +10,34 @@
"eject": "expo eject"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/material-bottom-tabs": "^6.1.1",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"expo": "~43.0.2",
"expo-av": "~10.1.3",
"expo-device": "~4.0.3",
"expo-notifications": "~0.13.3",
"expo-status-bar": "~1.1.0",
"expo-updates": "~0.10.15",
"expo": "^46.0.0",
"expo-av": "~12.0.4",
"expo-device": "~4.3.0",
"expo-notifications": "~0.16.1",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.7",
"moment": "^2.29.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-google-material-icons": "^1.0.4",
"react-native": "0.64.3",
"react-native": "0.69.6",
"react-native-autoheight-webview": "^1.6.1",
"react-native-hyperlink": "0.0.19",
"react-native-paper": "^4.11.2",
"react-native-safe-area-context": "^4.1.2",
"react-native-screens": "^3.13.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-vector-icons": "^9.1.0",
"react-native-web": "0.17.1",
"react-native-webview": "^11.17.2",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.0",
"valtio": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
"@babel/core": "^7.18.6"
},
"private": true
}