Skip to content

Commit

Permalink
feat: update vision camera pkg (#2088)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
  • Loading branch information
jleach authored Jul 24, 2024
1 parent 263f254 commit 7680bb4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -644,11 +644,11 @@ PODS:
- RNVectorIcons (10.0.0):
- React-Core
- SocketRocket (0.6.1)
- VisionCamera (4.0.1):
- VisionCamera/Core (= 4.0.1)
- VisionCamera/React (= 4.0.1)
- VisionCamera/Core (4.0.1)
- VisionCamera/React (4.0.1):
- VisionCamera (4.3.1):
- VisionCamera/Core (= 4.3.1)
- VisionCamera/React (= 4.3.1)
- VisionCamera/Core (4.3.1)
- VisionCamera/React (4.3.1):
- React-Core
- Yoga (1.14.0)

Expand Down Expand Up @@ -975,7 +975,7 @@ SPEC CHECKSUMS:
RNSVG: d7d7bc8229af3842c9cfc3a723c815a52cdd1105
RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
VisionCamera: 5787602f86d8521f17af0e606259b6d367754e74
VisionCamera: 58d2120e6e23c155b25f4702b7912dc2b1e5e8c2
Yoga: 86fed2e4d425ee4c6eab3813ba1791101ee153c6

PODFILE CHECKSUM: f043d17a36d946983917d5651311899450c41e12
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"react-native-toast-message": "2.1.6",
"react-native-uuid": "2.0.1",
"react-native-vector-icons": "10.0.0",
"react-native-vision-camera": "^3.6.16",
"react-native-vision-camera": "4.3.1",
"react-native-webview": "11.26.1",
"reflect-metadata": "0.1.13",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-native": "0.72.5",
"@types/react-native": "0.72.3",
"react-i18next": "11.18.6",
"react-native-vision-camera": "4.0.1",
"react-native-vision-camera": "4.3.1",
"@credo-ts/react-hooks": "patch:@credo-ts/react-hooks@npm%3A0.6.0#./.yarn/patches/@credo-ts-react-hooks-npm-0.6.0-3c59ce13d2.patch",
"@hyperledger/indy-vdr-shared@npm:0.2.2": "patch:@hyperledger/indy-vdr-shared@npm%3A0.2.2#~/.yarn/patches/@hyperledger-indy-vdr-shared-npm-0.2.2-b989282fc6.patch",
"@hyperledger/indy-vdr-react-native": "patch:@hyperledger/indy-vdr-react-native@npm%3A0.2.2#~/.yarn/patches/@hyperledger-indy-vdr-react-native-npm-0.2.2-627d424b96.patch"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9310,7 +9310,7 @@ __metadata:
react-native-toast-message: "npm:2.1.6"
react-native-uuid: "npm:2.0.1"
react-native-vector-icons: "npm:10.0.0"
react-native-vision-camera: "npm:^3.6.16"
react-native-vision-camera: "npm:4.3.1"
react-native-webview: "npm:11.26.1"
react-test-renderer: "npm:18.2.0"
reflect-metadata: "npm:0.1.13"
Expand Down Expand Up @@ -20541,9 +20541,9 @@ __metadata:
languageName: node
linkType: hard

"react-native-vision-camera@npm:4.0.1":
version: 4.0.1
resolution: "react-native-vision-camera@npm:4.0.1"
"react-native-vision-camera@npm:4.3.1":
version: 4.3.1
resolution: "react-native-vision-camera@npm:4.3.1"
peerDependencies:
"@shopify/react-native-skia": "*"
react: "*"
Expand All @@ -20557,7 +20557,7 @@ __metadata:
optional: true
react-native-worklets-core:
optional: true
checksum: 7b5fd90a0a192f17a4662b0eb2488ee7595154d6e5bc74e8e281bd40a608b2b8949a4290a046511457097f95262098424086920c297ea35662dbf44d0e4a91f6
checksum: 6018522d39e79160e8d85d05a32ed5f3cf2b7819869487873ca6841b44a5eb90e99efb0f06daba43b0553cfde9f1db580ced0ae3d556ff4a0c4c061bc2f1fad8
languageName: node
linkType: hard

Expand Down

0 comments on commit 7680bb4

Please sign in to comment.