mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-05-03 21:23:04 -04:00
Update @react-native-community/netinfo to latest (#3048)
* Update package.json * Update package-lock.json * Update Podfile.lock
This commit is contained in:
@@ -1322,7 +1322,7 @@ PODS:
|
||||
- ReactCommon/turbomodule/bridging
|
||||
- ReactCommon/turbomodule/core
|
||||
- Yoga
|
||||
- react-native-netinfo (11.3.1):
|
||||
- react-native-netinfo (11.4.1):
|
||||
- React-Core
|
||||
- react-native-orientation-locker (1.5.0):
|
||||
- React-Core
|
||||
@@ -2353,7 +2353,7 @@ SPEC CHECKSUMS:
|
||||
react-native-mail: 6e83813066984b26403d3fdfe79ac7bb31857e3c
|
||||
react-native-maps: 85da55259d35bd50b5161d2ec0ee153d454158cc
|
||||
react-native-mmkv: a6e08ad1b51b84af075f91798f8a92c878472265
|
||||
react-native-netinfo: 2e3c27627db7d49ba412bfab25834e679db41e21
|
||||
react-native-netinfo: cec9c4e86083cb5b6aba0e0711f563e2fbbff187
|
||||
react-native-orientation-locker: dbd3f6ddbe9e62389cb0807dc2af63f6c36dec36
|
||||
react-native-render-html: 5afc4751f1a98621b3009432ef84c47019dcb2bd
|
||||
react-native-restart: 0bc732f4461709022a742bb29bcccf6bbc5b4863
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -20,7 +20,7 @@
|
||||
"@react-native-community/datetimepicker": "^8.4.2",
|
||||
"@react-native-community/geolocation": "^3.4.0",
|
||||
"@react-native-community/hooks": "^3.0.0",
|
||||
"@react-native-community/netinfo": "^11.3.1",
|
||||
"@react-native-community/netinfo": "^11.4.1",
|
||||
"@react-native-community/slider": "^4.5.0",
|
||||
"@react-native-google-signin/google-signin": "^13.1.0",
|
||||
"@react-native-picker/picker": "^2.11.1",
|
||||
@@ -4516,9 +4516,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@react-native-community/netinfo": {
|
||||
"version": "11.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.3.1.tgz",
|
||||
"integrity": "sha512-UBnJxyV0b7i9Moa97Av+HKho1ByzX0DtbJXzUQS5E3xhQs6P2D/Os0iw3ouy7joY1TVd6uIhplPbr7l1SJNaNQ==",
|
||||
"version": "11.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.4.1.tgz",
|
||||
"integrity": "sha512-B0BYAkghz3Q2V09BF88RA601XursIEA111tnc2JOaN7axJWmNefmfjZqw/KdSxKZp7CZUuPpjBmz/WCR9uaHYg==",
|
||||
"peerDependencies": {
|
||||
"react-native": ">=0.59"
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
"@react-native-community/datetimepicker": "^8.4.2",
|
||||
"@react-native-community/geolocation": "^3.4.0",
|
||||
"@react-native-community/hooks": "^3.0.0",
|
||||
"@react-native-community/netinfo": "^11.3.1",
|
||||
"@react-native-community/netinfo": "^11.4.1",
|
||||
"@react-native-community/slider": "^4.5.0",
|
||||
"@react-native-google-signin/google-signin": "^13.1.0",
|
||||
"@react-native-picker/picker": "^2.11.1",
|
||||
|
||||
Reference in New Issue
Block a user