mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Update vision-plugin to 6.rc (#3104)
* Update package.json * Update package-lock.json * Update Podfile.lock * Breaking change: Set LiteRT version instead of tensorflow-lite * Fix: actually use latest version
This commit is contained in:
@@ -10,8 +10,8 @@ buildscript {
|
||||
targetSdkVersion = 35
|
||||
ndkVersion = "27.1.12297006"
|
||||
kotlinVersion = "2.0.21"
|
||||
// This specifies which tensorflow-lite version to use for our vision-plugin.
|
||||
tensorflowVersion = "2.17.0"
|
||||
// This specifies which LiteRT version to use for our vision-plugin.
|
||||
litertVersion = "1.4.0"
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
|
||||
@@ -1942,8 +1942,28 @@ PODS:
|
||||
- VisionCamera/React (4.7.2):
|
||||
- React-Core
|
||||
- VisionCamera/FrameProcessors
|
||||
- VisionCameraPluginInatVision (5.3.0):
|
||||
- VisionCameraPluginInatVision (6.0.0-rc.1):
|
||||
- DoubleConversion
|
||||
- glog
|
||||
- hermes-engine
|
||||
- RCT-Folly (= 2024.11.18.00)
|
||||
- RCTRequired
|
||||
- RCTTypeSafety
|
||||
- React-Core
|
||||
- React-debug
|
||||
- React-Fabric
|
||||
- React-featureflags
|
||||
- React-graphics
|
||||
- React-ImageManager
|
||||
- React-NativeModulesApple
|
||||
- React-RCTFabric
|
||||
- React-rendererdebug
|
||||
- React-utils
|
||||
- ReactCodegen
|
||||
- ReactCommon/turbomodule/bridging
|
||||
- ReactCommon/turbomodule/core
|
||||
- VisionCamera
|
||||
- Yoga
|
||||
- Yoga (0.0.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
@@ -2415,7 +2435,7 @@ SPEC CHECKSUMS:
|
||||
RNSVG: ae1766b2492f8915a1ee25095871f00a4f132093
|
||||
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
|
||||
VisionCamera: 4146fa2612c154f893a42a9b1feedf868faa6b23
|
||||
VisionCameraPluginInatVision: d88681b3db2dde4997ba6ab3877b039d5e646e84
|
||||
VisionCameraPluginInatVision: 6ddc291d90bbe7677c4a50d017d964aa1b67a61a
|
||||
Yoga: eca8dd841b7cd47d82d66be58af8e3aeb819012f
|
||||
|
||||
PODFILE CHECKSUM: 5c7a85b8fc0a51e972a87e39194f661a51e0d872
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -101,7 +101,7 @@
|
||||
"realm": "20.1.0",
|
||||
"sanitize-html": "^2.13.0",
|
||||
"uuid": "^11.1.0",
|
||||
"vision-camera-plugin-inatvision": "github:inaturalist/vision-camera-plugin-inatvision#2086c55a74bd46eb4759a08f84ed70cfb54e1d18",
|
||||
"vision-camera-plugin-inatvision": "github:inaturalist/vision-camera-plugin-inatvision#60437a7a9c78efa2501e0009a79141b19ad347ea",
|
||||
"zustand": "^4.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -21413,9 +21413,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/vision-camera-plugin-inatvision": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "git+ssh://git@github.com/inaturalist/vision-camera-plugin-inatvision.git#2086c55a74bd46eb4759a08f84ed70cfb54e1d18",
|
||||
"integrity": "sha512-Am7ObG0REGmifgDP4fadx5cx8yGL0wXUbfa82TkMGKWUuHVDzdns5B9O1pr0+ajsMsMWrSA94fK1uPubxonIyw==",
|
||||
"version": "6.0.0-rc.1",
|
||||
"resolved": "git+ssh://git@github.com/inaturalist/vision-camera-plugin-inatvision.git#60437a7a9c78efa2501e0009a79141b19ad347ea",
|
||||
"integrity": "sha512-UzkiZKm5Q33NOzxx9O291xuzaGHcJeIbUq2gM+QF1bA19XFuS8zH9XGPn9k+eCcaV3rVISyq1M0kqKXu94xsfQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"h3-js": "^4.1.0"
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
"realm": "20.1.0",
|
||||
"sanitize-html": "^2.13.0",
|
||||
"uuid": "^11.1.0",
|
||||
"vision-camera-plugin-inatvision": "github:inaturalist/vision-camera-plugin-inatvision#2086c55a74bd46eb4759a08f84ed70cfb54e1d18",
|
||||
"vision-camera-plugin-inatvision": "github:inaturalist/vision-camera-plugin-inatvision#60437a7a9c78efa2501e0009a79141b19ad347ea",
|
||||
"zustand": "^4.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user