Skip to content

Commit

Permalink
update dependencies. builds pass for sdk 46
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacrmoreno committed Aug 16, 2022
1 parent cdf8c59 commit 20bd3ca
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 65 deletions.
2 changes: 1 addition & 1 deletion apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.2.1] - 2022-08-04
## [1.2.1] - 2022-08-15

- Update for Expo SDK 46 compatibility.

Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
expo: {
name: 'Quail',
slug: 'quail',
version: '1.2.1',
version: '2.0.0',
orientation: 'default',
icon: logo(),
userInterfaceStyle: 'automatic',
Expand Down
10 changes: 5 additions & 5 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@expo-to-do-list/mobile",
"private": true,
"version": "1.2.1",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
Expand All @@ -19,18 +19,18 @@
"@react-navigation/stack": "^6.0.11",
"expo": "^46.0.0",
"expo-application": "~4.2.2",
"expo-av": "~12.0.3",
"expo-av": "~12.0.4",
"expo-constants": "~13.2.3",
"expo-dev-client": "~1.1.1",
"expo-dev-client": "~1.2.0",
"expo-linear-gradient": "~11.4.0",
"expo-screen-orientation": "~4.3.0",
"expo-status-bar": "~1.4.0",
"expo-system-ui": "~1.3.0",
"expo-updates": "~0.14.3",
"expo-updates": "~0.14.4",
"expo-web-browser": "~11.0.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.3",
"react-native": "0.69.4",
"react-native-gesture-handler": "~2.5.0",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
Expand Down
1 change: 0 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@expo-to-do-list/web",
"version": "1.2.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
Expand Down
185 changes: 128 additions & 57 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2246,11 +2246,37 @@
xcode "^3.0.1"
xml2js "0.4.23"

"@expo/config-plugins@~5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-5.0.1.tgz#66bc8d15785bdcd3598e466344f8c0518390179d"
integrity sha512-1OfnsOrfeSkB0VZfT01UjQ5Uq6p+yYbq8yNkj0e99K/6NLHpyvIxj+5tZIV0nQXgkOcqBIABL2uA7lwB8CkaBQ==
dependencies:
"@expo/config-types" "^46.0.0"
"@expo/json-file" "8.2.36"
"@expo/plist" "0.0.18"
"@expo/sdk-runtime-versions" "^1.0.0"
"@react-native/normalize-color" "^2.0.0"
chalk "^4.1.2"
debug "^4.3.1"
find-up "~5.0.0"
getenv "^1.0.0"
glob "7.1.6"
resolve-from "^5.0.0"
semver "^7.3.5"
slash "^3.0.0"
xcode "^3.0.1"
xml2js "0.4.23"

"@expo/config-types@^46.0.0":
version "46.0.1"
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-46.0.1.tgz#ba5d6197222039de13aefdf0171d24b027781cd0"
integrity sha512-LQWGDagQ0YXGSJyLomNDZrYXj/cUP+wczs9y2M8MB9UDoSU6dbLRMiSX0FMhhKKdxBK0p92VQxZyqOzGpIYfSw==

"@expo/config-types@^46.0.1":
version "46.0.2"
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-46.0.2.tgz#191f225ebfcbe624868ddc40efae79593f948dd8"
integrity sha512-PXkmOgNwRyBfgVT1HmFZhfh3Qm7WKKyV6mk3/5HJ/LzPh1t+Zs2JrWX8U2YncTLV1QzV7nV8tnkyvszzqnZEzQ==

"@expo/[email protected]", "@expo/config@~7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@expo/config/-/config-7.0.0.tgz#0289d4cadff48eaed33683384c41ae9a90bb8b00"
Expand All @@ -2268,6 +2294,23 @@
slugify "^1.3.4"
sucrase "^3.20.0"

"@expo/[email protected]", "@expo/config@~7.0.1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@expo/config/-/config-7.0.1.tgz#d8e2e5410bb0b8e305690bbc76e6bb76f6a6de31"
integrity sha512-4lu0wr45XXJ2MXiLAm2+fmOyy/jjqF3NuDm92fO6nuulRzEEvTP4w3vsibJ690rT81ohtvhpruKhkRs0wSjKWA==
dependencies:
"@babel/code-frame" "~7.10.4"
"@expo/config-plugins" "~5.0.1"
"@expo/config-types" "^46.0.1"
"@expo/json-file" "8.2.36"
getenv "^1.0.0"
glob "7.1.6"
require-from-string "^2.0.2"
resolve-from "^5.0.0"
semver "7.3.2"
slugify "^1.3.4"
sucrase "^3.20.0"

"@expo/dev-server@~0.1.110":
version "0.1.118"
resolved "https://registry.yarnpkg.com/@expo/dev-server/-/dev-server-0.1.118.tgz#9f148565b2cadce5fd7c4481f540a9fd3bd39fc4"
Expand Down Expand Up @@ -2346,6 +2389,20 @@
resolve-from "^5.0.0"
sucrase "^3.20.0"

"@expo/metro-config@~0.3.19":
version "0.3.22"
resolved "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-0.3.22.tgz#fa4a0729ec8ecbc9c9fb79c63ecc66a299505c82"
integrity sha512-R81sLbaeUBjN8IXcxiVx7GcpSj8z7szILl1b5yJDb38WdIFwxhrseA5wXaTT1yMhI+59w6n99T2qtFV2yD5qYA==
dependencies:
"@expo/config" "7.0.1"
"@expo/json-file" "8.2.36"
chalk "^4.1.0"
debug "^4.3.2"
find-yarn-workspace-root "~2.0.0"
getenv "^1.0.0"
resolve-from "^5.0.0"
sucrase "^3.20.0"

"@expo/[email protected]", "@expo/osascript@^2.0.31":
version "2.0.33"
resolved "https://registry.yarnpkg.com/@expo/osascript/-/osascript-2.0.33.tgz#e9dcc8da54466c11939074aa71a006024ea884b1"
Expand Down Expand Up @@ -2862,10 +2919,10 @@
execa "^1.0.0"
prompts "^2.4.0"

"@react-native-community/cli-config@^8.0.4":
version "8.0.4"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-8.0.4.tgz#40e9e4e12ba70a6e12d1e777373af6fa1ac2e4e6"
integrity sha512-0vcrIETka1Tr0blr0AjVkoP/1yynvarJQXi8Yry/XB3BLenrkUFxolqqA3Ff55KFQ7t1IzAuFtfuVZs25LvyDQ==
"@react-native-community/cli-config@^8.0.6":
version "8.0.6"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-8.0.6.tgz#041eee7dd8fdef595bf7a3f24228c173bf294a44"
integrity sha512-mjVpVvdh8AviiO8xtqeX+BkjqE//NMDnISwsLWSJUfNCwTAPmdR8PGbhgP5O4hWHyJ3WkepTopl0ya7Tfi3ifw==
dependencies:
"@react-native-community/cli-tools" "^8.0.4"
cosmiconfig "^5.1.0"
Expand All @@ -2880,13 +2937,13 @@
dependencies:
serve-static "^1.13.1"

"@react-native-community/cli-doctor@^8.0.4":
version "8.0.4"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-8.0.4.tgz#9216867f0d8590868dc5b8035f62bbcac68b3254"
integrity sha512-Blw/66qwoEoKrtwn3O9iTtXbt4YWlwqNse5BJeRDzlSdutWTX4PgJu/34gyvOHGysNlrf+GYkeyqqxI/y0s07A==
"@react-native-community/cli-doctor@^8.0.6":
version "8.0.6"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-8.0.6.tgz#954250155ab2f3a66a54821e071bc4a631d2dfff"
integrity sha512-ZQqyT9mJMVeFEVIwj8rbDYGCA2xXjJfsQjWk2iTRZ1CFHfhPSUuUiG8r6mJmTinAP9t+wYcbbIYzNgdSUKnDMw==
dependencies:
"@react-native-community/cli-config" "^8.0.4"
"@react-native-community/cli-platform-ios" "^8.0.4"
"@react-native-community/cli-config" "^8.0.6"
"@react-native-community/cli-platform-ios" "^8.0.6"
"@react-native-community/cli-tools" "^8.0.4"
chalk "^4.1.2"
command-exists "^1.2.8"
Expand All @@ -2913,7 +2970,7 @@
hermes-profile-transformer "^0.0.6"
ip "^1.1.5"

"@react-native-community/cli-platform-android@^8.0.2", "@react-native-community/cli-platform-android@^8.0.5":
"@react-native-community/cli-platform-android@^8.0.4", "@react-native-community/cli-platform-android@^8.0.5":
version "8.0.5"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-8.0.5.tgz#da11d2678adeca98e83494d68de80e50571b4af4"
integrity sha512-z1YNE4T1lG5o9acoQR1GBvf7mq6Tzayqo/za5sHVSOJAC9SZOuVN/gg/nkBa9a8n5U7qOMFXfwhTMNqA474gXA==
Expand All @@ -2928,7 +2985,7 @@
logkitty "^0.7.1"
slash "^3.0.0"

"@react-native-community/cli-platform-ios@^8.0.2", "@react-native-community/cli-platform-ios@^8.0.4":
"@react-native-community/cli-platform-ios@^8.0.4":
version "8.0.4"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-8.0.4.tgz#15225c09a1218a046f11165a54bf14b59dad7020"
integrity sha512-7Jdptedfg/J0Xo2rQbJ4jmo+PMYOiIiRcNDCSI5dBcNkQfSq4MMYUnKQx5DdZHgrfxE0O1vE4iNmJdd4wePz8w==
Expand All @@ -2942,6 +2999,20 @@
ora "^5.4.1"
plist "^3.0.2"

"@react-native-community/cli-platform-ios@^8.0.6":
version "8.0.6"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-8.0.6.tgz#ab80cd4eb3014b8fcfc9bd1b53ec0a9f8e5d1430"
integrity sha512-CMR6mu/LVx6JVfQRDL9uULsMirJT633bODn+IrYmrwSz250pnhON16We8eLPzxOZHyDjm7JPuSgHG3a/BPiRuQ==
dependencies:
"@react-native-community/cli-tools" "^8.0.4"
chalk "^4.1.2"
execa "^1.0.0"
glob "^7.1.3"
js-yaml "^3.13.1"
lodash "^4.17.15"
ora "^5.4.1"
plist "^3.0.2"

"@react-native-community/cli-plugin-metro@^8.0.4":
version "8.0.4"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-8.0.4.tgz#a364a50a2e05fc5d0b548759e499e5b681b6e4cc"
Expand Down Expand Up @@ -2996,15 +3067,15 @@
dependencies:
joi "^17.2.1"

"@react-native-community/cli@^8.0.3":
version "8.0.5"
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-8.0.5.tgz#902a13b5336508f7989fddf39e6bf85b63a66de9"
integrity sha512-X0AMNK+sKDJQX8eQRkqgddJsZPWlHgLryX7O9usj78UFEK8VqVYtpv08piWecfAhC2mZU4/Lww4bKu9uJ1rdyQ==
"@react-native-community/cli@^8.0.4":
version "8.0.6"
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-8.0.6.tgz#7aae37843ab8e44b75c477c1de69f4c902e599ef"
integrity sha512-E36hU/if3quQCfJHGWVkpsCnwtByRCwORuAX0r6yr1ebKktpKeEO49zY9PAu/Z1gfyxCtgluXY0HfRxjKRFXTg==
dependencies:
"@react-native-community/cli-clean" "^8.0.4"
"@react-native-community/cli-config" "^8.0.4"
"@react-native-community/cli-config" "^8.0.6"
"@react-native-community/cli-debugger-ui" "^8.0.0"
"@react-native-community/cli-doctor" "^8.0.4"
"@react-native-community/cli-doctor" "^8.0.6"
"@react-native-community/cli-hermes" "^8.0.5"
"@react-native-community/cli-plugin-metro" "^8.0.4"
"@react-native-community/cli-server-api" "^8.0.4"
Expand Down Expand Up @@ -6578,10 +6649,10 @@ expo-asset@~8.6.1:
path-browserify "^1.0.0"
url-parse "^1.5.9"

expo-av@~12.0.3:
version "12.0.3"
resolved "https://registry.yarnpkg.com/expo-av/-/expo-av-12.0.3.tgz#f242215c992f03299236f902e0938cfd2b2fa5f4"
integrity sha512-iY3AAJFJHBRtCrCziC9n6+Cb/uls3MzCB1Svs906BE8rxQ94yyOW2Nds7T+9CfCFNUAOlGvWjf/OXgHljzLXqQ==
expo-av@~12.0.4:
version "12.0.4"
resolved "https://registry.yarnpkg.com/expo-av/-/expo-av-12.0.4.tgz#00cf2da76c0c718a1d316f188247dee85ce512c2"
integrity sha512-wq3wx6J1aacZEPZce9TK1+o4YTAOWyb5cJ4CqfsgHcXeUdHyO3qbva/5uecigpEYlCxOlWYFhAz2T0dQ7nWSpQ==
dependencies:
"@expo/config-plugins" "~5.0.0"

Expand All @@ -6593,40 +6664,40 @@ expo-constants@~13.2.2, expo-constants@~13.2.3:
"@expo/config" "~7.0.0"
uuid "^3.3.2"

expo-dev-client@~1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/expo-dev-client/-/expo-dev-client-1.1.1.tgz#59018ec5a0657f66812abeb65e8aebb8ebf987ea"
integrity sha512-62/QX+tfdGfth4XKtE0zYUHPlW1sEWbY+aFLk0Wt3xZF0Y2tb1I6gAU68X3nSKNueZDPOAgjfG2uyyyOEgq9mw==
expo-dev-client@~1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/expo-dev-client/-/expo-dev-client-1.2.0.tgz#2424f9d2b51909bd39d4789510f4d16c0f1686f8"
integrity sha512-exy7IyHG+jOvtNiVkRYUB1zMX8XntTxIj3PBImw3tdI51YoRH5J6IpO+qzQpsY82ZPHvm7ARdwUN4qUASk1gag==
dependencies:
"@expo/config-plugins" "~5.0.0"
expo-dev-launcher "1.1.1"
expo-dev-menu "1.1.1"
expo-dev-menu-interface "0.7.1"
expo-dev-launcher "1.2.0"
expo-dev-menu "1.2.0"
expo-dev-menu-interface "0.7.2"
expo-manifests "~0.3.0"
expo-updates-interface "~0.7.0"

expo-dev-launcher@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/expo-dev-launcher/-/expo-dev-launcher-1.1.1.tgz#287bb4228fdb7e0e1688543e0963eaa84af55e4c"
integrity sha512-bZyhcVKI3r+d46wx3CfF5mG3fn01/mpUeDEcqfAOp9lEV0/NijbBiA+WzdHyK+mGf8z3igI7g7BuOyCYGLo9nw==
expo-dev-launcher@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/expo-dev-launcher/-/expo-dev-launcher-1.2.0.tgz#97ed50853cbd372ddede46892d7f5c243eb1f504"
integrity sha512-suQ2ObCAZYQDdJHsh1vd6gcltzwkJy5o23XPRpM7BChXGUndzy5l+RsCM1IXJMUMi8HQgKrB0K6oIYr7ELDoww==
dependencies:
"@expo/config-plugins" "~5.0.0"
expo-dev-menu "1.1.1"
expo-dev-menu "1.2.0"
resolve-from "^5.0.0"
semver "^7.3.5"

[email protected].1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/expo-dev-menu-interface/-/expo-dev-menu-interface-0.7.1.tgz#fa3a5078b2be0abcb0a054c008544bb2b015fd2e"
integrity sha512-EeG6ymydrr/DWy83wQY4uSToVAVLYeOIXc8UH00cpWqYTQRUK7BAuloEItW9/nOrRXJDU6nalSOje5n8kC/BgA==
[email protected].2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/expo-dev-menu-interface/-/expo-dev-menu-interface-0.7.2.tgz#2198d014bcbe11335225cc3f100226195b441bc4"
integrity sha512-Ym0IFsgBj9bdInjRcxv6xfczdTCKfPKUAsLZ1sD5twpOs7oBViMnTC0+KTGkkYHG4EapWbu9yApPmbV3N10Zcg==

expo-dev-menu@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/expo-dev-menu/-/expo-dev-menu-1.1.1.tgz#c3822cccdefa431b8b86511d070aa9e844cbcec6"
integrity sha512-13YOkWmhvQVHuKRJsPIpdo2yWxr+mPneENu5VHsBvAL9WKVh+4KwAMJ35YM7LAoV0VCxxZmcehIQ30koC54DZg==
expo-dev-menu@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/expo-dev-menu/-/expo-dev-menu-1.2.0.tgz#55c2c41eb8d7ee5e45a8c9aaba37d4742fcb7015"
integrity sha512-0kKlH7xGZ0YsmZ7zcENGKGOYq+ireCIeuDodXim4vG5HcSiPNQV3yDq+PIxbVFUXLkB/bZh7p5u3boWPnGuSZg==
dependencies:
"@expo/config-plugins" "~5.0.0"
expo-dev-menu-interface "0.7.1"
expo-dev-menu-interface "0.7.2"
semver "^7.3.5"

expo-eas-client@~0.3.0:
Expand Down Expand Up @@ -6726,15 +6797,15 @@ expo-updates-interface@~0.7.0:
resolved "https://registry.yarnpkg.com/expo-updates-interface/-/expo-updates-interface-0.7.0.tgz#f4f03b61dbdd949cac9fb44e250e1162ba177650"
integrity sha512-saThnbrYDSjKxfMFFguAvh5o5KGabvAOHItkJRwq2L3c0T/3q26Q0kM83880h/+TTtAVsl1+Vhny9d+ImD3yvQ==

expo-updates@~0.14.3:
version "0.14.3"
resolved "https://registry.yarnpkg.com/expo-updates/-/expo-updates-0.14.3.tgz#c0e5afe824e8f4a14aefddac97afe152cfa00358"
integrity sha512-WmtwHv3xiqlHDVseTANjj0L0PbMd5v+rcud0I5E5Vd1ou14ADgfCrr9c3qheDyj3TKqpA/9+JY9Ls3iq8G1SjQ==
expo-updates@~0.14.4:
version "0.14.4"
resolved "https://registry.yarnpkg.com/expo-updates/-/expo-updates-0.14.4.tgz#5fd6708c8438dabc50c1a68329b3caebc9ec9a65"
integrity sha512-+TbhUmsbjkOMHR/fhZEtcIf7xa8d/UbcvicIAr6jD9FfluBoRatB2sXiswBEohQeQov4P4XlfBKyNE5QTpu0Xw==
dependencies:
"@expo/code-signing-certificates" "0.0.2"
"@expo/config" "~7.0.0"
"@expo/config-plugins" "~5.0.0"
"@expo/metro-config" "~0.3.18"
"@expo/config" "~7.0.1"
"@expo/config-plugins" "~5.0.1"
"@expo/metro-config" "~0.3.19"
arg "4.1.0"
expo-eas-client "~0.3.0"
expo-manifests "~0.3.0"
Expand Down Expand Up @@ -11424,15 +11495,15 @@ react-native-screens@~3.15.0:
react-freeze "^1.0.0"
warn-once "^0.1.0"

[email protected].3:
version "0.69.3"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.69.3.tgz#8fc7afe0a302294262a6b49ba2089483db734c05"
integrity sha512-SyGkcoEUa/BkO+wKVnv4OsnLSNfUM5zLNXS3iT/3eXjKX91/FKBH/nfR9BE1c60X5LQe/P5QYqr6WPX3TRSQkA==
[email protected].4:
version "0.69.4"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.69.4.tgz#d66f2a117442a9398b065876afdc568b209dc4da"
integrity sha512-rqNMialM/T4pHRKWqTIpOxA65B/9kUjtnepxwJqvsdCeMP9Q2YdSx4VASFR9RoEFYcPRU41yGf6EKrChNfns3g==
dependencies:
"@jest/create-cache-key-function" "^27.0.1"
"@react-native-community/cli" "^8.0.3"
"@react-native-community/cli-platform-android" "^8.0.2"
"@react-native-community/cli-platform-ios" "^8.0.2"
"@react-native-community/cli" "^8.0.4"
"@react-native-community/cli-platform-android" "^8.0.4"
"@react-native-community/cli-platform-ios" "^8.0.4"
"@react-native/assets" "1.0.0"
"@react-native/normalize-color" "2.0.0"
"@react-native/polyfills" "2.0.0"
Expand Down

0 comments on commit 20bd3ca

Please sign in to comment.