Skip to content

Commit

Permalink
Merge branch 'v4' into fix/cleanup-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy authored Apr 21, 2024
2 parents d442340 + 056755b commit 6237718
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ PODS:
- React-Core
- react-native-safe-area-context (4.8.2):
- React-Core
- react-native-skia (1.2.1):
- react-native-skia (1.2.3):
- RCT-Folly (= 2021.07.22.00)
- React
- React-callinvoker
Expand Down Expand Up @@ -682,7 +682,7 @@ SPEC CHECKSUMS:
react-native-cameraroll: 4701ae7c3dbcd3f5e9e150ca17f250a276154b35
react-native-mmkv: e97c0c79403fb94577e5d902ab1ebd42b0715b43
react-native-safe-area-context: 0ee144a6170530ccc37a0fd9388e28d06f516a89
react-native-skia: 787a5145bd719269182bcc1ad311d36ab56affaa
react-native-skia: d368ae81d61c0253df36106ea76324b5a5519ddc
react-native-video: c26780b224543c62d5e1b2a7244a5cd1b50e8253
react-native-worklets-core: ff2156b19b8f4a979fa0db52659e39a755b1454b
React-NativeModulesApple: b6868ee904013a7923128892ee4a032498a1024a
Expand Down Expand Up @@ -713,4 +713,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 66976ac26c778d788a06e6c1bab624e6a1233cdd

COCOAPODS: 1.14.3
COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion package/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@react-native-community/blur": "^4.3.2",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@shopify/react-native-skia": "^1.2.1",
"@shopify/react-native-skia": "^1.2.3",
"react": "^18.2.0",
"react-native": "^0.72.3",
"react-native-gesture-handler": "^2.12.1",
Expand Down
8 changes: 4 additions & 4 deletions package/example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1709,10 +1709,10 @@
dependencies:
nanoid "^3.1.23"

"@shopify/react-native-skia@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@shopify/react-native-skia/-/react-native-skia-1.2.1.tgz#9aa8a91ec0855230001e21194f771974d7de26c4"
integrity sha512-uTvii22umQHFgLty/K6w4yzuu3Xe6w9n6oa6+297FddCS1iZqQrk5XvOrQIYzFz+ycgI1RLtoWjL9bKrA9Hdjw==
"@shopify/react-native-skia@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@shopify/react-native-skia/-/react-native-skia-1.2.3.tgz#d87efd01c362b69f62375ce950c30e453586d6f9"
integrity sha512-gyUD/HGsMyZ+YAoWxVh24HYN5juwC/dZWINL/0sKP7Ttee/0igCRxWPneH1BbVH28dhyf+tvksQNUwpMM3VWbg==
dependencies:
canvaskit-wasm "0.39.1"
react-reconciler "0.27.0"
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@react-native/eslint-config": "^0.72.2",
"@react-native/typescript-config": "^0.74.0",
"@release-it/conventional-changelog": "^7.0.0",
"@shopify/react-native-skia": "^1.2.1",
"@shopify/react-native-skia": "^1.2.3",
"@types/react": "^18.2.19",
"@types/react-native": "^0.72.2",
"eslint": "^8.46.0",
Expand Down
8 changes: 4 additions & 4 deletions package/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2000,10 +2000,10 @@
conventional-recommended-bump "^8.0.0"
semver "^7.5.4"

"@shopify/react-native-skia@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@shopify/react-native-skia/-/react-native-skia-1.2.1.tgz#9aa8a91ec0855230001e21194f771974d7de26c4"
integrity sha512-uTvii22umQHFgLty/K6w4yzuu3Xe6w9n6oa6+297FddCS1iZqQrk5XvOrQIYzFz+ycgI1RLtoWjL9bKrA9Hdjw==
"@shopify/react-native-skia@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@shopify/react-native-skia/-/react-native-skia-1.2.3.tgz#d87efd01c362b69f62375ce950c30e453586d6f9"
integrity sha512-gyUD/HGsMyZ+YAoWxVh24HYN5juwC/dZWINL/0sKP7Ttee/0igCRxWPneH1BbVH28dhyf+tvksQNUwpMM3VWbg==
dependencies:
canvaskit-wasm "0.39.1"
react-reconciler "0.27.0"
Expand Down

0 comments on commit 6237718

Please sign in to comment.