Skip to content

Commit 4c6296b

Browse files
committed
chore: bump required expo version to >=44.0.0
1 parent e42b134 commit 4c6296b

File tree

4 files changed

+63
-20
lines changed

4 files changed

+63
-20
lines changed

examples/ExpoMessaging/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ SPEC CHECKSUMS:
537537
EXSharing: 328228a9f14503cfdec68892796478a7a15b8d4d
538538
EXSplashScreen: 21669e598804ee810547dbb6692c8deb5dd8dbf3
539539
FBLazyVector: c71c5917ec0ad2de41d5d06a5855f6d5eda06971
540-
FBReactNativeSpec: 244d2780a858c4f0972d17e1d6a0cad15e32fbbc
540+
FBReactNativeSpec: 930f93628736d9ceda5877ffd82a5d16e4f59a92
541541
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
542542
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
543543
RCTRequired: d34bf57e17cb6e3b2681f4809b13843c021feb6c
@@ -573,4 +573,4 @@ SPEC CHECKSUMS:
573573

574574
PODFILE CHECKSUM: 8089780b20a2c230f15d6573003c7a651b171fa4
575575

576-
COCOAPODS: 1.11.3
576+
COCOAPODS: 1.11.2

examples/ExpoMessaging/yarn.lock

Lines changed: 56 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,6 +1682,27 @@
16821682
xcode "^3.0.1"
16831683
xml2js "0.4.23"
16841684

1685+
"@expo/config-plugins@^4.0.14":
1686+
version "4.1.5"
1687+
resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-4.1.5.tgz#9d357d2cda9c095e511b51583ede8a3b76174068"
1688+
integrity sha512-RVvU40RtZt12HavuDAe+LDIq9lHj7sheOfMEHdmpJ/uTA8pgvkbc56XF6JHQD+yRr6+uhhb+JnAasGq49dsQbw==
1689+
dependencies:
1690+
"@expo/config-types" "^45.0.0"
1691+
"@expo/json-file" "8.2.36"
1692+
"@expo/plist" "0.0.18"
1693+
"@expo/sdk-runtime-versions" "^1.0.0"
1694+
"@react-native/normalize-color" "^2.0.0"
1695+
chalk "^4.1.2"
1696+
debug "^4.3.1"
1697+
find-up "~5.0.0"
1698+
getenv "^1.0.0"
1699+
glob "7.1.6"
1700+
resolve-from "^5.0.0"
1701+
semver "^7.3.5"
1702+
slash "^3.0.0"
1703+
xcode "^3.0.1"
1704+
xml2js "0.4.23"
1705+
16851706
"@expo/config-types@^43.0.1":
16861707
version "43.0.1"
16871708
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-43.0.1.tgz#3e047dccb371741a540980eaff26fb0c95039c30"
@@ -1692,6 +1713,11 @@
16921713
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-44.0.0.tgz#d3480fe2c99f9e895dae4ebba58b74ed72d03e26"
16931714
integrity sha512-d+gpdKOAhqaD5RmcMzGgKzNtvE1w+GCqpFQNSXLliYlXjj+Tv0eL8EPeAdPtvke0vowpPFwd5McXLA90dgY6Jg==
16941715

1716+
"@expo/config-types@^45.0.0":
1717+
version "45.0.0"
1718+
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-45.0.0.tgz#963c2fdce8fbcbd003758b92ed8a25375f437ef6"
1719+
integrity sha512-/QGhhLWyaGautgEyU50UJr5YqKJix5t77ePTwreOVAhmZH+ff3nrrtYTTnccx+qF08ZNQmfAyYMCD3rQfzpiJA==
1720+
16951721
"@expo/[email protected]", "@expo/config@^6.0.6":
16961722
version "6.0.19"
16971723
resolved "https://registry.yarnpkg.com/@expo/config/-/config-6.0.19.tgz#26a7f7ffb6419cc6e6d4205b3c7764aa9ecb551a"
@@ -1775,6 +1801,15 @@
17751801
json5 "^1.0.1"
17761802
write-file-atomic "^2.3.0"
17771803

1804+
1805+
version "8.2.36"
1806+
resolved "https://registry.yarnpkg.com/@expo/json-file/-/json-file-8.2.36.tgz#62a505cb7f30a34d097386476794680a3f7385ff"
1807+
integrity sha512-tOZfTiIFA5KmMpdW9KF7bc6CFiGjb0xnbieJhTGlHrLL+ps2G0OkqmuZ3pFEXBOMnJYUVpnSy++52LFxvpa5ZQ==
1808+
dependencies:
1809+
"@babel/code-frame" "~7.10.4"
1810+
json5 "^1.0.1"
1811+
write-file-atomic "^2.3.0"
1812+
17781813
"@expo/metro-config@~0.2.6":
17791814
version "0.2.8"
17801815
resolved "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-0.2.8.tgz#c0fd56723e2fb9bb352e788e8f8fe0e218aaf663"
@@ -1804,6 +1839,15 @@
18041839
base64-js "^1.2.3"
18051840
xmlbuilder "^14.0.0"
18061841

1842+
1843+
version "0.0.18"
1844+
resolved "https://registry.yarnpkg.com/@expo/plist/-/plist-0.0.18.tgz#9abcde78df703a88f6d9fa1a557ee2f045d178b0"
1845+
integrity sha512-+48gRqUiz65R21CZ/IXa7RNBXgAI/uPSdvJqoN9x1hfL44DNbUoWHgHiEXTx7XelcATpDwNTz6sHLfy0iNqf+w==
1846+
dependencies:
1847+
"@xmldom/xmldom" "~0.7.0"
1848+
base64-js "^1.2.3"
1849+
xmlbuilder "^14.0.0"
1850+
18071851
"@expo/prebuild-config@^3.0.15":
18081852
version "3.1.0"
18091853
resolved "https://registry.yarnpkg.com/@expo/prebuild-config/-/prebuild-config-3.1.0.tgz#9fa10f12745ecaa6d3d4957ba97142edb8747a85"
@@ -2540,13 +2584,6 @@ babel-plugin-polyfill-regenerator@^0.3.0:
25402584
dependencies:
25412585
"@babel/helper-define-polyfill-provider" "^0.3.1"
25422586

