Skip to content

Commit d9322ec

Browse files
Update expo monorepo
1 parent 92699f0 commit d9322ec

2 files changed

Lines changed: 109 additions & 63 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@
5050
"expo": "~46.0.16",
5151
"expo-apple-authentication": "~4.3.0",
5252
"expo-application": "~4.2.2",
53-
"expo-auth-session": "~3.7.1",
53+
"expo-auth-session": "~3.8.0",
5454
"expo-constants": "~13.2.3",
5555
"expo-crypto": "~11.0.0",
5656
"expo-device": "~4.3.0",
5757
"expo-file-system": "~14.1.0",
5858
"expo-font": "~10.2.0",
5959
"expo-localization": "13.1.0",
60-
"expo-modules-core": "~0.11.3",
60+
"expo-modules-core": "~0.13.0",
6161
"expo-random": "~12.3.0",
62-
"expo-splash-screen": "~0.16.1",
62+
"expo-splash-screen": "~0.17.0",
6363
"expo-status-bar": "~1.4.0",
64-
"expo-updates": "~0.14.7",
64+
"expo-updates": "~0.15.0",
6565
"expo-web-browser": "~11.0.0",
6666
"firebase": "^9.13.0",
6767
"i18n-js": "3.9.2",
@@ -110,7 +110,7 @@
110110
"eslint-plugin-react": "7.30.0",
111111
"eslint-plugin-react-native": "4.0.0",
112112
"expo-detox-hook": "1.0.10",
113-
"expo-modules-autolinking": "0.10.1",
113+
"expo-modules-autolinking": "0.12.0",
114114
"fbjs-scripts": "3.0.1",
115115
"jest": "26",
116116
"jest-circus": "26",

yarn.lock

Lines changed: 104 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,15 @@
12421242
uuid "^3.4.0"
12431243
wrap-ansi "^7.0.0"
12441244

1245-
"@expo/code-signing-certificates@0.0.2", "@expo/code-signing-certificates@^0.0.2":
1245+
"@expo/code-signing-certificates@0.0.5":
1246+
version "0.0.5"
1247+
resolved "https://registry.yarnpkg.com/@expo/code-signing-certificates/-/code-signing-certificates-0.0.5.tgz#a693ff684fb20c4725dade4b88a6a9f96b02496c"
1248+
integrity sha512-BNhXkY1bblxKZpltzAx98G2Egj9g1Q+JRcvR7E99DOj862FTCX+ZPsAUtPTr7aHxwtrL7+fL3r0JSmM9kBm+Bw==
1249+
dependencies:
1250+
node-forge "^1.2.1"
1251+
nullthrows "^1.1.1"
1252+
1253+
"@expo/code-signing-certificates@^0.0.2":
12461254
version "0.0.2"
12471255
resolved "https://registry.yarnpkg.com/@expo/code-signing-certificates/-/code-signing-certificates-0.0.2.tgz#65cd615800e6724b54831c966dd1a90145017246"
12481256
integrity sha512-vnPHFjwOqxQ1VLztktY+fYCfwvLzjqpzKn09rchcQE7Sdf0wtW5fFtIZBEFOOY5wasp8tXSnp627zrAwazPHzg==
@@ -1427,6 +1435,20 @@
14271435
resolve-from "^5.0.0"
14281436
sucrase "^3.20.0"
14291437

1438+
"@expo/metro-config@~0.5.0":
1439+
version "0.5.2"
1440+
resolved "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-0.5.2.tgz#9474454dcf8c2e3d66231f36f8bbbae5e9e0c3dc"
1441+
integrity sha512-W1qsZPA5BXuRBkNLydKBYQ1+ubObhOK0gk2Fpc+XnhW+UUIHC9sDR5pZRYGNSnDDc3rG8y7c32UzSW9nlK+mog==
1442+
dependencies:
1443+
"@expo/config" "~7.0.2"
1444+
"@expo/json-file" "8.2.36"
1445+
chalk "^4.1.0"
1446+
debug "^4.3.2"
1447+
find-yarn-workspace-root "~2.0.0"
1448+
getenv "^1.0.0"
1449+
resolve-from "^5.0.0"
1450+
sucrase "^3.20.0"
1451+
14301452
"@expo/metro-config@~0.5.1":
14311453
version "0.5.1"
14321454
resolved "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-0.5.1.tgz#58c715041e1773ad653519535c017138bfc766de"
@@ -1567,7 +1589,23 @@
15671589
base64-js "^1.2.3"
15681590
xmlbuilder "^14.0.0"
15691591

