expo 51.0.0-preview.3 → 51.0.0-preview.5

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 = '51.0.0-preview.3'
36
+ version = '51.0.0-preview.5'
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.0-preview.3"
49
+ versionName "51.0.0-preview.5"
50
50
  consumerProguardFiles("proguard-rules.pro")
51
51
  }
52
52
  testOptions {
@@ -14,7 +14,7 @@
14
14
  "expo-app-loader-provider": "~8.0.0",
15
15
  "expo-apple-authentication": "~6.4.1",
16
16
  "expo-application": "~5.9.1",
17
- "expo-asset": "~10.0.2",
17
+ "expo-asset": "~10.0.3",
18
18
  "expo-auth-session": "~5.5.1",
19
19
  "expo-av": "~14.0.2",
20
20
  "expo-background-fetch": "~12.0.1",
@@ -24,20 +24,20 @@
24
24
  "expo-brightness": "~12.0.1",
25
25
  "expo-build-properties": "~0.12.0",
26
26
  "expo-calendar": "~13.0.2",
27
- "expo-camera": "~15.0.1",
27
+ "expo-camera": "~15.0.2",
28
28
  "expo-cellular": "~6.0.1",
29
29
  "expo-checkbox": "~3.0.0",
30
- "expo-clipboard": "~6.0.1",
30
+ "expo-clipboard": "~6.0.2",
31
31
  "expo-constants": "~16.0.1",
32
32
  "expo-contacts": "~13.0.1",
33
- "expo-crypto": "~13.0.1",
34
- "expo-dev-client": "~4.0.3",
33
+ "expo-crypto": "~13.0.2",
34
+ "expo-dev-client": "~4.0.4",
35
35
  "expo-device": "~6.0.1",
36
36
  "expo-document-picker": "~12.0.1",
37
37
  "expo-face-detector": "~12.7.1",
38
38
  "expo-file-system": "~17.0.1",
39
- "expo-font": "~12.0.3",
40
- "expo-gl": "~14.0.1",
39
+ "expo-font": "~12.0.4",
40
+ "expo-gl": "~14.0.2",
41
41
  "expo-google-app-auth": "~8.3.0",
42
42
  "expo-haptics": "~13.0.1",
43
43
  "expo-image": "~1.12.4",
@@ -61,11 +61,11 @@
61
61
  "expo-notifications": "~0.28.1",
62
62
  "expo-print": "~13.0.1",
63
63
  "expo-random": "~14.0.1",
64
- "expo-router": "~3.5.2",
64
+ "expo-router": "~3.5.3",
65
65
  "expo-screen-capture": "~6.0.1",
66
- "expo-screen-orientation": "~7.0.1",
66
+ "expo-screen-orientation": "~7.0.2",
67
67
  "expo-secure-store": "~13.0.1",
68
- "expo-sensors": "~13.0.2",
68
+ "expo-sensors": "~13.0.3",
69
69
  "expo-sharing": "~12.0.1",
70
70
  "expo-sms": "~12.0.1",
71
71
  "expo-speech": "~12.0.1",
@@ -73,13 +73,14 @@
73
73
  "expo-sqlite": "~14.0.3",
74
74
  "expo-status-bar": "~1.12.1",
75
75
  "expo-store-review": "~7.0.1",
76
+ "expo-symbols": "~0.1.3",
76
77
  "expo-system-ui": "~3.0.2",
77
78
  "expo-task-manager": "~11.8.1",
78
79
  "expo-tracking-transparency": "~4.0.1",
79
- "expo-updates": "~0.25.3",
80
+ "expo-updates": "~0.25.5",
80
81
  "expo-video-thumbnails": "~8.0.0",
81
- "expo-web-browser": "~13.0.1",
82
- "jest-expo": "~51.0.0",
82
+ "expo-web-browser": "~13.0.2",
83
+ "jest-expo": "~51.0.1",
83
84
  "lottie-react-native": "6.7.0",
84
85
  "react": "18.2.0",
85
86
  "react-dom": "18.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "51.0.0-preview.3",
3
+ "version": "51.0.0-preview.5",
4
4
  "description": "The Expo SDK",
5
5
  "main": "build/Expo.js",
6
6
  "module": "build/Expo.js",
@@ -60,15 +60,15 @@
60
60
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
61
61
  "dependencies": {
62
62
  "@babel/runtime": "^7.20.0",
63
- "@expo/cli": "0.18.3",
63
+ "@expo/cli": "0.18.5",
64
64
  "@expo/config": "9.0.1",
65
- "@expo/config-plugins": "8.0.1",
66
- "@expo/metro-config": "0.18.2",
65
+ "@expo/config-plugins": "8.0.3",
66
+ "@expo/metro-config": "0.18.3",
67
67
  "@expo/vector-icons": "^14.0.0",
68
68
  "babel-preset-expo": "~11.0.2",
69
- "expo-asset": "~10.0.2",
69
+ "expo-asset": "~10.0.3",
70
70
  "expo-file-system": "~17.0.1",
71
- "expo-font": "~12.0.3",
71
+ "expo-font": "~12.0.4",
72
72
  "expo-keep-awake": "~13.0.1",
73
73
  "expo-modules-autolinking": "1.11.1",
74
74
  "expo-modules-core": "1.12.2",
@@ -83,5 +83,5 @@
83
83
  "react-dom": "18.2.0",
84
84
  "react-native": "0.74.0"
85
85
  },
86
- "gitHead": "f8f9d041c6467f325b58c7913e0f5ed1af102e11"
86
+ "gitHead": "f47e3af17a790a34b95fe10dda8383389e7d74e2"
87
87
  }