Skip to content

Commit 14df48e

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

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-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.0.0",
21+
"expo-haptics": "~14.0.0",
22+
"expo-screen-orientation": "~8.0.0",
2323
"expo-splash-screen": "~0.20.5",
24-
"expo-status-bar": "~1.6.0",
24+
"expo-status-bar": "~2.0.0",
2525
"react": "18.2.0",
2626
"react-dom": "18.2.0",
2727
"react-native": "0.72.10",

example/yarn.lock

Lines changed: 17 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.0.0:
4842+
version "6.0.1"
4843+
resolved "https://registry.yarnpkg.com/expo-application/-/expo-application-6.0.1.tgz#bb5e1f15636c51c571a0062e8f9d4e504da967e4"
4844+
integrity sha512-w+1quSmKp8SYKT+GAFHSN5c6u+PqoVRIfpsLyRQrQdOnBA9dA8Hw6JT9sHNFmA30A2v1b/sdYZE3qKuRJFNSWQ==
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.0.0:
4882+
version "14.0.0"
4883+
resolved "https://registry.yarnpkg.com/expo-haptics/-/expo-haptics-14.0.0.tgz#b3ccea2ed5c7f4c2505e2e8cbfa799091b185303"
4884+
integrity sha512-5tYJN+2axYF22BtG1elBQAV1aZPUOCtr9sItClfm4jDoekGiPCxZG/nylcA3DVh2bUHMSll4Y98qjFFFhwZ1Cw==
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.0.0:
4922+
version "8.0.0"
4923+
resolved "https://registry.yarnpkg.com/expo-screen-orientation/-/expo-screen-orientation-8.0.0.tgz#28ff6f5269bbe07ff4bba9acdb89b3bd4041d927"
4924+
integrity sha512-1pKmx8pDk8zO8lFJVbVQao1Qj26qG/W93+xZp0Cxvzd3n/v7SGDLDJ1V/zBxlxxu58AczEzsGEI2ScZVon2Xow==
49204925

49214926
expo-splash-screen@~0.20.5:
49224927
version "0.20.5"
@@ -4925,10 +4930,10 @@ 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.0.0:
4934+
version "2.0.0"
4935+
resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-2.0.0.tgz#dd99adc2ace12a24c92718cd0f97b93347103393"
4936+
integrity sha512-vxxdpvpNDMTEc5uTiIrbTvySKKUsOACmfl8OZuUdjNle05oGqwtq3v5YObwym/njSByjoyuZX8UpXBZnxvarwQ==
49324937

49334938
expo@^49.0.8:
49344939
version "49.0.8"

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.0.0",
130130
"react": "18.2.0",
131131
"react-dom": "18.2.0",
132132
"react-native": "0.72.4",

0 commit comments

Comments
 (0)