expo 51.0.20 → 51.0.22
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
CHANGED
|
@@ -33,7 +33,7 @@ def getRNVersion() {
|
|
|
33
33
|
ensureDependeciesWereEvaluated(project)
|
|
34
34
|
|
|
35
35
|
group = 'host.exp.exponent'
|
|
36
|
-
version = '51.0.
|
|
36
|
+
version = '51.0.22'
|
|
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 "51.0.
|
|
49
|
+
versionName "51.0.22"
|
|
50
50
|
consumerProguardFiles("proguard-rules.pro")
|
|
51
51
|
}
|
|
52
52
|
testOptions {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"expo-analytics-amplitude": "~11.3.0",
|
|
14
14
|
"expo-app-auth": "~11.1.0",
|
|
15
15
|
"expo-app-loader-provider": "~8.0.0",
|
|
16
|
-
"expo-apple-authentication": "~6.4.
|
|
16
|
+
"expo-apple-authentication": "~6.4.2",
|
|
17
17
|
"expo-application": "~5.9.1",
|
|
18
18
|
"expo-asset": "~10.0.10",
|
|
19
19
|
"expo-auth-session": "~5.5.2",
|
|
@@ -25,23 +25,23 @@
|
|
|
25
25
|
"expo-brightness": "~12.0.1",
|
|
26
26
|
"expo-build-properties": "~0.12.3",
|
|
27
27
|
"expo-calendar": "~13.0.5",
|
|
28
|
-
"expo-camera": "~15.0.
|
|
28
|
+
"expo-camera": "~15.0.14",
|
|
29
29
|
"expo-cellular": "~6.0.3",
|
|
30
30
|
"expo-checkbox": "~3.0.0",
|
|
31
31
|
"expo-clipboard": "~6.0.3",
|
|
32
32
|
"expo-constants": "~16.0.2",
|
|
33
|
-
"expo-contacts": "~13.0.
|
|
33
|
+
"expo-contacts": "~13.0.5",
|
|
34
34
|
"expo-crypto": "~13.0.2",
|
|
35
35
|
"expo-dev-client": "~4.0.20",
|
|
36
36
|
"expo-device": "~6.0.2",
|
|
37
37
|
"expo-document-picker": "~12.0.2",
|
|
38
38
|
"expo-face-detector": "~12.7.1",
|
|
39
39
|
"expo-file-system": "~17.0.1",
|
|
40
|
-
"expo-font": "~12.0.
|
|
40
|
+
"expo-font": "~12.0.9",
|
|
41
41
|
"expo-gl": "~14.0.2",
|
|
42
42
|
"expo-google-app-auth": "~8.3.0",
|
|
43
43
|
"expo-haptics": "~13.0.1",
|
|
44
|
-
"expo-image": "~1.12.
|
|
44
|
+
"expo-image": "~1.12.13",
|
|
45
45
|
"expo-image-loader": "~4.7.0",
|
|
46
46
|
"expo-image-manipulator": "~12.0.5",
|
|
47
47
|
"expo-image-picker": "~15.0.7",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"expo-modules-core": "~1.12.19",
|
|
60
60
|
"expo-navigation-bar": "~3.0.7",
|
|
61
61
|
"expo-network": "~6.0.1",
|
|
62
|
-
"expo-notifications": "~0.28.
|
|
62
|
+
"expo-notifications": "~0.28.11",
|
|
63
63
|
"expo-print": "~13.0.1",
|
|
64
64
|
"expo-random": "~14.0.1",
|
|
65
65
|
"expo-router": "~3.5.18",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"expo-system-ui": "~3.0.7",
|
|
79
79
|
"expo-task-manager": "~11.8.2",
|
|
80
80
|
"expo-tracking-transparency": "~4.0.2",
|
|
81
|
-
"expo-updates": "~0.25.
|
|
81
|
+
"expo-updates": "~0.25.21",
|
|
82
82
|
"expo-video-thumbnails": "~8.0.0",
|
|
83
83
|
"expo-web-browser": "~13.0.3",
|
|
84
84
|
"jest-expo": "~51.0.3",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"react-native-pager-view": "6.3.0",
|
|
94
94
|
"react-native-reanimated": "~3.10.1",
|
|
95
95
|
"react-native-screens": "3.31.1",
|
|
96
|
-
"react-native-safe-area-context": "4.10.
|
|
96
|
+
"react-native-safe-area-context": "4.10.5",
|
|
97
97
|
"react-native-svg": "15.2.0",
|
|
98
98
|
"react-native-view-shot": "3.8.0",
|
|
99
99
|
"react-native-webview": "13.8.6",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "51.0.
|
|
3
|
+
"version": "51.0.22",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
"@expo/cli": "0.18.25",
|
|
64
64
|
"@expo/config": "9.0.3",
|
|
65
65
|
"@expo/config-plugins": "8.0.8",
|
|
66
|
-
"@expo/metro-config": "0.18.
|
|
66
|
+
"@expo/metro-config": "0.18.9",
|
|
67
67
|
"@expo/vector-icons": "^14.0.0",
|
|
68
68
|
"babel-preset-expo": "~11.0.12",
|
|
69
69
|
"expo-asset": "~10.0.10",
|
|
70
70
|
"expo-file-system": "~17.0.1",
|
|
71
|
-
"expo-font": "~12.0.
|
|
71
|
+
"expo-font": "~12.0.9",
|
|
72
72
|
"expo-keep-awake": "~13.0.2",
|
|
73
73
|
"expo-modules-autolinking": "1.11.1",
|
|
74
74
|
"expo-modules-core": "1.12.19",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"react-dom": "18.2.0",
|
|
84
84
|
"react-native": "0.74.3"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "7254cc3de7d97ccaf7e9c0864188cb233ba919e5"
|
|
87
87
|
}
|