1570-
"@expo/prebuild-config@~5.0.0", "@expo/prebuild-config@~5.0.3":
1592+
"@expo/prebuild-config@5.0.7":
1593+
version "5.0.7"
1594+
resolved "https://registry.yarnpkg.com/@expo/prebuild-config/-/prebuild-config-5.0.7.tgz#4658b66126c4d32c7b6302571e458a71811b07aa"
1595+
integrity sha512-D+TBpJUHe4+oTGFPb4o0rrw/h1xxc6wF+abJnbDHUkhnaeiHkE2O3ByS7FdiZ2FT36t0OKqeSKG/xFwWT3m1Ew==
1596+
dependencies:
1597+
"@expo/config" "~7.0.2"
1598+
"@expo/config-plugins" "~5.0.3"
1599+
"@expo/config-types" "^47.0.0"
1600+
"@expo/image-utils" "0.3.22"
1601+
"@expo/json-file" "8.2.36"
1602+
debug "^4.3.1"
1603+
fs-extra "^9.0.0"
1604+
resolve-from "^5.0.0"
1605+
semver "7.3.2"
1606+
xml2js "0.4.23"
1607+
1608+
"@expo/prebuild-config@~5.0.3":
15711609
version "5.0.6"
15721610
resolved "https://registry.yarnpkg.com/@expo/prebuild-config/-/prebuild-config-5.0.6.tgz#817d477ee76031d56a12514db52a27f5aec701b7"
15731611
integrity sha512-umHVsle+inPFPt+GMWRjZhkHwNbbaXpiEKbRnWKweInaXEZa9R9qt8gLyzniaREnw+/cEAIgL1znrKmNk4lUfQ==
@@ -7106,14 +7144,14 @@ expo-asset@~8.6.1:
71067144
path-browserify "^1.0.0"
71077145
url-parse "^1.5.9"
71087146

7109-
expo-auth-session@~3.7.1:
7110-
version "3.7.2"
7111-
resolved "https://registry.yarnpkg.com/expo-auth-session/-/expo-auth-session-3.7.2.tgz#4c67b9b5c4171efc79f42b19c7337baae3b4c20e"
7112-
integrity sha512-FLbliqiE39jZP+UjpMbxw8lWM+WlezgbcALr7HRkHCJHHM3taMkT8RX9oB1s68lUCA/EngcBKu5lSPDnbamcvg==
7147+
expo-auth-session@~3.8.0:
7148+
version "3.8.0"
7149+
resolved "https://registry.yarnpkg.com/expo-auth-session/-/expo-auth-session-3.8.0.tgz#ad929f1bcc2e1dc9d0b265f9555d3f967bda6bcc"
7150+
integrity sha512-pQ8GryTTZL/JKHvifUGD4GGlZWo7RrcoQlvQ0O5m5edYfoa7fMHCg20MBX4Da4P3eVgJlqWZWCHfBC2fZxcRfA==
71137151
dependencies:
71147152
expo-constants "~14.0.0"
71157153
expo-crypto "~12.0.0"
7116-
expo-linking "~3.2.0"
7154+
expo-linking "~3.3.0"
71177155
expo-web-browser "~12.0.0"
71187156
invariant "^2.2.4"
71197157
qs "6.9.1"
@@ -7160,10 +7198,10 @@ expo-device@~4.3.0:
71607198
dependencies:
71617199
ua-parser-js "^0.7.19"
71627200

7163-
expo-eas-client@~0.3.0:
7164-
version "0.3.0"
7165-
resolved "https://registry.yarnpkg.com/expo-eas-client/-/expo-eas-client-0.3.0.tgz#21383fc95a52e71e13c7276456db20388fefcf95"
7166-
integrity sha512-dBD00lJ629ayh5abbmgn6I1Z5NOaWM1iea2ODLd/EF1ZcS1P3yiPm6blpvL/tD+uewL8gxxmla/Ac+SiDdYAYA==
7201+
expo-eas-client@~0.4.0:
7202+
version "0.4.1"
7203+
resolved "https://registry.yarnpkg.com/expo-eas-client/-/expo-eas-client-0.4.1.tgz#4ccdafb5faeac97394fb3fa4c777ec22b2017f1d"
7204+
integrity sha512-bIj2rm6lw/iZAOAW5CSAxshSXi2oY+ORpHRp4ZdqSDuwA0RIa9jGyMm1Jhostjjz5y9k2uur5vtVqq6P3Bwx/Q==
71677205

71687206
expo-error-recovery@~3.2.0:
71697207
version "3.2.0"
@@ -7192,20 +7230,20 @@ expo-font@~10.2.0, expo-font@~10.2.1:
71927230
dependencies:
71937231
fontfaceobserver "^2.1.0"
71947232

