expo 48.0.2 → 48.0.3

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.
@@ -33,7 +33,7 @@ def getRNVersion() {
33
33
  ensureDependeciesWereEvaluated(project)
34
34
 
35
35
  group = 'host.exp.exponent'
36
- version = '48.0.2'
36
+ version = '48.0.3'
37
37
 
38
38
  buildscript {
39
39
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
@@ -104,7 +104,7 @@ android {
104
104
  minSdkVersion safeExtGet("minSdkVersion", 21)
105
105
  targetSdkVersion safeExtGet("targetSdkVersion", 33)
106
106
  versionCode 1
107
- versionName "48.0.2"
107
+ versionName "48.0.3"
108
108
  consumerProguardFiles("proguard-rules.pro")
109
109
  }
110
110
  lintOptions {
@@ -15,7 +15,7 @@
15
15
  "expo-apple-authentication": "~6.0.1",
16
16
  "expo-application": "~5.1.1",
17
17
  "expo-asset": "~8.9.0",
18
- "expo-auth-session": "~4.0.1",
18
+ "expo-auth-session": "~4.0.2",
19
19
  "expo-av": "~13.2.1",
20
20
  "expo-background-fetch": "~11.1.1",
21
21
  "expo-barcode-scanner": "~12.3.1",
@@ -40,7 +40,7 @@
40
40
  "expo-gl": "~12.4.0",
41
41
  "expo-google-app-auth": "~8.3.0",
42
42
  "expo-haptics": "~12.2.1",
43
- "expo-image": "~1.0.0-rc.2",
43
+ "expo-image": "~1.0.0",
44
44
  "expo-image-loader": "~4.1.1",
45
45
  "expo-image-manipulator": "~11.1.1",
46
46
  "expo-image-picker": "~14.1.1",
@@ -54,7 +54,7 @@
54
54
  "expo-location": "~15.1.1",
55
55
  "expo-mail-composer": "~12.1.1",
56
56
  "expo-media-library": "~15.2.1",
57
- "expo-module-template": "~10.7.16",
57
+ "expo-module-template": "~10.7.17",
58
58
  "expo-modules-core": "~1.2.3",
59
59
  "expo-navigation-bar": "~2.1.1",
60
60
  "expo-network": "~5.2.1",
@@ -76,7 +76,7 @@
76
76
  "expo-system-ui": "~2.2.1",
77
77
  "expo-task-manager": "~11.1.1",
78
78
  "expo-tracking-transparency": "~3.0.3",
79
- "expo-updates": "~0.16.1",
79
+ "expo-updates": "~0.16.2",
80
80
  "expo-video-thumbnails": "~7.2.1",
81
81
  "expo-web-browser": "~12.1.1",
82
82
  "lottie-react-native": "5.1.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "48.0.2",
3
+ "version": "48.0.3",
4
4
  "description": "The Expo SDK",
5
5
  "main": "build/Expo.js",
6
6
  "module": "build/Expo.js",
@@ -59,10 +59,10 @@
59
59
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
60
60
  "dependencies": {
61
61
  "@babel/runtime": "^7.20.0",
62
- "@expo/cli": "0.6.1",
62
+ "@expo/cli": "0.6.2",
63
63
  "@expo/vector-icons": "^13.0.0",
64
- "@expo/config-plugins": "6.0.0",
65
- "@expo/config": "8.0.1",
64
+ "@expo/config-plugins": "6.0.1",
65
+ "@expo/config": "8.0.2",
66
66
  "babel-preset-expo": "~9.3.0",
67
67
  "cross-spawn": "^6.0.5",
68
68
  "expo-application": "~5.1.1",
@@ -92,5 +92,5 @@
92
92
  "react-dom": "18.2.0",
93
93
  "react-native": "0.71.3"
94
94
  },
95
- "gitHead": "40dcd1732b69f09798a28691f6b17b820a2bbbf5"
95
+ "gitHead": "d7ecf4eaf234d2f1100249a2c893a948d47376aa"
96
96
  }