mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Update @react-native-community/slider to 5.x (#3237)
* Update package.json * Update package-lock.json * Update Podfile.lock
This commit is contained in:
@@ -2042,7 +2042,37 @@ PODS:
|
||||
- Yoga
|
||||
- react-native-sensitive-info (6.0.0-alpha.9):
|
||||
- React-Core
|
||||
- react-native-slider (4.5.0):
|
||||
- react-native-slider (5.1.1):
|
||||
- boost
|
||||
- DoubleConversion
|
||||
- fast_float
|
||||
- fmt
|
||||
- glog
|
||||
- hermes-engine
|
||||
- RCT-Folly
|
||||
- RCT-Folly/Fabric
|
||||
- RCTRequired
|
||||
- RCTTypeSafety
|
||||
- React-Core
|
||||
- React-debug
|
||||
- React-Fabric
|
||||
- React-featureflags
|
||||
- React-graphics
|
||||
- React-hermes
|
||||
- React-ImageManager
|
||||
- React-jsi
|
||||
- react-native-slider/common (= 5.1.1)
|
||||
- React-NativeModulesApple
|
||||
- React-RCTFabric
|
||||
- React-renderercss
|
||||
- React-rendererdebug
|
||||
- React-utils
|
||||
- ReactCodegen
|
||||
- ReactCommon/turbomodule/bridging
|
||||
- ReactCommon/turbomodule/core
|
||||
- SocketRocket
|
||||
- Yoga
|
||||
- react-native-slider/common (5.1.1):
|
||||
- boost
|
||||
- DoubleConversion
|
||||
- fast_float
|
||||
@@ -3659,7 +3689,7 @@ SPEC CHECKSUMS:
|
||||
react-native-restart: 0bc732f4461709022a742bb29bcccf6bbc5b4863
|
||||
react-native-safe-area-context: 849813645d0fd16fd899a02ed6e03320284ec2ae
|
||||
react-native-sensitive-info: ee358bf2b901ac3d04f63ff637b31daee44ea87f
|
||||
react-native-slider: fa04ab42a8333ff6bcf2c77ae76885d7f7c3d645
|
||||
react-native-slider: 23f01fbf6c2413572dc26fbb80dd66fe573c7692
|
||||
react-native-volume-manager: cdd3c3857158c1df7b9fbea071a9946395cee06c
|
||||
react-native-webview: 44434e525f798a7b35b8b94d9db36cd25a75048f
|
||||
react-native-worklets-core: be5da7693070046d10b05ec6143f2f19bf05aa98
|
||||
|
||||
9
package-lock.json
generated
9
package-lock.json
generated
@@ -21,7 +21,7 @@
|
||||
"@react-native-community/geolocation": "^3.4.0",
|
||||
"@react-native-community/hooks": "^3.0.0",
|
||||
"@react-native-community/netinfo": "^11.4.1",
|
||||
"@react-native-community/slider": "^4.5.0",
|
||||
"@react-native-community/slider": "^5.1.1",
|
||||
"@react-native-firebase/analytics": "^23.4.0",
|
||||
"@react-native-firebase/app": "^23.3.1",
|
||||
"@react-native-google-signin/google-signin": "^13.1.0",
|
||||
@@ -5459,9 +5459,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@react-native-community/slider": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@react-native-community/slider/-/slider-4.5.0.tgz",
|
||||
"integrity": "sha512-pyUvNTvu5IfCI5abzqRfO/dd3A009RC66RXZE6t0gyOwI/j0QDlq9VZRv3rjkpuIvNTnsYj+m5BHlh0DkSYUyA=="
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@react-native-community/slider/-/slider-5.1.1.tgz",
|
||||
"integrity": "sha512-W98If/LnTaziU3/0h5+G1LvJaRhMc6iLQBte6UWa4WBIHDMaDPglNBIFKcCXc9Dxp83W+f+5Wv22Olq9M2HJYA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@react-native-firebase/analytics": {
|
||||
"version": "23.4.0",
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
"@react-native-community/geolocation": "^3.4.0",
|
||||
"@react-native-community/hooks": "^3.0.0",
|
||||
"@react-native-community/netinfo": "^11.4.1",
|
||||
"@react-native-community/slider": "^4.5.0",
|
||||
"@react-native-community/slider": "^5.1.1",
|
||||
"@react-native-firebase/analytics": "^23.4.0",
|
||||
"@react-native-firebase/app": "^23.3.1",
|
||||
"@react-native-google-signin/google-signin": "^13.1.0",
|
||||
|
||||
Reference in New Issue
Block a user