2543-
babel-plugin-polyfill-regenerator@^0.3.0:
2544-
version "0.3.1"
2545-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990"
2546-
integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==
2547-
dependencies:
2548-
"@babel/helper-define-polyfill-provider" "^0.3.1"
2549-
25502587
babel-plugin-react-native-web@~0.17.1:
25512588
version "0.17.7"
25522589
resolved "https://registry.yarnpkg.com/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.17.7.tgz#1580e27a2e3c6692127535d3880fe1e247ef6414"
@@ -3485,7 +3522,14 @@ expo-asset@~8.4.6:
34853522
path-browserify "^1.0.0"
34863523
url-parse "^1.4.4"
34873524

3488-
expo-av@^10.2.1, expo-av@~10.2.0:
3525+
expo-av@^11.2.3:
3526+
version "11.2.3"
3527+
resolved "https://registry.yarnpkg.com/expo-av/-/expo-av-11.2.3.tgz#254242dae76e3cd60ef9d9c33618e4a12d37aa33"
3528+
integrity sha512-ptTe96s33Ct0eOsOmNTvtaWFx4B0SDkQmDfPbiuX/C2afqbLQf8geEopw7BRO8ZZl7Qe3qBMH6YLHXKTkZkTyQ==
3529+
dependencies:
3530+
"@expo/config-plugins" "^4.0.14"
3531+
3532+
expo-av@~10.2.0:
34893533
version "10.2.1"
34903534
resolved "https://registry.yarnpkg.com/expo-av/-/expo-av-10.2.1.tgz#c08bce464d673d0e90c68cac082bfb75a9437f25"
34913535
integrity sha512-thrkHVg4HVn8L+jHKVnXYd4TLkJQblFE8QXd3d1hwrYG63gehQT2nK4DM0Frl50EcdV8YN9XjhwHobtK5oMc9A==
@@ -4953,7 +4997,6 @@ [email protected], metro-react-native-babel-preset@~0.64.0:
49534997
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
49544998
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
49554999
"@babel/plugin-transform-arrow-functions" "^7.0.0"
4956-
"@babel/plugin-transform-async-to-generator" "^7.0.0"
49575000
"@babel/plugin-transform-block-scoping" "^7.0.0"
49585001
"@babel/plugin-transform-classes" "^7.0.0"
49595002
"@babel/plugin-transform-computed-properties" "^7.0.0"
@@ -6637,10 +6680,10 @@ stream-buffers@~2.2.0:
66376680
version "0.0.0"
66386681
uid ""
66396682

6640-
stream-chat-react-native-core@4.3.0:
6641-
version "4.3.0"
6642-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-4.3.0.tgz#24b41e0aa8da6e4e9adeca50fe08002b2ddd5caf"
6643-
integrity sha512-tjbW7wCgEfr2kZe/OdiYfqv4bOz4Y2nwpMuBo1Rm5xkWPQ9zs0hpdpJLAiU17J8mboHZpfuxSwe0LEKlE8ZJRg==
6683+
stream-chat-react-native-core@4.7.2:
6684+
version "4.7.2"
6685+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-4.7.2.tgz#c38e9b35044329def28596497f4fb358961365e9"
6686+
integrity sha512-RBMosHDCmSICdLtNYb+7Eb2MOASkqgbHvNwK24l1xA1CeiclhiGmXg+p3DDxN+kj2gbzucOsDtgBDBbvkioCDw==
66446687
dependencies:
66456688
"@babel/runtime" "^7.12.5"
66466689
"@gorhom/bottom-sheet" "4.1.5"

package/expo-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"peerDependencies": {
1616
"@react-native-community/netinfo": "^6.0.0",
17-
"expo": "^41.0.1",
17+
"expo": ">=44.0.0",
1818
"expo-document-picker": "^9.1.2",
1919
"expo-file-system": "^11.0.2",
2020
"expo-haptics": "^10.0.0",

package/expo-package/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,10 +1876,10 @@ [email protected]:
18761876
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
18771877
integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=
18781878

1879-
stream-chat-react-native-core@4.6.1:
1880-
version "4.6.1"
1881-
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-4.6.1.tgz#17a88bbba8c10ba0259e3bc04623bb184fb652fa"
1882-
integrity sha512-QUVI9HdNMV6sYOXHtEmrowl2Rg4qWdFSjQL7VATyEWheTfIAbx7wFNZ9jLqlkwKL10AUAww1X85NXO7aFD64Yg==
1879+
stream-chat-react-native-core@4.7.2:
1880+
version "4.7.2"
1881+
resolved "https://registry.yarnpkg.com/stream-chat-react-native-core/-/stream-chat-react-native-core-4.7.2.tgz#c38e9b35044329def28596497f4fb358961365e9"
1882+
integrity sha512-RBMosHDCmSICdLtNYb+7Eb2MOASkqgbHvNwK24l1xA1CeiclhiGmXg+p3DDxN+kj2gbzucOsDtgBDBbvkioCDw==
18831883
dependencies:
18841884
"@babel/runtime" "^7.12.5"
18851885
"@gorhom/bottom-sheet" "4.1.5"

0 commit comments

Comments
 (0)