Skip to content

Commit 6c49fda

Browse files
fix(deps): ⬆️ update expo monorepo
1 parent 3b521e1 commit 6c49fda

File tree

3 files changed

+35
-17
lines changed

3 files changed

+35
-17
lines changed

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"@react-navigation/native": "^6.1.6",
1818
"@react-navigation/stack": "^6.3.16",
1919
"expo": "^49.0.8",
20-
"expo-application": "~5.3.0",
21-
"expo-haptics": "~12.4.0",
22-
"expo-screen-orientation": "~6.0.6",
20+
"expo-application": "~6.1.0",
21+
"expo-haptics": "~14.1.0",
22+
"expo-screen-orientation": "~8.1.0",
2323
"expo-splash-screen": "~0.20.5",
24-
"expo-status-bar": "~1.6.0",
24+
"expo-status-bar": "~2.2.0",
2525
"react": "18.2.0",
2626
"react-dom": "18.2.0",
2727
"react-native": "0.72.10",

example/yarn.lock

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4838,6 +4838,11 @@ expo-application@~5.3.0:
48384838
resolved "https://registry.yarnpkg.com/expo-application/-/expo-application-5.3.0.tgz#0811f2de69a3a7f521762fd7f8a0a4563276dada"
48394839
integrity sha512-XLkaELwmiXW6JjFVkwuiFQaGZoNKAxNAcSJkFdz8s4rCljEwehylbzoPk37QHw3cxqb4v0/2EICtg4C4kpEVCA==
48404840

4841+
expo-application@~6.1.0:
4842+
version "6.1.4"
4843+
resolved "https://registry.yarnpkg.com/expo-application/-/expo-application-6.1.4.tgz#34ee2f7a86e3689f15961b296e82934e0f85afd6"
4844+
integrity sha512-jXVZb3llTQ5j4C/I03GxKjujmhKex9Xo5JDZo/pRjScHSr4NoeMjPKWThyWVlWDM1v5YSEcsRJebVfTvq9SR5Q==
4845+
48414846
expo-asset@~8.10.1:
48424847
version "8.10.1"
48434848
resolved "https://registry.yarnpkg.com/expo-asset/-/expo-asset-8.10.1.tgz#a7e8cf1c555ab8f844599822cb084fee95a93644"
@@ -4873,10 +4878,10 @@ expo-font@~11.4.0:
48734878
dependencies:
48744879
fontfaceobserver "^2.1.0"
48754880

4876-
expo-haptics@~12.4.0:
4877-
version "12.4.0"
4878-
resolved "https://registry.yarnpkg.com/expo-haptics/-/expo-haptics-12.4.0.tgz#99ad9d6a8eafb219aee022ec1412a998e1c90d71"
4879-
integrity sha512-eELhZOO64oJa6AtEUxosatjSENE/tQgF2rVJxDsvRdx8Vgd3uFC+FRoM3nbMVJkxDgAaP3EKOPT1zVM41sNurw==
4881+
expo-haptics@~14.1.0:
4882+
version "14.1.4"
4883+
resolved "https://registry.yarnpkg.com/expo-haptics/-/expo-haptics-14.1.4.tgz#442f48b1bdf83484d4fcadc653445aaae6049b70"
4884+
integrity sha512-QZdE3NMX74rTuIl82I+n12XGwpDWKb8zfs5EpwsnGi/D/n7O2Jd4tO5ivH+muEG/OCJOMq5aeaVDqqaQOhTkcA==
48804885

48814886
expo-keep-awake@~12.3.0:
48824887
version "12.3.0"
@@ -4913,10 +4918,10 @@ [email protected]:
49134918
commander "2.20.0"
49144919
update-check "1.5.3"
49154920

