Update expo requirement

Updates the requirements on [expo](https://github.com/expo/expo-sdk) to permit the latest version.
- [Release notes](https://github.com/expo/expo-sdk/releases)
- [Commits](https://github.com/expo/expo-sdk/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-11-06 06:22:24 +00:00
parent b022ec8caa
commit ff05d12ae0
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331

View File

@ -15,7 +15,7 @@
"preset": "jest-expo"
},
"dependencies": {
"expo": "^30.0.1",
"expo": "^31.0.4",
"prop-types": "^15.6.2",
"react": "^16.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",