expo 54.0.27 → 54.0.29
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.
- package/android/build.gradle +2 -2
- package/bundledNativeModules.json +11 -11
- package/package.json +9 -9
- package/template.tgz +0 -0
package/android/build.gradle
CHANGED
|
@@ -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.
|
|
35
|
+
version = '54.0.29'
|
|
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.
|
|
46
|
+
versionName "54.0.29"
|
|
47
47
|
consumerProguardFiles("proguard-rules.pro")
|
|
48
48
|
}
|
|
49
49
|
testOptions {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"expo-apple-authentication": "~8.0.8",
|
|
20
20
|
"expo-application": "~7.0.8",
|
|
21
21
|
"expo-asset": "~12.0.11",
|
|
22
|
-
"expo-audio": "~1.0
|
|
22
|
+
"expo-audio": "~1.1.0",
|
|
23
23
|
"expo-auth-session": "~7.0.10",
|
|
24
24
|
"expo-av": "~16.0.8",
|
|
25
25
|
"expo-background-fetch": "~14.0.9",
|
|
@@ -33,22 +33,22 @@
|
|
|
33
33
|
"expo-cellular": "~8.0.8",
|
|
34
34
|
"expo-checkbox": "~5.0.8",
|
|
35
35
|
"expo-clipboard": "~8.0.8",
|
|
36
|
-
"expo-constants": "~18.0.
|
|
36
|
+
"expo-constants": "~18.0.12",
|
|
37
37
|
"expo-contacts": "~15.0.11",
|
|
38
38
|
"expo-crypto": "~15.0.8",
|
|
39
39
|
"expo-dev-client": "~6.0.20",
|
|
40
40
|
"expo-device": "~8.0.10",
|
|
41
41
|
"expo-document-picker": "~14.0.8",
|
|
42
|
-
"expo-file-system": "~19.0.
|
|
42
|
+
"expo-file-system": "~19.0.21",
|
|
43
43
|
"expo-font": "~14.0.10",
|
|
44
|
-
"expo-gl": "~16.0.
|
|
44
|
+
"expo-gl": "~16.0.9",
|
|
45
45
|
"expo-glass-effect": "~0.1.8",
|
|
46
46
|
"expo-google-app-auth": "~8.3.0",
|
|
47
47
|
"expo-haptics": "~15.0.8",
|
|
48
48
|
"expo-image": "~3.0.11",
|
|
49
49
|
"expo-image-loader": "~6.0.0",
|
|
50
50
|
"expo-image-manipulator": "~14.0.8",
|
|
51
|
-
"expo-image-picker": "~17.0.
|
|
51
|
+
"expo-image-picker": "~17.0.10",
|
|
52
52
|
"expo-intent-launcher": "~13.0.8",
|
|
53
53
|
"expo-insights": "~0.10.8",
|
|
54
54
|
"expo-keep-awake": "~15.0.8",
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
"expo-media-library": "~18.2.1",
|
|
65
65
|
"expo-mesh-gradient": "~0.4.8",
|
|
66
66
|
"expo-module-template": "~11.0.18",
|
|
67
|
-
"expo-modules-core": "~3.0.
|
|
67
|
+
"expo-modules-core": "~3.0.29",
|
|
68
68
|
"expo-navigation-bar": "~5.0.10",
|
|
69
69
|
"expo-network": "~8.0.8",
|
|
70
|
-
"expo-notifications": "~0.32.
|
|
70
|
+
"expo-notifications": "~0.32.15",
|
|
71
71
|
"expo-print": "~15.0.8",
|
|
72
72
|
"expo-live-photo": "~1.0.8",
|
|
73
|
-
"expo-router": "~6.0.
|
|
73
|
+
"expo-router": "~6.0.19",
|
|
74
74
|
"expo-screen-capture": "~8.0.9",
|
|
75
75
|
"expo-screen-orientation": "~9.0.8",
|
|
76
76
|
"expo-secure-store": "~15.0.8",
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
"expo-system-ui": "~6.0.9",
|
|
88
88
|
"expo-task-manager": "~14.0.9",
|
|
89
89
|
"expo-tracking-transparency": "~6.0.8",
|
|
90
|
-
"expo-updates": "~29.0.
|
|
90
|
+
"expo-updates": "~29.0.15",
|
|
91
91
|
"expo-video-thumbnails": "~10.0.8",
|
|
92
92
|
"expo-video": "~3.0.15",
|
|
93
93
|
"expo-web-browser": "~15.0.10",
|
|
94
|
-
"jest-expo": "~54.0.
|
|
94
|
+
"jest-expo": "~54.0.16",
|
|
95
95
|
"lottie-react-native": "~7.3.1",
|
|
96
96
|
"react": "19.1.0",
|
|
97
97
|
"react-dom": "19.1.0",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"react-native-svg": "15.12.1",
|
|
110
110
|
"react-native-view-shot": "4.0.3",
|
|
111
111
|
"react-native-webview": "13.15.0",
|
|
112
|
-
"react-server-dom-webpack": "~19.1.
|
|
112
|
+
"react-server-dom-webpack": "~19.1.4",
|
|
113
113
|
"sentry-expo": "~7.0.0",
|
|
114
114
|
"unimodules-app-loader": "~6.0.8",
|
|
115
115
|
"unimodules-image-loader-interface": "~6.1.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "54.0.
|
|
3
|
+
"version": "54.0.29",
|
|
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.
|
|
79
|
-
"@expo/config": "~12.0.
|
|
80
|
-
"@expo/config-plugins": "~54.0.
|
|
78
|
+
"@expo/cli": "54.0.19",
|
|
79
|
+
"@expo/config": "~12.0.12",
|
|
80
|
+
"@expo/config-plugins": "~54.0.4",
|
|
81
81
|
"@expo/devtools": "0.1.8",
|
|
82
82
|
"@expo/fingerprint": "0.15.4",
|
|
83
83
|
"@expo/metro": "~54.1.0",
|
|
84
|
-
"@expo/metro-config": "54.0.
|
|
84
|
+
"@expo/metro-config": "54.0.11",
|
|
85
85
|
"@expo/vector-icons": "^15.0.3",
|
|
86
86
|
"@ungap/structured-clone": "^1.3.0",
|
|
87
87
|
"babel-preset-expo": "~54.0.8",
|
|
88
88
|
"expo-asset": "~12.0.11",
|
|
89
|
-
"expo-constants": "~18.0.
|
|
90
|
-
"expo-file-system": "~19.0.
|
|
89
|
+
"expo-constants": "~18.0.12",
|
|
90
|
+
"expo-file-system": "~19.0.21",
|
|
91
91
|
"expo-font": "~14.0.10",
|
|
92
92
|
"expo-keep-awake": "~15.0.8",
|
|
93
93
|
"expo-modules-autolinking": "3.0.23",
|
|
94
|
-
"expo-modules-core": "3.0.
|
|
94
|
+
"expo-modules-core": "3.0.29",
|
|
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": "
|
|
127
|
+
"gitHead": "599ebc94db5c972f961641db9aa33e2964498c42"
|
|
128
128
|
}
|
package/template.tgz
CHANGED
|
Binary file
|