4916-
expo-screen-orientation@~6.0.6:
4917-
version "6.0.6"
4918-
resolved "https://registry.yarnpkg.com/expo-screen-orientation/-/expo-screen-orientation-6.0.6.tgz#48b395bde2c4aa8d5236fc570bc36a7681895030"
4919-
integrity sha512-qiTGX1udJi6hj+8JUP9C27+TJDU7+42HcYcgmGd5hi/iXvIK1YwuCkXFdny+BkiapFb5jQnJCBZfdhMk1fjh+Q==
4921+
expo-screen-orientation@~8.1.0:
4922+
version "8.1.5"
4923+
resolved "https://registry.yarnpkg.com/expo-screen-orientation/-/expo-screen-orientation-8.1.5.tgz#447c19b8ad59d1d2cf0894900ee273836367ca0d"
4924+
integrity sha512-t2ss7a52f1VNrugmIYj1wlnGICUgrkqu2+J3Csew8ixczI8s6r6EXT4E4EeyQ/9WvcEUOOyh8TWC9EbbswPhUw==
49204925

49214926
expo-splash-screen@~0.20.5:
49224927
version "0.20.5"
@@ -4925,10 +4930,13 @@ expo-splash-screen@~0.20.5:
49254930
dependencies:
49264931
"@expo/prebuild-config" "6.2.6"
49274932

4928-
expo-status-bar@~1.6.0:
4929-
version "1.6.0"
4930-
resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-1.6.0.tgz#e79ffdb9a84d2e0ec9a0dc7392d9ab364fefa9cf"
4931-
integrity sha512-e//Oi2WPdomMlMDD3skE4+1ZarKCJ/suvcB4Jo/nO427niKug5oppcPNYO+csR6y3ZglGuypS+3pp/hJ+Xp6fQ==
4933+
expo-status-bar@~2.2.0:
4934+
version "2.2.3"
4935+
resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-2.2.3.tgz#09385a866732328e0af3b4588c4f349a15fd7cd0"
4936+
integrity sha512-+c8R3AESBoduunxTJ8353SqKAKpxL6DvcD8VKBuh81zzJyUUbfB4CVjr1GufSJEKsMzNPXZU+HJwXx7Xh7lx8Q==
4937+
dependencies:
4938+
react-native-edge-to-edge "1.6.0"
4939+
react-native-is-edge-to-edge "^1.1.6"
49324940

49334941
expo@^49.0.8:
49344942
version "49.0.8"
@@ -8043,6 +8051,11 @@ react-is@^17.0.1:
80438051
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
80448052
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
80458053

8054+
8055+
version "1.6.0"
8056+
resolved "https://registry.yarnpkg.com/react-native-edge-to-edge/-/react-native-edge-to-edge-1.6.0.tgz#2ba63b941704a7f713e298185c26cde4d9e4b973"
8057+
integrity sha512-2WCNdE3Qd6Fwg9+4BpbATUxCLcouF6YRY7K+J36KJ4l3y+tWN6XCqAC4DuoGblAAbb2sLkhEDp4FOlbOIot2Og==
8058+
80468059
react-native-gesture-handler@~2.12.0:
80478060
version "2.12.1"
80488061
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.12.1.tgz#f11a99fb95169810c6886fad5efa01a17fd81660"
@@ -8054,6 +8067,11 @@ react-native-gesture-handler@~2.12.0:
80548067
lodash "^4.17.21"
80558068
prop-types "^15.7.2"
80568069

8070+
react-native-is-edge-to-edge@^1.1.6:
8071+
version "1.1.7"
8072+
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.7.tgz#28947688f9fafd584e73a4f935ea9603bd9b1939"
8073+
integrity sha512-EH6i7E8epJGIcu7KpfXYXiV2JFIYITtq+rVS8uEb+92naMRBdxhTuS8Wn2Q7j9sqyO0B+Xbaaf9VdipIAmGW4w==
8074+
80578075
80588076
version "0.3.2"
80598077
resolved "https://registry.yarnpkg.com/react-native-popper/-/react-native-popper-0.3.2.tgz#4582b3bccb85a043c2171c3326dce10f8f1e5c16"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"typescript": "^4.8.4"
127127
},
128128
"peerDependencies": {
129-
"expo-haptics": "12.4.0",
129+
"expo-haptics": "14.1.4",
130130
"react": "18.2.0",
131131
"react-dom": "18.2.0",
132132
"react-native": "0.72.4",

0 commit comments

Comments
 (0)