Skip to content

Commit

Permalink
fix(deps): update dependency expo-splash-screen to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 30, 2020
1 parent 811c09b commit 1316b56
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@react-navigation/native": "5.7.1",
"@react-navigation/stack": "5.7.1",
"expo": "38.0.8",
"expo-splash-screen": "0.4.0",
"expo-splash-screen": "0.5.0",
"expo-updates": "0.2.12",
"react": "16.13.1",
"react-dom": "16.13.1",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1849,13 +1849,13 @@
xcode "^2.1.0"
xml2js "^0.4.23"

"@expo/[email protected].11":
version "0.1.11"
resolved "https://registry.yarnpkg.com/@expo/configure-splash-screen/-/configure-splash-screen-0.1.11.tgz#635a3f55134eecbc665ddd352057cdfb8dd4c539"
integrity sha512-KMLBnPB5olwPe8bqDaarH2tRoja95oSVquicZg0g9K7V0fo7YysNTfaYdbqPtGr1CIHkGH8UMBngA0HaquTn/Q==
"@expo/[email protected].13":
version "0.1.13"
resolved "https://registry.yarnpkg.com/@expo/configure-splash-screen/-/configure-splash-screen-0.1.13.tgz#9f974146d716ffc03461e4d2deb7bfb22826e56a"
integrity sha512-1AYaHDJlAXfS7K/i2kI7U5+dELfKnFrXti97cIC5PkHOwEQVti8Uw1/KXO0+Pih7g8BNDvDPjHlMNDqn7AnBCA==
dependencies:
"@react-native-community/cli-platform-android" "4.7.0"
"@react-native-community/cli-platform-ios" "4.7.0"
"@react-native-community/cli-platform-android" "^4.10.0"
"@react-native-community/cli-platform-ios" "^4.10.0"
color-string "^1.5.3"
commander "^5.1.0"
core-js "^3.6.5"
Expand Down Expand Up @@ -2218,7 +2218,7 @@
slash "^3.0.0"
xmldoc "^1.1.2"

"@react-native-community/cli-platform-android@^4.7.0":
"@react-native-community/cli-platform-android@^4.10.0", "@react-native-community/cli-platform-android@^4.7.0":
version "4.10.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.10.1.tgz#c326dfcce42acf106cc9c4afb95b360644fa595b"
integrity sha512-RawTRMd+pGQ/k+ZnZ/wTOcPd7sfbxkuhUmBoIthj8WJcufQdda57y/c6Cys9efAxKjvBP02RKX/Uhu+v7aS4jA==
Expand Down Expand Up @@ -2247,7 +2247,7 @@
plist "^3.0.1"
xcode "^2.0.0"

"@react-native-community/cli-platform-ios@^4.7.0":
"@react-native-community/cli-platform-ios@^4.10.0", "@react-native-community/cli-platform-ios@^4.7.0":
version "4.10.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.10.1.tgz#c73d7b33f22458aa806069df0dfc0ed55973679b"
integrity sha512-CiwAcZ0YZ5NBz6cKfa4MRFnPtTadRiy/A+kzaBUzsLXqV2qw5YIl08JEaxAI7sjuoi8/EE8CRCIkjlGYcqNK9Q==
Expand Down Expand Up @@ -4164,12 +4164,12 @@ expo-permissions@~9.0.1:
resolved "https://registry.yarnpkg.com/expo-permissions/-/expo-permissions-9.0.1.tgz#dc10b58654bbe39bbbed5827369942b01b08055e"
integrity sha512-CosJgy8XQRN/OFG2JTQDcFxz3XTGi27coCMym/hVXWtQfk0z6PwdRG5IXHfLGuSckwIcgmirrwm2+Zc0X3MmNg==

expo-splash-screen@0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/expo-splash-screen/-/expo-splash-screen-0.4.0.tgz#b751f11bf702a38b4ead4b4bedd4f82e24a35d70"
integrity sha512-6We+pL/uj3pYSxhrqcbvbxsWis5CN85uOHEbxbiE4fSKqaA+laIXq++EIjvWtB7dKxXYTH7nYYYWIOf9jwV8Rg==
expo-splash-screen@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/expo-splash-screen/-/expo-splash-screen-0.5.0.tgz#cad0eb77a3eade2c7101d169b8655e7ee8053c2f"
integrity sha512-MqYHCbqGtmnA/b+D2JQHxeQzlSfbU4SAGQ2DmzmaBekqRMkRrVrsiBXF7b3wpHTW6R3pC5lsXoH9vq91e5a9xg==
dependencies:
"@expo/configure-splash-screen" "0.1.11"
"@expo/configure-splash-screen" "0.1.13"

expo-splash-screen@^0.3.1:
version "0.3.1"
Expand Down

0 comments on commit 1316b56

Please sign in to comment.