expo 54.0.22 → 54.0.24

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 = '54.0.22'
35
+ version = '54.0.24'
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 "54.0.22"
46
+ versionName "54.0.24"
47
47
  consumerProguardFiles("proguard-rules.pro")
48
48
  }
49
49
  testOptions {
@@ -18,12 +18,12 @@
18
18
  "expo-app-loader-provider": "~8.0.0",
19
19
  "expo-apple-authentication": "~8.0.7",
20
20
  "expo-application": "~7.0.7",
21
- "expo-asset": "~12.0.9",
21
+ "expo-asset": "~12.0.10",
22
22
  "expo-audio": "~1.0.14",
23
- "expo-auth-session": "~7.0.8",
23
+ "expo-auth-session": "~7.0.9",
24
24
  "expo-av": "~16.0.7",
25
- "expo-background-fetch": "~14.0.7",
26
- "expo-background-task": "~1.0.8",
25
+ "expo-background-fetch": "~14.0.8",
26
+ "expo-background-task": "~1.0.9",
27
27
  "expo-battery": "~10.0.7",
28
28
  "expo-blur": "~15.0.7",
29
29
  "expo-brightness": "~14.0.7",
@@ -36,13 +36,13 @@
36
36
  "expo-constants": "~18.0.10",
37
37
  "expo-contacts": "~15.0.10",
38
38
  "expo-crypto": "~15.0.7",
39
- "expo-dev-client": "~6.0.16",
39
+ "expo-dev-client": "~6.0.17",
40
40
  "expo-device": "~8.0.9",
41
41
  "expo-document-picker": "~14.0.7",
42
- "expo-file-system": "~19.0.17",
42
+ "expo-file-system": "~19.0.18",
43
43
  "expo-font": "~14.0.9",
44
44
  "expo-gl": "~16.0.7",
45
- "expo-glass-effect": "~0.1.6",
45
+ "expo-glass-effect": "~0.1.7",
46
46
  "expo-google-app-auth": "~8.3.0",
47
47
  "expo-haptics": "~15.0.7",
48
48
  "expo-image": "~3.0.10",
@@ -53,23 +53,23 @@
53
53
  "expo-insights": "~0.10.7",
54
54
  "expo-keep-awake": "~15.0.7",
55
55
  "expo-linear-gradient": "~15.0.7",
56
- "expo-linking": "~8.0.8",
56
+ "expo-linking": "~8.0.9",
57
57
  "expo-local-authentication": "~17.0.7",
58
58
  "expo-localization": "~17.0.7",
59
59
  "expo-location": "~19.0.7",
60
60
  "expo-mail-composer": "~15.0.7",
61
- "expo-manifests": "~1.0.8",
61
+ "expo-manifests": "~1.0.9",
62
62
  "expo-maps": "~0.12.8",
63
63
  "expo-media-library": "~18.2.0",
64
64
  "expo-mesh-gradient": "~0.4.7",
65
- "expo-module-template": "~11.0.16",
66
- "expo-modules-core": "~3.0.24",
65
+ "expo-module-template": "~11.0.17",
66
+ "expo-modules-core": "~3.0.26",
67
67
  "expo-navigation-bar": "~5.0.9",
68
68
  "expo-network": "~8.0.7",
69
- "expo-notifications": "~0.32.12",
69
+ "expo-notifications": "~0.32.13",
70
70
  "expo-print": "~15.0.7",
71
71
  "expo-live-photo": "~1.0.7",
72
- "expo-router": "~6.0.14",
72
+ "expo-router": "~6.0.15",
73
73
  "expo-screen-capture": "~8.0.8",
74
74
  "expo-screen-orientation": "~9.0.7",
75
75
  "expo-secure-store": "~15.0.7",
@@ -78,7 +78,7 @@
78
78
  "expo-sharing": "~14.0.7",
79
79
  "expo-sms": "~14.0.7",
80
80
  "expo-speech": "~14.0.7",
81
- "expo-splash-screen": "~31.0.10",
81
+ "expo-splash-screen": "~31.0.11",
82
82
  "expo-sqlite": "~16.0.9",
83
83
  "expo-status-bar": "~3.0.8",
84
84
  "expo-store-review": "~9.0.8",
@@ -88,7 +88,7 @@
88
88
  "expo-tracking-transparency": "~6.0.7",
89
89
  "expo-updates": "~29.0.12",
90
90
  "expo-video-thumbnails": "~10.0.7",
91
- "expo-video": "~3.0.13",
91
+ "expo-video": "~3.0.14",
92
92
  "expo-web-browser": "~15.0.9",
93
93
  "jest-expo": "~54.0.13",
94
94
  "lottie-react-native": "~7.3.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "54.0.22",
3
+ "version": "54.0.24",
4
4
  "description": "The Expo SDK",
5
5
  "main": "src/Expo.ts",
6
6
  "module": "src/Expo.ts",
@@ -75,23 +75,23 @@
75
75
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
76
76
  "dependencies": {
77
77
  "@babel/runtime": "^7.20.0",
78
- "@expo/cli": "54.0.15",
78
+ "@expo/cli": "54.0.16",
79
79
  "@expo/config": "~12.0.10",
80
80
  "@expo/config-plugins": "~54.0.2",
81
81
  "@expo/devtools": "0.1.7",
82
82
  "@expo/fingerprint": "0.15.3",
83
83
  "@expo/metro": "~54.1.0",
84
- "@expo/metro-config": "54.0.8",
84
+ "@expo/metro-config": "54.0.9",
85
85
  "@expo/vector-icons": "^15.0.3",
86
86
  "@ungap/structured-clone": "^1.3.0",
87
- "babel-preset-expo": "~54.0.6",
88
- "expo-asset": "~12.0.9",
87
+ "babel-preset-expo": "~54.0.7",
88
+ "expo-asset": "~12.0.10",
89
89
  "expo-constants": "~18.0.10",
90
- "expo-file-system": "~19.0.17",
90
+ "expo-file-system": "~19.0.18",
91
91
  "expo-font": "~14.0.9",
92
92
  "expo-keep-awake": "~15.0.7",
93
- "expo-modules-autolinking": "3.0.20",
94
- "expo-modules-core": "3.0.24",
93
+ "expo-modules-autolinking": "3.0.22",
94
+ "expo-modules-core": "3.0.26",
95
95
  "pretty-format": "^29.7.0",
96
96
  "react-refresh": "^0.14.2",
97
97
  "whatwg-url-without-unicode": "8.0.0-3"
@@ -124,5 +124,5 @@
124
124
  "optional": true
125
125
  }
126
126
  },
127
- "gitHead": "1bba12a43e14a442f2cf1c73fe21968e0ef097c1"
127
+ "gitHead": "6d7c221dc8a1994043c4f2ddcf33a16bf3e508dc"
128
128
  }
package/template.tgz CHANGED
Binary file