expo 52.0.47 → 52.0.48

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 = '52.0.47'
36
+ version = '52.0.48'
37
37
 
38
38
  buildscript {
39
39
  // Simple helper that allows the root project to override versions declared by this library.
@@ -46,7 +46,7 @@ android {
46
46
  namespace "expo.core"
47
47
  defaultConfig {
48
48
  versionCode 1
49
- versionName "52.0.47"
49
+ versionName "52.0.48"
50
50
  consumerProguardFiles("proguard-rules.pro")
51
51
  }
52
52
  testOptions {
@@ -71,7 +71,7 @@
71
71
  "expo-network": "~7.0.5",
72
72
  "expo-notifications": "~0.29.14",
73
73
  "expo-print": "~14.0.3",
74
- "expo-router": "~4.0.21",
74
+ "expo-router": "~4.0.22",
75
75
  "expo-screen-capture": "~7.0.1",
76
76
  "expo-screen-orientation": "~8.0.4",
77
77
  "expo-secure-store": "~14.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "52.0.47",
3
+ "version": "52.0.48",
4
4
  "description": "The Expo SDK",
5
5
  "main": "src/Expo.ts",
6
6
  "module": "src/Expo.ts",
@@ -72,7 +72,7 @@
72
72
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
73
73
  "dependencies": {
74
74
  "@babel/runtime": "^7.20.0",
75
- "@expo/cli": "0.22.26",
75
+ "@expo/cli": "0.22.27",
76
76
  "@expo/config": "~10.0.11",
77
77
  "@expo/config-plugins": "~9.0.17",
78
78
  "@expo/fingerprint": "0.11.11",
@@ -116,5 +116,5 @@
116
116
  "optional": true
117
117
  }
118
118
  },
119
- "gitHead": "2ccc59ca761806d85852f660f220678ef74365e5"
119
+ "gitHead": "bffc6ac6def0a8286008b4fa69b2d94245d298d1"
120
120
  }