expo 57.0.2 → 57.0.4

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.
@@ -10,7 +10,7 @@ buildscript {
10
10
  }
11
11
 
12
12
  group = 'host.exp.exponent'
13
- version = '57.0.2'
13
+ version = '57.0.4'
14
14
 
15
15
  expoModule {
16
16
  // We can't prebuild the module because it depends on the generated files.
@@ -21,7 +21,7 @@ android {
21
21
  namespace "expo.core"
22
22
  defaultConfig {
23
23
  versionCode 1
24
- versionName "57.0.2"
24
+ versionName "57.0.4"
25
25
  consumerProguardFiles("proguard-rules.pro")
26
26
  }
27
27
  testOptions {
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "@expo/dom-webview": "~57.0.0",
3
- "@expo/fingerprint": "~0.20.2",
3
+ "@expo/fingerprint": "~0.20.3",
4
4
  "@expo/metro-runtime": "~57.0.3",
5
5
  "@expo/vector-icons": "^15.0.2",
6
- "@expo/ui": "~57.0.3",
6
+ "@expo/ui": "~57.0.4",
7
7
  "@react-native-async-storage/async-storage": "2.2.0",
8
8
  "@react-native-community/datetimepicker": "9.1.0",
9
9
  "@react-native-masked-view/masked-view": "0.3.2",
@@ -22,7 +22,7 @@
22
22
  "expo-application": "~57.0.0",
23
23
  "expo-asset": "~57.0.3",
24
24
  "expo-audio": "~57.0.0",
25
- "expo-auth-session": "~57.0.1",
25
+ "expo-auth-session": "~57.0.2",
26
26
  "expo-background-fetch": "~57.0.2",
27
27
  "expo-background-task": "~57.0.2",
28
28
  "expo-battery": "~57.0.0",
@@ -31,7 +31,7 @@
31
31
  "expo-brownfield": "~57.0.3",
32
32
  "expo-build-properties": "~57.0.3",
33
33
  "expo-calendar": "~57.0.0",
34
- "expo-camera": "~57.0.0",
34
+ "expo-camera": "~57.0.1",
35
35
  "expo-cellular": "~57.0.0",
36
36
  "expo-checkbox": "~57.0.0",
37
37
  "expo-clipboard": "~57.0.0",
@@ -55,7 +55,7 @@
55
55
  "expo-insights": "~57.0.2",
56
56
  "expo-keep-awake": "~57.0.0",
57
57
  "expo-linear-gradient": "~57.0.0",
58
- "expo-linking": "~57.0.1",
58
+ "expo-linking": "~57.0.2",
59
59
  "expo-local-authentication": "~57.0.0",
60
60
  "expo-localization": "~57.0.0",
61
61
  "expo-location": "~57.0.2",
@@ -66,20 +66,20 @@
66
66
  "expo-media-library": "~57.0.1",
67
67
  "expo-mesh-gradient": "~57.0.0",
68
68
  "expo-module-template": "~57.0.2",
69
- "expo-modules-core": "~57.0.2",
69
+ "expo-modules-core": "~57.0.3",
70
70
  "expo-navigation-bar": "~57.0.1",
71
71
  "expo-network": "~57.0.0",
72
72
  "expo-notifications": "~57.0.3",
73
- "expo-observe": "~57.0.3",
73
+ "expo-observe": "~57.0.4",
74
74
  "expo-print": "~57.0.0",
75
75
  "expo-live-photo": "~57.0.0",
76
- "expo-router": "~57.0.3",
76
+ "expo-router": "~57.0.4",
77
77
  "expo-screen-capture": "~57.0.0",
78
78
  "expo-screen-orientation": "~57.0.0",
79
79
  "expo-secure-store": "~57.0.0",
80
80
  "expo-sensors": "~57.0.1",
81
81
  "expo-server": "~57.0.0",
82
- "expo-sharing": "~57.0.2",
82
+ "expo-sharing": "~57.0.3",
83
83
  "expo-sms": "~57.0.0",
84
84
  "expo-speech": "~57.0.0",
85
85
  "expo-splash-screen": "~57.0.2",
@@ -94,7 +94,7 @@
94
94
  "expo-video-thumbnails": "~57.0.0",
95
95
  "expo-video": "~57.0.0",
96
96
  "expo-web-browser": "~57.0.0",
97
- "expo-widgets": "~57.0.2",
97
+ "expo-widgets": "~57.0.3",
98
98
  "jest-expo": "~57.0.1",
99
99
  "lottie-react-native": "~7.3.8",
100
100
  "react": "19.2.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "57.0.2",
3
+ "version": "57.0.4",
4
4
  "description": "The Expo SDK",
5
5
  "main": "src/Expo.ts",
6
6
  "module": "src/Expo.ts",
@@ -68,25 +68,25 @@
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": "^57.0.4",
72
- "@expo/config": "~57.0.2",
73
- "@expo/config-plugins": "~57.0.2",
71
+ "@expo/cli": "^57.0.6",
72
+ "@expo/config": "~57.0.3",
73
+ "@expo/config-plugins": "~57.0.3",
74
74
  "@expo/devtools": "~57.0.0",
75
75
  "@expo/dom-webview": "~57.0.0",
76
- "@expo/fingerprint": "^0.20.2",
76
+ "@expo/fingerprint": "^0.20.3",
77
77
  "@expo/local-build-cache-provider": "^57.0.2",
78
78
  "@expo/log-box": "^57.0.0",
79
79
  "@expo/metro": "~56.0.0",
80
80
  "@expo/metro-config": "~57.0.3",
81
81
  "@ungap/structured-clone": "^1.3.0",
82
- "babel-preset-expo": "~57.0.1",
82
+ "babel-preset-expo": "~57.0.2",
83
83
  "expo-asset": "~57.0.3",
84
84
  "expo-constants": "~57.0.3",
85
85
  "expo-file-system": "~57.0.0",
86
86
  "expo-font": "~57.0.0",
87
87
  "expo-keep-awake": "~57.0.0",
88
- "expo-modules-autolinking": "~57.0.4",
89
- "expo-modules-core": "~57.0.2",
88
+ "expo-modules-autolinking": "~57.0.5",
89
+ "expo-modules-core": "~57.0.3",
90
90
  "pretty-format": "^29.7.0",
91
91
  "react-refresh": "^0.14.2",
92
92
  "whatwg-url-minimum": "^0.1.2"
@@ -101,8 +101,8 @@
101
101
  "rimraf": "^6.1.2",
102
102
  "web-streams-polyfill": "^3.3.2",
103
103
  "@expo/metro-runtime": "57.0.3",
104
- "@expo/dom-webview": "57.0.0",
105
- "expo-updates": "57.0.6"
104
+ "expo-updates": "57.0.6",
105
+ "@expo/dom-webview": "57.0.0"
106
106
  },
107
107
  "peerDependencies": {
108
108
  "@expo/dom-webview": "*",
@@ -139,7 +139,7 @@
139
139
  "scripts/resolveAppEntry.js"
140
140
  ]
141
141
  },
142
- "gitHead": "5104cb89c3938bc9653e0cbad43da3a43a2e77a7",
142
+ "gitHead": "b31bd70c8873eee2894bc5cc3b3460abca0cdea0",
143
143
  "scripts": {
144
144
  "build": "tsc",
145
145
  "clean": "rimraf build",
package/template.tgz CHANGED
Binary file