diff --git a/example/package.json b/example/package.json index bdd2d1b3..50e0188c 100644 --- a/example/package.json +++ b/example/package.json @@ -17,11 +17,11 @@ "@react-navigation/native": "^6.1.6", "@react-navigation/stack": "^6.3.16", "expo": "^49.0.8", - "expo-application": "~5.3.0", - "expo-haptics": "~12.4.0", - "expo-screen-orientation": "~6.0.6", + "expo-application": "~6.0.0", + "expo-haptics": "~14.0.0", + "expo-screen-orientation": "~8.0.0", "expo-splash-screen": "~0.20.5", - "expo-status-bar": "~1.6.0", + "expo-status-bar": "~2.0.0", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.72.10", diff --git a/example/yarn.lock b/example/yarn.lock index 5e751e1f..de79ba35 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4838,6 +4838,11 @@ expo-application@~5.3.0: resolved "https://registry.yarnpkg.com/expo-application/-/expo-application-5.3.0.tgz#0811f2de69a3a7f521762fd7f8a0a4563276dada" integrity sha512-XLkaELwmiXW6JjFVkwuiFQaGZoNKAxNAcSJkFdz8s4rCljEwehylbzoPk37QHw3cxqb4v0/2EICtg4C4kpEVCA== +expo-application@~6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/expo-application/-/expo-application-6.0.1.tgz#bb5e1f15636c51c571a0062e8f9d4e504da967e4" + integrity sha512-w+1quSmKp8SYKT+GAFHSN5c6u+PqoVRIfpsLyRQrQdOnBA9dA8Hw6JT9sHNFmA30A2v1b/sdYZE3qKuRJFNSWQ== + expo-asset@~8.10.1: version "8.10.1" resolved "https://registry.yarnpkg.com/expo-asset/-/expo-asset-8.10.1.tgz#a7e8cf1c555ab8f844599822cb084fee95a93644" @@ -4873,10 +4878,10 @@ expo-font@~11.4.0: dependencies: fontfaceobserver "^2.1.0" -expo-haptics@~12.4.0: - version "12.4.0" - resolved "https://registry.yarnpkg.com/expo-haptics/-/expo-haptics-12.4.0.tgz#99ad9d6a8eafb219aee022ec1412a998e1c90d71" - integrity sha512-eELhZOO64oJa6AtEUxosatjSENE/tQgF2rVJxDsvRdx8Vgd3uFC+FRoM3nbMVJkxDgAaP3EKOPT1zVM41sNurw== +expo-haptics@~14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/expo-haptics/-/expo-haptics-14.0.0.tgz#b3ccea2ed5c7f4c2505e2e8cbfa799091b185303" + integrity sha512-5tYJN+2axYF22BtG1elBQAV1aZPUOCtr9sItClfm4jDoekGiPCxZG/nylcA3DVh2bUHMSll4Y98qjFFFhwZ1Cw== expo-keep-awake@~12.3.0: version "12.3.0" @@ -4913,10 +4918,10 @@ expo-pwa@0.0.127: commander "2.20.0" update-check "1.5.3" -expo-screen-orientation@~6.0.6: - version "6.0.6" - resolved "https://registry.yarnpkg.com/expo-screen-orientation/-/expo-screen-orientation-6.0.6.tgz#48b395bde2c4aa8d5236fc570bc36a7681895030" - integrity sha512-qiTGX1udJi6hj+8JUP9C27+TJDU7+42HcYcgmGd5hi/iXvIK1YwuCkXFdny+BkiapFb5jQnJCBZfdhMk1fjh+Q== +expo-screen-orientation@~8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/expo-screen-orientation/-/expo-screen-orientation-8.0.0.tgz#28ff6f5269bbe07ff4bba9acdb89b3bd4041d927" + integrity sha512-1pKmx8pDk8zO8lFJVbVQao1Qj26qG/W93+xZp0Cxvzd3n/v7SGDLDJ1V/zBxlxxu58AczEzsGEI2ScZVon2Xow== expo-splash-screen@~0.20.5: version "0.20.5" @@ -4925,10 +4930,10 @@ expo-splash-screen@~0.20.5: dependencies: "@expo/prebuild-config" "6.2.6" -expo-status-bar@~1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-1.6.0.tgz#e79ffdb9a84d2e0ec9a0dc7392d9ab364fefa9cf" - integrity sha512-e//Oi2WPdomMlMDD3skE4+1ZarKCJ/suvcB4Jo/nO427niKug5oppcPNYO+csR6y3ZglGuypS+3pp/hJ+Xp6fQ== +expo-status-bar@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-2.0.0.tgz#dd99adc2ace12a24c92718cd0f97b93347103393" + integrity sha512-vxxdpvpNDMTEc5uTiIrbTvySKKUsOACmfl8OZuUdjNle05oGqwtq3v5YObwym/njSByjoyuZX8UpXBZnxvarwQ== expo@^49.0.8: version "49.0.8" diff --git a/package.json b/package.json index 179a259f..bd0f7b3a 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "typescript": "^4.8.4" }, "peerDependencies": { - "expo-haptics": "12.4.0", + "expo-haptics": "14.0.0", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.72.4",