mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Update react-native-vision-camera (#3096)
* Update package.json * Update package-lock.json * Update Podfile.lock * Reapply vision-camera patch
This commit is contained in:
@@ -1930,16 +1930,16 @@ PODS:
|
||||
- RNSVG (15.12.0):
|
||||
- React-Core
|
||||
- SocketRocket (0.7.1)
|
||||
- VisionCamera (4.7.0):
|
||||
- VisionCamera/Core (= 4.7.0)
|
||||
- VisionCamera/FrameProcessors (= 4.7.0)
|
||||
- VisionCamera/React (= 4.7.0)
|
||||
- VisionCamera/Core (4.7.0)
|
||||
- VisionCamera/FrameProcessors (4.7.0):
|
||||
- VisionCamera (4.7.2):
|
||||
- VisionCamera/Core (= 4.7.2)
|
||||
- VisionCamera/FrameProcessors (= 4.7.2)
|
||||
- VisionCamera/React (= 4.7.2)
|
||||
- VisionCamera/Core (4.7.2)
|
||||
- VisionCamera/FrameProcessors (4.7.2):
|
||||
- React
|
||||
- React-callinvoker
|
||||
- react-native-worklets-core
|
||||
- VisionCamera/React (4.7.0):
|
||||
- VisionCamera/React (4.7.2):
|
||||
- React-Core
|
||||
- VisionCamera/FrameProcessors
|
||||
- VisionCameraPluginInatVision (5.3.0-rc.1):
|
||||
@@ -2414,7 +2414,7 @@ SPEC CHECKSUMS:
|
||||
RNStoreReview: 613c43e9132998ed41a65946e20c223c91b36464
|
||||
RNSVG: ae1766b2492f8915a1ee25095871f00a4f132093
|
||||
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
|
||||
VisionCamera: 1470a7fa013e22de7481640a4d9c597ad6f13919
|
||||
VisionCamera: 4146fa2612c154f893a42a9b1feedf868faa6b23
|
||||
VisionCameraPluginInatVision: ad9a001b70676d2f9b0ea22f60c04d5fed3d3a52
|
||||
Yoga: eca8dd841b7cd47d82d66be58af8e3aeb819012f
|
||||
|
||||
|
||||
9
package-lock.json
generated
9
package-lock.json
generated
@@ -94,7 +94,7 @@
|
||||
"react-native-svg": "^15.12.0",
|
||||
"react-native-svg-transformer": "^1.3.0",
|
||||
"react-native-url-polyfill": "^2.0.0",
|
||||
"react-native-vision-camera": "^4.7.0",
|
||||
"react-native-vision-camera": "^4.7.2",
|
||||
"react-native-volume-manager": "^1.10.0",
|
||||
"react-native-webview": "^13.15.0",
|
||||
"react-native-worklets-core": "^1.6.2",
|
||||
@@ -18873,9 +18873,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-native-vision-camera": {
|
||||
"version": "4.7.0",
|
||||
"resolved": "https://registry.npmjs.org/react-native-vision-camera/-/react-native-vision-camera-4.7.0.tgz",
|
||||
"integrity": "sha512-aiwmBIhpiQA7fuhqRiBFAgISBI+qAyoZeZakjz/PDwUEuwGKmjYrC2LMOcFAkqSKvDA4vsoOXGxpnk77NoCZBA==",
|
||||
"version": "4.7.2",
|
||||
"resolved": "https://registry.npmjs.org/react-native-vision-camera/-/react-native-vision-camera-4.7.2.tgz",
|
||||
"integrity": "sha512-C+5PvlSunN6I4aYplSask+v3jfhgduZumIVw6H6lG+Afpf8boIcG3uFSsSfVgj+hxI7fx6qM6bsciEhzgxEUYg==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@shopify/react-native-skia": "*",
|
||||
"react": "*",
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
"react-native-svg": "^15.12.0",
|
||||
"react-native-svg-transformer": "^1.3.0",
|
||||
"react-native-url-polyfill": "^2.0.0",
|
||||
"react-native-vision-camera": "^4.7.0",
|
||||
"react-native-vision-camera": "^4.7.2",
|
||||
"react-native-volume-manager": "^1.10.0",
|
||||
"react-native-webview": "^13.15.0",
|
||||
"react-native-worklets-core": "^1.6.2",
|
||||
|
||||
Reference in New Issue
Block a user