expo 49.0.11 → 49.0.13

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 = '49.0.11'
36
+ version = '49.0.13'
37
37
 
38
38
  buildscript {
39
39
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
@@ -97,7 +97,7 @@ android {
97
97
  minSdkVersion safeExtGet("minSdkVersion", 21)
98
98
  targetSdkVersion safeExtGet("targetSdkVersion", 33)
99
99
  versionCode 1
100
- versionName "49.0.11"
100
+ versionName "49.0.13"
101
101
  consumerProguardFiles("proguard-rules.pro")
102
102
  }
103
103
  lintOptions {
@@ -23,7 +23,7 @@
23
23
  "expo-blur": "~12.4.1",
24
24
  "expo-brightness": "~11.4.0",
25
25
  "expo-build-properties": "~0.8.3",
26
- "expo-calendar": "~11.3.0",
26
+ "expo-calendar": "~11.3.1",
27
27
  "expo-camera": "~13.4.4",
28
28
  "expo-cellular": "~5.3.0",
29
29
  "expo-checkbox": "~2.4.0",
@@ -31,7 +31,7 @@
31
31
  "expo-constants": "~14.4.2",
32
32
  "expo-contacts": "~12.2.0",
33
33
  "expo-crypto": "~12.4.1",
34
- "expo-dev-client": "~2.4.8",
34
+ "expo-dev-client": "~2.4.11",
35
35
  "expo-device": "~5.4.0",
36
36
  "expo-document-picker": "~11.5.4",
37
37
  "expo-face-detector": "~12.2.0",
@@ -55,7 +55,7 @@
55
55
  "expo-location": "~16.1.0",
56
56
  "expo-mail-composer": "~12.3.0",
57
57
  "expo-media-library": "~15.4.1",
58
- "expo-module-template": "~10.9.5",
58
+ "expo-module-template": "~10.9.6",
59
59
  "expo-modules-core": "~1.5.10",
60
60
  "expo-navigation-bar": "~2.3.0",
61
61
  "expo-network": "~5.4.0",
@@ -78,13 +78,13 @@
78
78
  "expo-system-ui": "~2.4.0",
79
79
  "expo-task-manager": "~11.3.0",
80
80
  "expo-tracking-transparency": "~3.1.0",
81
- "expo-updates": "~0.18.13",
81
+ "expo-updates": "~0.18.14",
82
82
  "expo-video-thumbnails": "~7.4.0",
83
83
  "expo-web-browser": "~12.3.2",
84
84
  "lottie-react-native": "5.1.6",
85
85
  "react": "18.2.0",
86
86
  "react-dom": "18.2.0",
87
- "react-native": "0.72.4",
87
+ "react-native": "0.72.5",
88
88
  "react-native-web": "~0.19.6",
89
89
  "react-native-gesture-handler": "~2.12.0",
90
90
  "react-native-get-random-values": "~1.9.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "49.0.11",
3
+ "version": "49.0.13",
4
4
  "description": "The Expo SDK",
5
5
  "main": "build/Expo.js",
6
6
  "module": "build/Expo.js",
@@ -58,7 +58,7 @@
58
58
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
59
59
  "dependencies": {
60
60
  "@babel/runtime": "^7.20.0",
61
- "@expo/cli": "0.10.12",
61
+ "@expo/cli": "0.10.13",
62
62
  "@expo/vector-icons": "^13.0.0",
63
63
  "@expo/config-plugins": "7.2.5",
64
64
  "@expo/config": "8.1.2",
@@ -87,7 +87,7 @@
87
87
  "expo-module-scripts": "^3.0.11",
88
88
  "react": "18.2.0",
89
89
  "react-dom": "18.2.0",
90
- "react-native": "0.72.4"
90
+ "react-native": "0.72.5"
91
91
  },
92
- "gitHead": "0fa20c9cbad0c73a30089ffc09073e6d94a6dabb"
92
+ "gitHead": "ad4c3294898ce319585bad3fe6de839443863a55"
93
93
  }