expo 54.0.7 → 54.0.8

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.
@@ -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.7'
35
+ version = '54.0.8'
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.7"
46
+ versionName "54.0.8"
47
47
  consumerProguardFiles("proguard-rules.pro")
48
48
  }
49
49
  testOptions {
@@ -1,8 +1,8 @@
1
1
  {
2
- "@expo/fingerprint": "~0.15.0",
2
+ "@expo/fingerprint": "~0.15.1",
3
3
  "@expo/metro-runtime": "~6.1.2",
4
4
  "@expo/vector-icons": "^15.0.2",
5
- "@expo/ui": "~0.2.0-beta.2",
5
+ "@expo/ui": "~0.2.0-beta.3",
6
6
  "@react-native-async-storage/async-storage": "2.2.0",
7
7
  "@react-native-community/datetimepicker": "8.4.4",
8
8
  "@react-native-masked-view/masked-view": "0.3.2",
@@ -19,7 +19,7 @@
19
19
  "expo-apple-authentication": "~8.0.7",
20
20
  "expo-application": "~7.0.7",
21
21
  "expo-asset": "~12.0.8",
22
- "expo-audio": "~1.0.11",
22
+ "expo-audio": "~1.0.12",
23
23
  "expo-auth-session": "~7.0.8",
24
24
  "expo-av": "~16.0.7",
25
25
  "expo-background-fetch": "~14.0.7",
@@ -29,11 +29,11 @@
29
29
  "expo-brightness": "~14.0.7",
30
30
  "expo-build-properties": "~1.0.8",
31
31
  "expo-calendar": "~15.0.7",
32
- "expo-camera": "~17.0.7",
32
+ "expo-camera": "~17.0.8",
33
33
  "expo-cellular": "~8.0.7",
34
34
  "expo-checkbox": "~5.0.7",
35
35
  "expo-clipboard": "~8.0.7",
36
- "expo-constants": "~18.0.8",
36
+ "expo-constants": "~18.0.9",
37
37
  "expo-contacts": "~15.0.8",
38
38
  "expo-crypto": "~15.0.7",
39
39
  "expo-dev-client": "~6.0.12",
@@ -59,16 +59,16 @@
59
59
  "expo-mail-composer": "~15.0.7",
60
60
  "expo-manifests": "~1.0.8",
61
61
  "expo-maps": "~0.12.7",
62
- "expo-media-library": "~18.1.1",
62
+ "expo-media-library": "~18.2.0",
63
63
  "expo-mesh-gradient": "~0.4.7",
64
64
  "expo-module-template": "~11.0.13",
65
- "expo-modules-core": "~3.0.15",
65
+ "expo-modules-core": "~3.0.16",
66
66
  "expo-navigation-bar": "~5.0.8",
67
67
  "expo-network": "~8.0.7",
68
68
  "expo-notifications": "~0.32.11",
69
69
  "expo-print": "~15.0.7",
70
70
  "expo-live-photo": "~1.0.7",
71
- "expo-router": "~6.0.4",
71
+ "expo-router": "~6.0.6",
72
72
  "expo-screen-capture": "~8.0.8",
73
73
  "expo-screen-orientation": "~9.0.7",
74
74
  "expo-secure-store": "~15.0.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "54.0.7",
3
+ "version": "54.0.8",
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.5",
78
+ "@expo/cli": "54.0.6",
79
79
  "@expo/config": "~12.0.9",
80
80
  "@expo/config-plugins": "~54.0.1",
81
81
  "@expo/devtools": "0.1.7",
82
- "@expo/fingerprint": "0.15.0",
82
+ "@expo/fingerprint": "0.15.1",
83
83
  "@expo/metro": "~0.1.1",
84
84
  "@expo/metro-config": "54.0.3",
85
85
  "@expo/vector-icons": "^15.0.2",
86
86
  "@ungap/structured-clone": "^1.3.0",
87
87
  "babel-preset-expo": "~54.0.1",
88
88
  "expo-asset": "~12.0.8",
89
- "expo-constants": "~18.0.8",
89
+ "expo-constants": "~18.0.9",
90
90
  "expo-file-system": "~19.0.14",
91
91
  "expo-font": "~14.0.8",
92
92
  "expo-keep-awake": "~15.0.7",
93
- "expo-modules-autolinking": "3.0.10",
94
- "expo-modules-core": "3.0.15",
93
+ "expo-modules-autolinking": "3.0.11",
94
+ "expo-modules-core": "3.0.16",
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": "a50adf2c36a184a731d1e80019f5326670bab3e9"
127
+ "gitHead": "e1bc61d046f09264a85b7730a1b7ae931b0f0af4"
128
128
  }
package/template.tgz CHANGED
Binary file
@@ -45,16 +45,10 @@ declare module 'react-native' {
45
45
  /** @platform web */
46
46
  backgroundSize?: string;
47
47
  /** @platform web */
48
- boxShadow?: string;
49
- /** @platform web */
50
48
  boxSizing?: string;
51
49
  /** @platform web */
52
50
  clip?: string;
53
51
  /** @platform web */
54
- cursor?: string;
55
- /** @platform web */
56
- filter?: string;
57
- /** @platform web */
58
52
  gridAutoColumns?: string;
59
53
  /** @platform web */
60
54
  gridAutoFlow?: string;
@@ -81,8 +75,6 @@ declare module 'react-native' {
81
75
  /** @platform web */
82
76
  outline?: string;
83
77
  /** @platform web */
84
- outlineColor?: string;
85
- /** @platform web */
86
78
  overflowX?: string;
87
79
  /** @platform web */
88
80
  overflowY?: string;
@@ -226,8 +218,6 @@ declare module 'react-native' {
226
218
  /** @platform web */
227
219
  transitionTimingFunction?: string | Function | (string | Function)[];
228
220
  /** @platform web */
229
- userSelect?: string;
230
- /** @platform web */
231
221
  visibility?: string;
232
222
  /** @platform web */
233
223
  willChange?: string;