7195-
expo-json-utils@~0.3.0:
7196-
version "0.3.0"
7197-
resolved "https://registry.yarnpkg.com/expo-json-utils/-/expo-json-utils-0.3.0.tgz#0c4a0195ee2bbde02cbb5f4d384d1cb63bea7493"
7198-
integrity sha512-ceo0pWFJqRAsNjZWX3rVDhy+NDzmrBNFOdvW+HE4EHqlt+OEUu9INIYKO8fU+g3ifI0VcKqHfvvj5wKsSpvPBw==
7233+
expo-json-utils@~0.4.0:
7234+
version "0.4.0"
7235+
resolved "https://registry.yarnpkg.com/expo-json-utils/-/expo-json-utils-0.4.0.tgz#47ae83a1cc973101d62371f94790e9ad39491751"
7236+
integrity sha512-lK6gjea72XTYafpKNNJaMrBK5dYAX8LFLXrp/M1MKJU4Zy7EHd2rKrLwop3GZts8VdwLHeVcMko79SAbhe3i5Q==
71997237

72007238
expo-keep-awake@~10.2.0:
72017239
version "10.2.1"
72027240
resolved "https://registry.yarnpkg.com/expo-keep-awake/-/expo-keep-awake-10.2.1.tgz#af6d6f7f08cc2a01d6c728c36c5419060006d98d"
72037241
integrity sha512-UBge1BwzDPhUFX0gKu9eDLwEFj4LGiqrOogNoEYxcosM1SwhkbWwPrd3zZtl53LLz02TxEi/CI/MUGJJsrVQLw==
72047242

7205-
expo-linking@~3.2.0:
7206-
version "3.2.3"
7207-
resolved "https://registry.yarnpkg.com/expo-linking/-/expo-linking-3.2.3.tgz#7b493a7fea2aadafc88a42e2fc6a5a4ba6d47df9"
7208-
integrity sha512-PgiWCao9TecLOPdtWyiNSY+UQGAwdjFx4KbHd1YsF0KnM1CJ2idcaHpDRlQPWSNmDebUZYN461/dVtJi9b2krg==
7243+
expo-linking@~3.3.0:
7244+
version "3.3.0"
7245+
resolved "https://registry.yarnpkg.com/expo-linking/-/expo-linking-3.3.0.tgz#3860af9da374f0187db75036f353ca6fe9231a15"
7246+
integrity sha512-wXPzI2kijnql2L2F6i8zP1zINTkYlcRXyh1iV3P6Bt57v6yZiiniZBnb6grJVj19LOmluNs0PYrbX1ZsHBChCg==
72097247
dependencies:
72107248
"@types/qs" "^6.5.3"
72117249
expo-constants "~14.0.0"
@@ -7220,43 +7258,51 @@ expo-localization@13.1.0:
72207258
dependencies:
72217259
rtl-detect "^1.0.2"
72227260

7223-
expo-manifests@~0.3.0:
7224-
version "0.3.1"
7225-
resolved "https://registry.yarnpkg.com/expo-manifests/-/expo-manifests-0.3.1.tgz#52c3ef41d3b1958039be0434363e6499c773aaf6"
7226-
integrity sha512-zv2a4pzhbvxVjrTO4XEiP5THt4RwtxyJjfixFhDNfHtDQR7fS4h9sZSGX9ind+IS5SQJQ2ykfVAi8xnwP6zHaw==
7261+
expo-manifests@~0.4.0:
7262+
version "0.4.0"
7263+
resolved "https://registry.yarnpkg.com/expo-manifests/-/expo-manifests-0.4.0.tgz#6fd44b6427e113f2eb9409ca46df95cbbea068df"
7264+
integrity sha512-IdZjIYDxx4nH0Gb3X4T4/2YknmR/jSLxymAS0m7SfJ9V7Vlu/y0p3lNwUys9/JzihxX9PDIuOi/Y4/uqL6TlXg==
72277265
dependencies:
7228-
expo-json-utils "~0.3.0"
7266+
expo-json-utils "~0.4.0"
72297267

7230-
expo-modules-autolinking@0.10.1:
7231-
version "0.10.1"
7232-
resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-0.10.1.tgz#9d7e004cbfee7cb12245cc2686180c2d14ed9095"
7233-
integrity sha512-SxVjAO7XqRrwpJMxgBj2SCC1pGDSRKf1cirCPRywJUPFzN3PgZTfAjDMBZFGJGrmGreumFxZ8KmQeYyR7t3DoA==
7268+
expo-modules-autolinking@0.10.3:
7269+
version "0.10.3"
7270+
resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-0.10.3.tgz#31bfcf3e4b613a7c3949fb1f1e9c23eea4c14caf"
7271+
integrity sha512-av9ln2zwUt303g98raX7sDmESgL3SXs1sbbtIjh1rL7R0676XIUacIKgbydR0/4tMbOShWx14Z9fozpk9xIAJA==
72347272
dependencies:
72357273
chalk "^4.1.0"
72367274
commander "^7.2.0"
72377275
fast-glob "^3.2.5"
72387276
find-up "^5.0.0"
72397277
fs-extra "^9.1.0"
72407278

