Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-wgpu (0.2.3):
- react-native-wgpu (0.2.5):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2246,7 +2246,7 @@ SPEC CHECKSUMS:
React-microtasksnativemodule: 054f34e9b82f02bd40f09cebd4083828b5b2beb6
react-native-safe-area-context: 562163222d999b79a51577eda2ea8ad2c32b4d06
react-native-skia: 99362ce77dff006719636c97f16c9713e3ec221e
react-native-wgpu: 7a147fd65f5ee79c3e722e7aac156250e9d4d065
react-native-wgpu: 091c71fc96e5470bdc69b5b9f1bc632540cd8a06
React-NativeModulesApple: 2c4377e139522c3d73f5df582e4f051a838ff25e
React-oscompat: ef5df1c734f19b8003e149317d041b8ce1f7d29c
React-perflogger: 9a151e0b4c933c9205fd648c246506a83f31395d
Expand Down
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.4.0",
"@react-three/fiber": "^8.17.6",
"@shopify/react-native-skia": "2.0.0",
"@shopify/react-native-skia": "2.2.14",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-webgpu": "^4.22.0",
"@tensorflow/tfjs-vis": "^1.5.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3349,24 +3349,24 @@ __metadata:
languageName: node
linkType: hard

"@shopify/react-native-skia@npm:2.0.0":
version: 2.0.0
resolution: "@shopify/react-native-skia@npm:2.0.0"
"@shopify/react-native-skia@npm:2.2.14":
version: 2.2.14
resolution: "@shopify/react-native-skia@npm:2.2.14"
dependencies:
canvaskit-wasm: 0.40.0
react-reconciler: 0.31.0
peerDependencies:
react: ">=19.0"
react-native: ">=0.78"
react-native-reanimated: ^3.0
react-native-reanimated: ">=3.19.1"
peerDependenciesMeta:
react-native:
optional: true
react-native-reanimated:
optional: true
bin:
setup-skia-web: scripts/setup-canvaskit.js
checksum: 9d14fbcdc8241f9664a27196e585761acb0f9abff92a2d59d59b631e63d67f7029ac07418d8dcbe25e029b7b2457eb7340fbc899e8a871187c68c1c2a19e5141
checksum: 68d588a61b345e41e96ab94cb0b65ca883d788135ebaa0f1175ca2fa0448317d779ef96ff52678bc17d01abff142141671c71c6af339e495b515b6c1d45a78c6
languageName: node
linkType: hard

Expand Down Expand Up @@ -4487,7 +4487,7 @@ __metadata:
"@react-navigation/stack": ^6.4.0
"@react-three/fiber": ^8.17.6
"@rnx-kit/metro-config": ^2.0.0
"@shopify/react-native-skia": 2.0.0
"@shopify/react-native-skia": 2.2.14
"@tensorflow/tfjs": ^4.22.0
"@tensorflow/tfjs-backend-webgpu": ^4.22.0
"@tensorflow/tfjs-vis": ^1.5.1
Expand Down
Loading