expo 52.0.10 → 52.0.11
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 +10 -10
- package/package.json +6 -6
package/android/build.gradle
CHANGED
|
@@ -33,7 +33,7 @@ def getRNVersion() {
|
|
|
33
33
|
ensureDependeciesWereEvaluated(project)
|
|
34
34
|
|
|
35
35
|
group = 'host.exp.exponent'
|
|
36
|
-
version = '52.0.
|
|
36
|
+
version = '52.0.11'
|
|
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.
|
|
49
|
+
versionName "52.0.11"
|
|
50
50
|
consumerProguardFiles("proguard-rules.pro")
|
|
51
51
|
}
|
|
52
52
|
testOptions {
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"expo-brightness": "~13.0.2",
|
|
27
27
|
"expo-build-properties": "~0.13.1",
|
|
28
28
|
"expo-calendar": "~14.0.3",
|
|
29
|
-
"expo-camera": "~16.0.
|
|
29
|
+
"expo-camera": "~16.0.7",
|
|
30
30
|
"expo-cellular": "~7.0.1",
|
|
31
31
|
"expo-checkbox": "~4.0.0",
|
|
32
32
|
"expo-clipboard": "~7.0.0",
|
|
33
33
|
"expo-constants": "~17.0.3",
|
|
34
34
|
"expo-contacts": "~14.0.2",
|
|
35
35
|
"expo-crypto": "~14.0.1",
|
|
36
|
-
"expo-dev-client": "~5.0.
|
|
36
|
+
"expo-dev-client": "~5.0.4",
|
|
37
37
|
"expo-device": "~7.0.1",
|
|
38
38
|
"expo-document-picker": "~13.0.1",
|
|
39
39
|
"expo-face-detector": "~13.0.1",
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
"expo-localization": "~16.0.0",
|
|
56
56
|
"expo-location": "~18.0.2",
|
|
57
57
|
"expo-mail-composer": "~14.0.1",
|
|
58
|
-
"expo-media-library": "~17.0.
|
|
59
|
-
"expo-module-template": "~10.15.
|
|
60
|
-
"expo-modules-core": "~2.0.
|
|
61
|
-
"expo-navigation-bar": "~4.0.
|
|
62
|
-
"expo-network": "~7.0.
|
|
58
|
+
"expo-media-library": "~17.0.3",
|
|
59
|
+
"expo-module-template": "~10.15.11",
|
|
60
|
+
"expo-modules-core": "~2.0.6",
|
|
61
|
+
"expo-navigation-bar": "~4.0.4",
|
|
62
|
+
"expo-network": "~7.0.2",
|
|
63
63
|
"expo-notifications": "~0.29.8",
|
|
64
64
|
"expo-print": "~14.0.2",
|
|
65
|
-
"expo-router": "~4.0.
|
|
65
|
+
"expo-router": "~4.0.9",
|
|
66
66
|
"expo-screen-capture": "~7.0.0",
|
|
67
67
|
"expo-screen-orientation": "~8.0.0",
|
|
68
68
|
"expo-secure-store": "~14.0.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"expo-status-bar": "~2.0.0",
|
|
76
76
|
"expo-store-review": "~8.0.0",
|
|
77
77
|
"expo-symbols": "~0.2.0",
|
|
78
|
-
"expo-system-ui": "~4.0.
|
|
78
|
+
"expo-system-ui": "~4.0.4",
|
|
79
79
|
"expo-task-manager": "~12.0.3",
|
|
80
80
|
"expo-tracking-transparency": "~5.0.0",
|
|
81
81
|
"expo-updates": "~0.26.9",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"lottie-react-native": "7.1.0",
|
|
87
87
|
"react": "18.3.1",
|
|
88
88
|
"react-dom": "18.3.1",
|
|
89
|
-
"react-native": "0.76.
|
|
89
|
+
"react-native": "0.76.3",
|
|
90
90
|
"react-native-web": "~0.19.13",
|
|
91
91
|
"react-native-gesture-handler": "~2.20.2",
|
|
92
92
|
"react-native-get-random-values": "~1.11.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "52.0.
|
|
3
|
+
"version": "52.0.11",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "src/Expo.ts",
|
|
6
6
|
"module": "src/Expo.ts",
|
|
@@ -68,20 +68,20 @@
|
|
|
68
68
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@babel/runtime": "^7.20.0",
|
|
71
|
-
"@expo/cli": "0.21.
|
|
71
|
+
"@expo/cli": "0.21.8",
|
|
72
72
|
"@expo/config": "~10.0.5",
|
|
73
73
|
"@expo/config-plugins": "~9.0.10",
|
|
74
74
|
"@expo/fingerprint": "0.11.2",
|
|
75
75
|
"@expo/metro-config": "0.19.4",
|
|
76
76
|
"@expo/vector-icons": "^14.0.0",
|
|
77
|
-
"babel-preset-expo": "~12.0.
|
|
77
|
+
"babel-preset-expo": "~12.0.2",
|
|
78
78
|
"expo-asset": "~11.0.1",
|
|
79
79
|
"expo-constants": "~17.0.3",
|
|
80
80
|
"expo-file-system": "~18.0.4",
|
|
81
81
|
"expo-font": "~13.0.1",
|
|
82
82
|
"expo-keep-awake": "~14.0.1",
|
|
83
83
|
"expo-modules-autolinking": "2.0.2",
|
|
84
|
-
"expo-modules-core": "2.0.
|
|
84
|
+
"expo-modules-core": "2.0.6",
|
|
85
85
|
"fbemitter": "^3.0.0",
|
|
86
86
|
"web-streams-polyfill": "^3.3.2",
|
|
87
87
|
"whatwg-url-without-unicode": "8.0.0-3"
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"expo-module-scripts": "^4.0.2",
|
|
93
93
|
"react": "18.3.1",
|
|
94
94
|
"react-dom": "18.3.1",
|
|
95
|
-
"react-native": "0.76.
|
|
95
|
+
"react-native": "0.76.3"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"@expo/dom-webview": "*",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"optional": true
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "65ae6fda78837f77eea5a2107066fc545a211804"
|
|
116
116
|
}
|