expo 53.0.5 → 53.0.6

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.
@@ -32,7 +32,7 @@ buildscript {
32
32
  def reactNativeVersion = project.extensions.getByType(ExpoModuleExtension).reactNativeVersion
33
33
 
34
34
  group = 'host.exp.exponent'
35
- version = '53.0.5'
35
+ version = '53.0.6'
36
36
 
37
37
  expoModule {
38
38
  // We can't prebuild the module because it depends on the generated files.
@@ -43,7 +43,7 @@ android {
43
43
  namespace "expo.core"
44
44
  defaultConfig {
45
45
  versionCode 1
46
- versionName "53.0.5"
46
+ versionName "53.0.6"
47
47
  consumerProguardFiles("proguard-rules.pro")
48
48
  }
49
49
  testOptions {
@@ -36,11 +36,11 @@
36
36
  "expo-constants": "~17.1.5",
37
37
  "expo-contacts": "~14.2.3",
38
38
  "expo-crypto": "~14.1.4",
39
- "expo-dev-client": "~5.1.7",
39
+ "expo-dev-client": "~5.1.8",
40
40
  "expo-device": "~7.1.4",
41
41
  "expo-document-picker": "~13.1.5",
42
42
  "expo-file-system": "~18.1.8",
43
- "expo-font": "~13.3.0",
43
+ "expo-font": "~13.3.1",
44
44
  "expo-gl": "~15.1.5",
45
45
  "expo-google-app-auth": "~8.3.0",
46
46
  "expo-haptics": "~14.1.4",
@@ -68,7 +68,7 @@
68
68
  "expo-notifications": "~0.31.1",
69
69
  "expo-print": "~14.1.4",
70
70
  "expo-live-photo": "~0.1.4",
71
- "expo-router": "~5.0.4",
71
+ "expo-router": "~5.0.5",
72
72
  "expo-screen-capture": "~7.1.4",
73
73
  "expo-screen-orientation": "~8.1.5",
74
74
  "expo-secure-store": "~14.2.3",
@@ -88,7 +88,7 @@
88
88
  "expo-video-thumbnails": "~9.1.3",
89
89
  "expo-video": "~2.1.8",
90
90
  "expo-web-browser": "~14.1.6",
91
- "jest-expo": "~53.0.3",
91
+ "jest-expo": "~53.0.4",
92
92
  "lottie-react-native": "7.2.2",
93
93
  "react": "19.0.0",
94
94
  "react-dom": "19.0.0",
@@ -101,7 +101,7 @@
101
101
  "react-native-pager-view": "6.7.1",
102
102
  "react-native-reanimated": "~3.17.4",
103
103
  "react-native-screens": "~4.10.0",
104
- "react-native-safe-area-context": "5.3.0",
104
+ "react-native-safe-area-context": "5.4.0",
105
105
  "react-native-svg": "15.11.2",
106
106
  "react-native-view-shot": "4.0.3",
107
107
  "react-native-webview": "13.13.5",
@@ -110,5 +110,6 @@
110
110
  "unimodules-image-loader-interface": "~6.1.0",
111
111
  "@shopify/react-native-skia": "v2.0.0-next.2",
112
112
  "@shopify/flash-list": "1.7.6",
113
- "@sentry/react-native": "~6.10.0"
113
+ "@sentry/react-native": "~6.10.0",
114
+ "react-native-bootsplash": "^6.3.7"
114
115
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "53.0.5",
3
+ "version": "53.0.6",
4
4
  "description": "The Expo SDK",
5
5
  "main": "src/Expo.ts",
6
6
  "module": "src/Expo.ts",
@@ -83,7 +83,7 @@
83
83
  "expo-asset": "~11.1.4",
84
84
  "expo-constants": "~17.1.5",
85
85
  "expo-file-system": "~18.1.8",
86
- "expo-font": "~13.3.0",
86
+ "expo-font": "~13.3.1",
87
87
  "expo-keep-awake": "~14.1.4",
88
88
  "expo-modules-autolinking": "2.1.9",
89
89
  "expo-modules-core": "2.3.12",
@@ -119,5 +119,5 @@
119
119
  "optional": true
120
120
  }
121
121
  },
122
- "gitHead": "7cd543b5d7b836fed6dca00859e35883c490b9ef"
122
+ "gitHead": "5c98e5ee7c577209319bf91f515e65e256641d9c"
123
123
  }