Update @react-native-community/netinfo to latest (#3048)

* Update package.json

* Update package-lock.json

* Update Podfile.lock
This commit is contained in:
Johannes Klein
2025-08-08 16:00:46 +02:00
committed by GitHub
parent 69ac220798
commit f0f2c63db6
3 changed files with 7 additions and 7 deletions

View File

@@ -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
View File

@@ -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"
}

View File

@@ -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",