Browse Source

Upgrading Expo to 43.0.0

master
GabrielTrettel 3 years ago
parent
commit
47e38a60d1
  1. 106
      src/package.json

106
src/package.json

@ -15,69 +15,71 @@
] ]
}, },
"dependencies": { "dependencies": {
"@expo/metro-config": "^0.1.44",
"@react-native-community/datetimepicker": "3.0.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "^6.0.2",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"apisauce": "^2.1.1",
"expo": "^39.0.5",
"expo-asset": "~8.2.0",
"expo-file-system": "~9.2.0",
"expo-image-picker": "~9.1.1",
"expo-location": "~9.0.0",
"expo-secure-store": "~9.2.0",
"expo-sqlite": "~8.4.0",
"expo-status-bar": "^1.0.3",
"formik": "^2.2.6",
"@expo/metro-config": "^0.2.8",
"@react-native-community/datetimepicker": "3.5.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "6.0.2",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"apisauce": "^2.1.2",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"eslint": "^8.1.0",
"eslint-plugin-react": "^7.26.1",
"expo": "^43.0.1",
"expo-app-loading": "~1.2.1",
"expo-asset": "~8.4.3",
"expo-file-system": "~13.0.3",
"expo-image-picker": "~11.0.3",
"expo-location": "~13.0.4",
"expo-permissions": "~13.0.3",
"expo-secure-store": "~11.0.3",
"expo-sqlite": "~10.0.3",
"expo-status-bar": "~1.1.0",
"formik": "^2.2.9",
"jest-expo-enzyme": "^1.2.4",
"jwt-decode": "^3.1.2", "jwt-decode": "^3.1.2",
"moment": "^2.29.1", "moment": "^2.29.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-google-places-autocomplete": "^3.2.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-google-places-autocomplete": "^3.3.2",
"react-native": "0.64.2",
"react-native-action-button": "^2.8.5", "react-native-action-button": "^2.8.5",
"react-native-chart-kit": "^6.11.0", "react-native-chart-kit": "^6.11.0",
"react-native-dropdown-picker": "^5.1.27",
"react-native-flash-message": "^0.1.18",
"react-native-gesture-handler": "~1.7.0",
"react-native-google-places-autocomplete": "^2.1.3",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-maps": "0.27.1",
"react-native-multiple-choice": "0.0.8",
"react-native-dropdown-picker": "^5.2.3",
"react-native-flash-message": "^0.2.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-google-places-autocomplete": "^2.4.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "0.28.0",
"react-native-multiple-choice": "^0.0.8",
"react-native-multiple-select-list": "^1.0.4", "react-native-multiple-select-list": "^1.0.4",
"react-native-places-input": "^1.1.7", "react-native-places-input": "^1.1.7",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-searchable-dropdown": "^1.1.3", "react-native-searchable-dropdown": "^1.1.3",
"react-native-shadow-2": "^3.0.0",
"react-native-shadow-2": "^5.1.1",
"react-native-simple-dialogs": "^1.4.0", "react-native-simple-dialogs": "^1.4.0",
"react-native-svg": "^12.1.0",
"react-native-svg": "12.1.1",
"react-native-svg-transformer": "^0.14.3",
"react-native-svg-uri": "^1.2.3", "react-native-svg-uri": "^1.2.3",
"react-native-walkthrough-tooltip": "^1.1.11",
"react-native-web": "~0.13.12",
"react-native-webview": "10.7.0",
"react-navigation": "^4.4.3",
"react-navigation-header-buttons": "^7.0.2",
"react-navigation-tabs": "^2.10.1",
"rn-checkbox-list": "^0.4.0",
"searchable-flatlist": "0.0.4",
"ws": "^8.2.0",
"yup": "^0.28.5"
"react-native-walkthrough-tooltip": "^1.3.0",
"react-native-web": "0.17.1",
"react-native-webview": "11.13.0",
"react-navigation": "^4.4.4",
"react-navigation-header-buttons": "^9.0.1",
"react-navigation-tabs": "^2.11.1",
"react-test-renderer": "^17.0.2",
"rn-checkbox-list": "^1.1.0",
"searchable-flatlist": "^0.0.4",
"ws": "^8.2.3",
"yup": "^0.32.11"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.10",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"eslint": "^7.17.0",
"eslint-plugin-react": "^7.22.0",
"jest-expo": "^40.0.1",
"jest-expo-enzyme": "^1.0.4",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "^17.0.1"
"@babel/core": "^7.12.9",
"jest-expo": "^43.0.0"
}, },
"private": true "private": true
} }
Loading…
Cancel
Save