EXPO Package Upgrades and added job details fields.

This commit is contained in:
Patrick Fic
2020-12-09 20:05:48 -08:00
parent ccb42548d0
commit ee77860112
12 changed files with 4371 additions and 10050 deletions

View File

@@ -8,43 +8,45 @@
"eject": "expo eject"
},
"dependencies": {
"@apollo/client": "^3.2.5",
"@apollo/client": "^3.3.4",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.10.7",
"@react-navigation/drawer": "^5.10.7",
"@react-navigation/native": "^5.8.7",
"@react-navigation/stack": "^5.12.4",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/drawer": "^5.11.4",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"axios": "^0.21.0",
"dinero.js": "^1.8.1",
"expo": "^39.0.4",
"expo-camera": "~9.0.0",
"expo-file-system": "~9.2.0",
"expo-font": "~8.3.0",
"expo-image-picker": "~9.1.1",
"expo-localization": "~9.0.0",
"expo-media-library": "~9.2.1",
"expo-permissions": "~9.3.0",
"expo-sqlite": "~8.4.0",
"expo-status-bar": "~1.0.2",
"expo-video-thumbnails": "~4.3.0",
"expo": "^40.0.0",
"expo-app-loading": "^1.0.0",
"expo-camera": "~9.1.0",
"expo-file-system": "~9.3.0",
"expo-font": "~8.4.0",
"expo-image-picker": "~9.2.0",
"expo-localization": "~9.1.0",
"expo-media-library": "~10.0.0",
"expo-permissions": "~10.0.0",
"expo-sqlite": "~8.5.0",
"expo-status-bar": "~1.0.3",
"expo-video-thumbnails": "~4.4.0",
"firebase": "7.9.0",
"formik": "^2.2.3",
"formik": "^2.2.5",
"graphql": "^15.4.0",
"i18next": "^19.8.3",
"native-base": "^2.13.14",
"i18next": "^19.8.4",
"luxon": "^1.25.0",
"native-base": "^2.13.15",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-i18next": "^11.7.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-i18next": "^11.8.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.0.tar.gz",
"react-native-easy-grid": "^0.2.2",
"react-native-gesture-handler": "~1.7.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-indicators": "^0.17.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-web": "~0.13.7",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-web": "~0.13.12",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
@@ -54,8 +56,8 @@
"subscriptions-transport-ws": "^0.9.18"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"babel-preset-expo": "^8.3.0"
"@babel/core": "~7.9.0",
"babel-preset-expo": "8.3.0"
},
"private": true
}