7241-
expo-modules-autolinking@0.10.3:
7242-
version "0.10.3"
7243-
resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-0.10.3.tgz#31bfcf3e4b613a7c3949fb1f1e9c23eea4c14caf"
7244-
integrity sha512-av9ln2zwUt303g98raX7sDmESgL3SXs1sbbtIjh1rL7R0676XIUacIKgbydR0/4tMbOShWx14Z9fozpk9xIAJA==
7279+
expo-modules-autolinking@0.12.0:
7280+
version "0.12.0"
7281+
resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-0.12.0.tgz#9bc29591519cc6b6998491d0302dcadbcf739c4f"
7282+
integrity sha512-SfGMzVfAHnIH9tAzkE2sqnp6gD6GkfYZmczBKwN55W8VU4XC4LPoaJN5h6Lv6V/ftFV4+Rwh7Im9DoE053zY5g==
72457283
dependencies:
72467284
chalk "^4.1.0"
72477285
commander "^7.2.0"
72487286
fast-glob "^3.2.5"
72497287
find-up "^5.0.0"
72507288
fs-extra "^9.1.0"
72517289

7252-
expo-modules-core@0.11.9, expo-modules-core@~0.11.3:
7290+
expo-modules-core@0.11.9:
72537291
version "0.11.9"
72547292
resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-0.11.9.tgz#43763bca72b72f268ad5d7f1f0fc1c7cc75a6e9f"
72557293
integrity sha512-6AlOE4KHN3/WWbY8hH7W6ceuIFj0qbk1N+UhmMhiCEUas3NvXA6wcH3xjO+8JZ+BRcIB9M4QEeX72j6vDDuExg==
72567294
dependencies:
72577295
compare-versions "^3.4.0"
72587296
invariant "^2.2.4"
72597297

7298+
expo-modules-core@~0.13.0:
7299+
version "0.13.4"
7300+
resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-0.13.4.tgz#4cc2f9628a9aaf70e657f15ec2e319c52d28c202"
7301+
integrity sha512-bwGgFq+HCGVWDC+4TD4sVs9RkvSIS+DFtCc4b9G2AN9wgYOLDbedEX8rLbKoiTUG406KsX4haOHz+TQ1BHSbBQ==
7302+
dependencies:
7303+
compare-versions "^3.4.0"
7304+
invariant "^2.2.4"
7305+
72607306
expo-pwa@0.0.124:
72617307
version "0.0.124"
72627308
resolved "https://registry.yarnpkg.com/expo-pwa/-/expo-pwa-0.0.124.tgz#684e68aea6c7f95864a8cde17a57e223ed017199"
@@ -7274,43 +7320,43 @@ expo-random@~12.3.0:
72747320
dependencies:
72757321
base64-js "^1.3.0"
72767322

7277-
expo-splash-screen@~0.16.1:
7278-
version "0.16.2"
7279-
resolved "https://registry.yarnpkg.com/expo-splash-screen/-/expo-splash-screen-0.16.2.tgz#38ecba9fc9fc2234ee38bcb818d8c88cd83cff9e"
7280-
integrity sha512-AHSRyGwu58WNt8shW5g/4cQ9e9IzUwNTC/WGWxshHCwgbWIJmHLvK3+D45MTmzGWteOoTI8oV7KSQKBNJSTiyw==
7323+
expo-splash-screen@~0.17.0:
7324+
version "0.17.5"
7325+
resolved "https://registry.yarnpkg.com/expo-splash-screen/-/expo-splash-screen-0.17.5.tgz#a18dc59c1cc28ebbedbf0a7529a419d18ab0b311"
7326+
integrity sha512-ejSO78hwHXz8T9u8kh8t4r6CR4h70iBvA65gX8GK+dYxZl6/IANPbIb2VnUpND9vqfW+JnkDw+ZFst+gDnkpcQ==
72817327
dependencies:
72827328
"@expo/configure-splash-screen" "^0.6.0"
7283-
"@expo/prebuild-config" "~5.0.0"
7329+
"@expo/prebuild-config" "5.0.7"
72847330

