Skip to content

Commit

Permalink
chore(deps): add expo-insights and updgrade sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
caxewsh committed Oct 20, 2024
1 parent ecfd317 commit 184ac10
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cli": {
"version": ">= 7.1.2"
"version": ">= 12.5.4"
},
"build": {
"development-simulator": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
"@react-navigation/native-stack": "^6.9.17",
"@supabase/supabase-js": "^2.45.3",
"eas-cli": "^7.3.0",
"expo": "~51.0.37",
"expo": "~51.0.38",
"expo-application": "~5.9.1",
"expo-asset": "~10.0.10",
"expo-dev-client": "~4.0.28",
"expo-insights": "~0.7.0",
"expo-status-bar": "~1.12.1",
"mongodb": "^6.3.0",
"mongoose": "^8.2.0",
Expand Down
30 changes: 21 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5148,6 +5148,11 @@ expo-dev-menu@5.0.22:
expo-dev-menu-interface "1.8.3"
semver "^7.5.4"

expo-eas-client@~0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/expo-eas-client/-/expo-eas-client-0.12.0.tgz#e8b6f7d33873e6f630f37f7bfc41646ae7b0b2a9"
integrity sha512-Jkww9Cwpv0z7DdLYiRX0r4fqBEcI9cKqTn7cHx63S09JaZ2rcwEE4zYHgrXwjahO+tU2VW8zqH+AJl6RhhW4zA==

expo-file-system@~17.0.1:
version "17.0.1"
resolved "https://registry.yarnpkg.com/expo-file-system/-/expo-file-system-17.0.1.tgz#b9f8af8c1c06ec71d96fd7a0d2567fa9e1c88f15"
Expand All @@ -5160,6 +5165,13 @@ expo-font@~12.0.10:
dependencies:
fontfaceobserver "^2.1.0"

expo-insights@~0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/expo-insights/-/expo-insights-0.7.0.tgz#ca777fd9b83c1cfddb6b9f937692dbd42aa01854"
integrity sha512-GC8WpaynF8QB+GoOfq1kBNeD1UICHvN2ek3KMmIIs1Iho1y3fwwwgLDeGCpOsVKQsNaX6viDVPCedj4V2SD4lA==
dependencies:
expo-eas-client "~0.12.0"

expo-json-utils@~0.13.0:
version "0.13.1"
resolved "https://registry.yarnpkg.com/expo-json-utils/-/expo-json-utils-0.13.1.tgz#e49b697198e11c573d346f08ab91c467095934a9"
Expand Down Expand Up @@ -5191,10 +5203,10 @@ expo-modules-autolinking@1.11.3:
require-from-string "^2.0.2"
resolve-from "^5.0.0"

expo-modules-core@1.12.25:
version "1.12.25"
resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-1.12.25.tgz#9ec8d8762da92d961ab1044817da033ae617c9f4"
integrity sha512-HB2LS2LEM41Xq1bG+Jtzqm6XgPaa+mM9BAvCdX1lDGMQ9Ay9vMTL/GVEs2gpsINPofICopjBRwD+wftyCbVrzg==
expo-modules-core@1.12.26:
version "1.12.26"
resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-1.12.26.tgz#86c4087dc6246abfc4d7f5e61097dc8cc4b22262"
integrity sha512-y8yDWjOi+rQRdO+HY+LnUlz8qzHerUaw/LUjKPU/mX8PRXP4UUPEEp5fjAwBU44xjNmYSHWZDwet4IBBE+yQUA==
dependencies:
invariant "^2.2.4"

Expand All @@ -5208,10 +5220,10 @@ expo-updates-interface@~0.16.2:
resolved "https://registry.yarnpkg.com/expo-updates-interface/-/expo-updates-interface-0.16.2.tgz#ad1ac2ca8ee5a8cc84052ea3c18a11da64da569b"
integrity sha512-929XBU70q5ELxkKADj1xL0UIm3HvhYhNAOZv5DSk7rrKvLo7QDdPyl+JVnwZm9LrkNbH4wuE2rLoKu1KMgZ+9A==

expo@~51.0.37:
version "51.0.37"
resolved "https://registry.yarnpkg.com/expo/-/expo-51.0.37.tgz#a19b05b722d7ad445757b82a63185295508d2d4d"
integrity sha512-zMdfTiGNgNWG0HOOFA3zRreS94iQ7fDxxgEIR6wdQCbncTpbeYj+5mscTAlHE9JJ+oBkcNyJXrLSjE/YVbFERg==
expo@~51.0.38:
version "51.0.38"
resolved "https://registry.yarnpkg.com/expo/-/expo-51.0.38.tgz#e4127b230454a34a507cfb9f1a2e4b3855cb0579"
integrity sha512-/B9npFkOPmv6WMIhdjQXEY0Z9k/67UZIVkodW8JxGIXwKUZAGHL+z1R5hTtWimpIrvVhyHUFU3f8uhfEKYhHNQ==
dependencies:
"@babel/runtime" "^7.20.0"
"@expo/cli" "0.18.30"
Expand All @@ -5225,7 +5237,7 @@ expo@~51.0.37:
expo-font "~12.0.10"
expo-keep-awake "~13.0.2"
expo-modules-autolinking "1.11.3"
expo-modules-core "1.12.25"
expo-modules-core "1.12.26"
fbemitter "^3.0.0"
whatwg-url-without-unicode "8.0.0-3"

Expand Down

0 comments on commit 184ac10

Please sign in to comment.