Skip to content

Commit

Permalink
Merge pull request Shopify#2723 from Shopify/wgpu
Browse files Browse the repository at this point in the history
Update WebGPU demo
  • Loading branch information
wcandillon authored Nov 2, 2024
2 parents 5c38b27 + a3d22e2 commit ce475ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/paper/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-wgpu (0.1.13):
- react-native-wgpu (0.1.19):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1937,7 +1937,7 @@ SPEC CHECKSUMS:
react-native-safe-area-context: ab8f4a3d8180913bd78ae75dd599c94cce3d5e9a
react-native-skia: 89e0ec26e70ca4f34a7a1f7425bc955baf77c566
react-native-slider: 97ce0bd921f40de79cead9754546d5e4e7ba44f8
react-native-wgpu: c62fa0a17226a438d0fcd63b2177ce554e70f5b0
react-native-wgpu: 8d0437a304318e0e3d6ccbfed2a39880f8eae4dd
React-nativeconfig: 57781b79e11d5af7573e6f77cbf1143b71802a6d
React-NativeModulesApple: 7ff2e2cfb2e5fa5bdedcecf28ce37e696c6ef1e1
React-perflogger: 8a360ccf603de6ddbe9ff8f54383146d26e6c936
Expand Down
2 changes: 1 addition & 1 deletion apps/paper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-native-safe-area-context": "^4.10.9",
"react-native-screens": "^3.34.0",
"react-native-svg": "^15.6.0",
"react-native-wgpu": "https://firebasestorage.googleapis.com/v0/b/start-react-native.appspot.com/o/tmp%2Fpackage.tgz?alt=media&token=c27867d2-d46e-407d-8c32-073bbd29c4dd",
"react-native-wgpu": "0.1.19",
"typescript": "^5.2.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15399,7 +15399,7 @@ __metadata:
react-native-safe-area-context: ^4.10.9
react-native-screens: ^3.34.0
react-native-svg: ^15.6.0
react-native-wgpu: "https://firebasestorage.googleapis.com/v0/b/start-react-native.appspot.com/o/tmp%2Fpackage.tgz?alt=media&token=c27867d2-d46e-407d-8c32-073bbd29c4dd"
react-native-wgpu: 0.1.19
react-test-renderer: 18.3.1
typescript: ^5.2.2
languageName: unknown
Expand Down Expand Up @@ -16920,13 +16920,13 @@ __metadata:
languageName: node
linkType: hard

"react-native-wgpu@https://firebasestorage.googleapis.com/v0/b/start-react-native.appspot.com/o/tmp%2Fpackage.tgz?alt=media&token=c27867d2-d46e-407d-8c32-073bbd29c4dd":
version: 0.1.13
resolution: "react-native-wgpu@https://firebasestorage.googleapis.com/v0/b/start-react-native.appspot.com/o/tmp%2Fpackage.tgz?alt=media&token=c27867d2-d46e-407d-8c32-073bbd29c4dd"
"react-native-wgpu@npm:0.1.19":
version: 0.1.19
resolution: "react-native-wgpu@npm:0.1.19"
peerDependencies:
react: "*"
react-native: "*"
checksum: ea7097ba2a5a7b323b063c20d67129c846893017df2443319ca279514161fa1fd8def6eaf19a533962f1becf0d5f0bbd9851fc505f19a7a43bb51e26c3a225ee
checksum: 673e11326e42304178702e406a23ccd1cf1c78b3c565a413fdd8d824d148fa701be2938ae42384ac936db3b350278af112aa7ffa490c36c7de7e589c45781372
languageName: node
linkType: hard

Expand Down

0 comments on commit ce475ac

Please sign in to comment.