72857331
expo-status-bar@~1.4.0:
72867332
version "1.4.2"
72877333
resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-1.4.2.tgz#14f2b9a6dc7d550578421f07e0046f5fafc2b403"
72887334
integrity sha512-ZWjO6D4ARGYfAd3SWDD3STNudHDhyBZDZjhhseqoEmsf7bS9ykny8KKOhlzJW24qIQNPhkgdvHhaw9fQwMJy3Q==
72897335

7290-
expo-structured-headers@~2.2.0:
7291-
version "2.2.1"
7292-
resolved "https://registry.yarnpkg.com/expo-structured-headers/-/expo-structured-headers-2.2.1.tgz#739f969101de6bead921eee59e5899399ad67715"
7293-
integrity sha512-nY6GuvoS/U5XdhfBNmvXGRoGzIXywXpSZs2wdiP+FbS79P9UWyEqzgARrBTF+6pQxUVMs6/vdffxRpwhjwYPug==
7336+
expo-structured-headers@~3.0.0:
7337+
version "3.0.1"
7338+
resolved "https://registry.yarnpkg.com/expo-structured-headers/-/expo-structured-headers-3.0.1.tgz#291596c61acd2a45839ad6c6798c3d5cfc1eb4e9"
7339+
integrity sha512-x6hkzuQL5HJoyB+xQyBf9M04ZUmrjFWqEW7gzIYWN/6LA+dgyaV4fF6U9++Re+GgGjF03vHJFqR1xYaosKKZYQ==
72947340

7295-
expo-updates-interface@~0.7.0:
7296-
version "0.7.0"
7297-
resolved "https://registry.yarnpkg.com/expo-updates-interface/-/expo-updates-interface-0.7.0.tgz#f4f03b61dbdd949cac9fb44e250e1162ba177650"
7298-
integrity sha512-saThnbrYDSjKxfMFFguAvh5o5KGabvAOHItkJRwq2L3c0T/3q26Q0kM83880h/+TTtAVsl1+Vhny9d+ImD3yvQ==
7341+
expo-updates-interface@~0.8.0:
7342+
version "0.8.1"
7343+
resolved "https://registry.yarnpkg.com/expo-updates-interface/-/expo-updates-interface-0.8.1.tgz#baeeeb01a77439682432be83ba78bc2e00547c4e"
7344+
integrity sha512-1TPFCTQFHMZbltFGnxig3PbN/b6nO4T0RyL8XqdmYvQY0ElOCprZXQQ8vNDqeLYHgausG1lD4OyJwFzh2SNBSA==
72997345

7300-
expo-updates@~0.14.7:
7301-
version "0.14.7"
7302-
resolved "https://registry.yarnpkg.com/expo-updates/-/expo-updates-0.14.7.tgz#772dd2255197f84935be2c5a63876cc20e386471"
7303-
integrity sha512-xzRvsv45TfIYJ4arTMiorAci4LvUQvpBJx0llJcdCFLWGcoj59roi48ldtDTwkgQAGjDP/Oyysd3zTyvpwxjYg==
7346+
expo-updates@~0.15.0:
7347+
version "0.15.6"
7348+
resolved "https://registry.yarnpkg.com/expo-updates/-/expo-updates-0.15.6.tgz#99e3faa3e38312ebddb77afb697863fa1f1f6a03"
7349+
integrity sha512-g5BuCmWdyiLqFaVkVz+m7r6U7MHJrLKvqybs04H6ArMNpTEf6FhUwSzmnCyOkSSP35KFNkC/I0dYlgW3Vcf1sw==
73047350
dependencies:
7305-
"@expo/code-signing-certificates" "0.0.2"
7306-
"@expo/config" "~7.0.1"
7307-
"@expo/config-plugins" "~5.0.1"
7308-
"@expo/metro-config" "~0.4.0"
7351+
"@expo/code-signing-certificates" "0.0.5"
7352+
"@expo/config" "~7.0.2"
7353+
"@expo/config-plugins" "~5.0.3"
7354+
"@expo/metro-config" "~0.5.0"
73097355
arg "4.1.0"
7310-
expo-eas-client "~0.3.0"
7311-
expo-manifests "~0.3.0"
7312-
expo-structured-headers "~2.2.0"
7313-
expo-updates-interface "~0.7.0"
7356+
expo-eas-client "~0.4.0"
7357+
expo-manifests "~0.4.0"
7358+
expo-structured-headers "~3.0.0"
7359+
expo-updates-interface "~0.8.0"
73147360
fbemitter "^3.0.0"
73157361
resolve-from "^5.0.0"
73167362
uuid "^3.4.0"

0 commit comments

Comments
 (0)