expo 51.0.34 → 51.0.36

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.34'
36
+ version = '51.0.36'
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.34"
49
+ versionName "51.0.36"
50
50
  consumerProguardFiles("proguard-rules.pro")
51
51
  }
52
52
  testOptions {
@@ -56,10 +56,10 @@
56
56
  "expo-mail-composer": "~13.0.1",
57
57
  "expo-media-library": "~16.0.5",
58
58
  "expo-module-template": "~10.14.13",
59
- "expo-modules-core": "~1.12.24",
59
+ "expo-modules-core": "~1.12.25",
60
60
  "expo-navigation-bar": "~3.0.7",
61
61
  "expo-network": "~6.0.1",
62
- "expo-notifications": "~0.28.17",
62
+ "expo-notifications": "~0.28.18",
63
63
  "expo-print": "~13.0.1",
64
64
  "expo-random": "~14.0.1",
65
65
  "expo-router": "~3.5.23",
@@ -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.25",
81
+ "expo-updates": "~0.25.26",
82
82
  "expo-video-thumbnails": "~8.0.0",
83
83
  "expo-web-browser": "~13.0.3",
84
84
  "jest-expo": "~51.0.4",
@@ -102,5 +102,5 @@
102
102
  "unimodules-image-loader-interface": "~6.1.0",
103
103
  "@shopify/react-native-skia": "1.2.3",
104
104
  "@shopify/flash-list": "1.6.4",
105
- "@sentry/react-native": "~5.22.0"
105
+ "@sentry/react-native": "~5.24.3"
106
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "51.0.34",
3
+ "version": "51.0.36",
4
4
  "description": "The Expo SDK",
5
5
  "main": "build/Expo.js",
6
6
  "module": "build/Expo.js",
@@ -60,9 +60,9 @@
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.29",
64
- "@expo/config": "9.0.3",
65
- "@expo/config-plugins": "8.0.9",
63
+ "@expo/cli": "0.18.30",
64
+ "@expo/config": "9.0.4",
65
+ "@expo/config-plugins": "8.0.10",
66
66
  "@expo/metro-config": "0.18.11",
67
67
  "@expo/vector-icons": "^14.0.3",
68
68
  "babel-preset-expo": "~11.0.14",
@@ -70,8 +70,8 @@
70
70
  "expo-file-system": "~17.0.1",
71
71
  "expo-font": "~12.0.10",
72
72
  "expo-keep-awake": "~13.0.2",
73
- "expo-modules-autolinking": "1.11.2",
74
- "expo-modules-core": "1.12.24",
73
+ "expo-modules-autolinking": "1.11.3",
74
+ "expo-modules-core": "1.12.25",
75
75
  "fbemitter": "^3.0.0",
76
76
  "whatwg-url-without-unicode": "8.0.0-3"
77
77
  },
@@ -83,5 +83,5 @@
83
83
  "react-dom": "18.2.0",
84
84
  "react-native": "0.74.5"
85
85
  },
86
- "gitHead": "465f2343cb9501d8a5480c6e9d7f8f15bc9871ae"
86
+ "gitHead": "c4e3aca2a633a6ece2ef3a970edec1d0a347e77b"
87
87
  }