Skip to content

Commit

Permalink
Bump react-native-background-geolocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Feb 22, 2024
1 parent 9beea3b commit ed4e644
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -787,9 +787,9 @@ PODS:
- React-RCTText
- RNAppleAuthentication (2.2.2):
- React-Core
- RNBackgroundFetch (4.2.1):
- RNBackgroundFetch (4.2.2):
- React-Core
- RNBackgroundGeolocation (4.14.5):
- RNBackgroundGeolocation (4.14.6):
- CocoaLumberjack (~> 3.7.2)
- React-Core
- RNCAsyncStorage (1.21.0):
Expand Down Expand Up @@ -1303,8 +1303,8 @@ SPEC CHECKSUMS:
ReactNativeAvoidSoftinput: b4ec4c8084c397a91800d21170a9949a263d288a
ReactNativeKeyboardManager: 60292dbac467c49841a7d69588208ec4a4f7b2a2
RNAppleAuthentication: 0571c08da8c327ae2afc0261b48b4a515b0286a6
RNBackgroundFetch: 501c34ad6e880818ba17e7840b23f20a2d112923
RNBackgroundGeolocation: bf3b45667c4d3c999501f5f8cb16dc35fc01e759
RNBackgroundFetch: 35c7183f6eeff69396d42c4b206e1ae2a21e9327
RNBackgroundGeolocation: 7dde6957120db41209f0d11427c425f368416afa
RNCAsyncStorage: 618d03a5f52fbccb3d7010076bc54712844c18ef
RNCMaskedView: 090213d32d8b3bb83a4dcb7d12c18f0152591906
RNCPicker: cb57c823d5ce8d2d0b5dfb45ad97b737260dc59e
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"react-native": "0.72.5",
"react-native-autocomplete-input": "^5.4.0",
"react-native-avoid-softinput": "^4.0.2",
"react-native-background-fetch": "^4.1.6",
"react-native-background-geolocation": "^4.14.5",
"react-native-background-fetch": "^4.2.2",
"react-native-background-geolocation": "^4.14.6",
"react-native-ble-manager": "^8.4.4",
"react-native-blob-util": "^0.19.2",
"react-native-calendars": "^1.1303.0",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12158,15 +12158,20 @@ react-native-avoid-softinput@^4.0.2:
resolved "https://registry.yarnpkg.com/react-native-avoid-softinput/-/react-native-avoid-softinput-4.0.2.tgz#30825e7666b530c5d3e555a7778bd50f1431d0c3"
integrity sha512-/i8xNWGjpu3hEPCVjW2WsWTsM/mC4zTBr3DabOrdPfgw9Ww0Na69YQY1TSXCjbTjJmWwfTToPK5OEVm+ZwHmiQ==

react-native-background-fetch@^4.1.6, react-native-background-fetch@~4.2.1:
react-native-background-fetch@^4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/react-native-background-fetch/-/react-native-background-fetch-4.2.2.tgz#39661ac4f6dac8ce2249e1c9e93aaa8a4f9f560e"
integrity sha512-7ORHtzV4s7OmekbteJt3ipaYq6Qw5RsfjvAf2ac9a47fa0UeNbOaLkwQHrrJq1fnINpVe1L1B0K5OIICZBAziw==

react-native-background-fetch@~4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/react-native-background-fetch/-/react-native-background-fetch-4.2.1.tgz#81351355973f676295cfbb7a7946d7d4902273b6"
integrity sha512-UePBlP2Az6PWrIDCoGDYl0IlimvV+TFl/5XUmL4KIo7xPK7TSZru1nYHH7uskW2an5AW39ko3mbV2w/+1LxsnQ==

react-native-background-geolocation@^4.14.5:
version "4.14.5"
resolved "https://registry.yarnpkg.com/react-native-background-geolocation/-/react-native-background-geolocation-4.14.5.tgz#2daf978e33d6dec517bb9387242fb79b5d3b3278"
integrity sha512-k1OI6JDfkR1VG3Lk20grifbA1aZBdafgH5n0sqEnGjg7Yl5IC7dfM2N+t4XW5Jo//rEHtQXTjTcox1t564N5rg==
react-native-background-geolocation@^4.14.6:
version "4.14.6"
resolved "https://registry.yarnpkg.com/react-native-background-geolocation/-/react-native-background-geolocation-4.14.6.tgz#b8116b0423b03bbd1d6e49657fc0332ac6515ba2"
integrity sha512-3lA1FkRtv/E55XEwq4Z/Iuumj3OwwX9mJ9baYukqtrSIUGMoTjPIsHMByYGRcaySHv7HjFXkzfNSczsazOc8tQ==
dependencies:
react-native-background-fetch "~4.2.1"

Expand Down

0 comments on commit ed4e644

Please sign in to comment.