expo 47.0.1 → 47.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,7 @@ def getRNVersion() {
34
34
  ensureDependeciesWereEvaluated(project)
35
35
 
36
36
  group = 'host.exp.exponent'
37
- version = '47.0.1'
37
+ version = '47.0.2'
38
38
 
39
39
  buildscript {
40
40
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
@@ -105,7 +105,7 @@ android {
105
105
  minSdkVersion safeExtGet("minSdkVersion", 21)
106
106
  targetSdkVersion safeExtGet("targetSdkVersion", 31)
107
107
  versionCode 1
108
- versionName "47.0.1"
108
+ versionName "47.0.2"
109
109
  consumerProguardFiles("proguard-rules.pro")
110
110
  }
111
111
  lintOptions {
@@ -58,8 +58,8 @@
58
58
  "expo-location": "~15.0.1",
59
59
  "expo-mail-composer": "~12.0.0",
60
60
  "expo-media-library": "~15.0.0",
61
- "expo-module-template": "~10.7.9",
62
- "expo-modules-core": "~1.0.0",
61
+ "expo-module-template": "~10.7.10",
62
+ "expo-modules-core": "~1.0.1",
63
63
  "expo-navigation-bar": "~2.0.1",
64
64
  "expo-network": "~5.0.0",
65
65
  "expo-notifications": "~0.17.0",
@@ -86,7 +86,7 @@
86
86
  "lottie-react-native": "5.1.4",
87
87
  "react": "18.1.0",
88
88
  "react-dom": "18.1.0",
89
- "react-native": "0.70.4",
89
+ "react-native": "0.70.5",
90
90
  "react-native-web": "~0.18.9",
91
91
  "react-native-branch": "^5.4.0",
92
92
  "react-native-gesture-handler": "~2.8.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "47.0.1",
3
+ "version": "47.0.2",
4
4
  "description": "The Expo SDK",
5
5
  "main": "build/Expo.js",
6
6
  "module": "build/Expo.js",
@@ -59,7 +59,7 @@
59
59
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
60
60
  "dependencies": {
61
61
  "@babel/runtime": "^7.14.0",
62
- "@expo/cli": "0.4.6",
62
+ "@expo/cli": "0.4.7",
63
63
  "@expo/vector-icons": "^13.0.0",
64
64
  "@expo/config-plugins": "5.0.4",
65
65
  "@expo/config": "7.0.3",
@@ -72,7 +72,7 @@
72
72
  "expo-font": "~11.0.1",
73
73
  "expo-keep-awake": "~11.0.1",
74
74
  "expo-modules-autolinking": "1.0.0",
75
- "expo-modules-core": "1.0.0",
75
+ "expo-modules-core": "1.0.1",
76
76
  "fbemitter": "^3.0.0",
77
77
  "getenv": "^1.0.0",
78
78
  "invariant": "^2.2.4",
@@ -94,7 +94,7 @@
94
94
  "expo-module-scripts": "^3.0.3",
95
95
  "react": "18.1.0",
96
96
  "react-dom": "18.0.0",
97
- "react-native": "0.70.4"
97
+ "react-native": "0.70.5"
98
98
  },
99
- "gitHead": "217c3166ac51082177c8ef5a97eeebe063dd9b3d"
99
+ "gitHead": "86787463a1d5dfda7e5a0bc018d1e8067418924d"
100
100
  }