From e7f7254d1ba9275d20d9525024bfb550d0e2810d Mon Sep 17 00:00:00 2001 From: GabrielTrettel Date: Tue, 22 Dec 2020 17:32:07 -0300 Subject: [PATCH] Updating dependencies --- src/package.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/package.json b/src/package.json index 6e76d79..a8db13a 100644 --- a/src/package.json +++ b/src/package.json @@ -9,23 +9,26 @@ }, "dependencies": { "@expo/metro-config": "^0.1.44", + "@react-native-community/datetimepicker": "3.0.0", "@react-native-community/masked-view": "0.1.10", - "@react-navigation/bottom-tabs": "^5.4.4", - "@react-navigation/native": "^5.3.2", - "@react-navigation/stack": "^5.3.5", - "expo": "~39.0.2", - "expo-asset": "~8.2.0", + "@react-navigation/bottom-tabs": "^5.11.2", + "@react-navigation/native": "^5.8.10", + "@react-navigation/stack": "^5.12.8", + "expo": "^39.0.5", + "expo-asset": "^8.2.1", "expo-file-system": "~9.2.0", "expo-image-picker": "~9.1.1", "expo-location": "~9.0.0", "expo-sqlite": "~8.4.0", - "expo-status-bar": "~1.0.2", - "formik": "^2.2.5", + "expo-status-bar": "^1.0.3", + "formik": "^2.2.6", + "moment": "^2.29.1", "react": "16.13.1", "react-dom": "16.13.1", "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz", - "react-native-datepicker": "^1.7.2", + "react-native-flash-message": "^0.1.18", "react-native-gesture-handler": "~1.7.0", + "react-native-keyboard-aware-scroll-view": "^0.9.3", "react-native-maps": "0.27.1", "react-native-reanimated": "~1.13.0", "react-native-safe-area-context": "3.1.4", @@ -37,9 +40,9 @@ "yup": "^0.28.5" }, "devDependencies": { - "@babel/core": "^7.12.3", + "@babel/core": "^7.12.10", "babel-core": "^6.26.3", - "babel-loader": "^8.2.1" + "babel-loader": "^8.2.2" }, "private": true }