Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Oct 30, 2023
1 parent f4d5f90 commit 38a1529
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ PODS:
- React-Core
- RNDeviceInfo (10.3.1):
- React-Core
- RNFlashList (1.6.2):
- RNFlashList (1.4.3):
- React-Core
- RNGestureHandler (2.9.0):
- React-Core
Expand Down Expand Up @@ -464,7 +464,7 @@ PODS:
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.27.0):
- RNScreens (3.19.0):
- React-Core
- React-RCTImage
- RNSVG (13.10.0):
Expand Down Expand Up @@ -834,10 +834,10 @@ SPEC CHECKSUMS:
RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6
RNCPicker: 0bc2f0a29abcca7b7ed44a2d036aac9ab6d25700
RNDeviceInfo: 468a7cd19ad2b6697bab25c8baebf22c0603cb7c
RNFlashList: 1983f915ae34e9253e413f31387959590d102f5e
RNFlashList: ade81b4e928ebd585dd492014d40fb8d0e848aab
RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39
RNReanimated: bec7736122a268883bdede07f1bf9cf4b40158db
RNScreens: 2b19e2471db8a581c83f381f4ea5d43071c9a3bf
RNScreens: ea4cd3a853063cda19a4e3c28d2e52180c80f4eb
RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9
RNSyanImagePicker: 5c650d33f16f7cd59c47d9269f6c4856b30d7616
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Expand All @@ -848,4 +848,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 33c6b5e10c0d29609f5a0d4e9eed3341df22dc9b

COCOAPODS: 1.11.2
COCOAPODS: 1.14.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@react-native-community/slider": "~4.3.2",
"@react-native-masked-view/masked-view": "~0.2.7",
"@react-native-picker/picker": "~2.4.2",
"@shopify/flash-list": "^1.3.1",
"@shopify/flash-list": "~1.4.1",
"@shopify/react-native-skia": "^0.1.197",
"@tarojs/components": "3.6.18",
"@tarojs/components-rn": "3.6.18",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3205,10 +3205,10 @@
component-type "^1.2.1"
join-component "^1.1.0"

"@shopify/flash-list@^1.3.1":
version "1.6.2"
resolved "https://registry.yarnpkg.com/@shopify/flash-list/-/flash-list-1.6.2.tgz#5e10e3659fe95dba3f50d595f45b990b31dff55e"
integrity sha512-8wcri0z/6Skv9y0bDOOVERMEoi+51saNSAMMRXmImJKgWb/jSI1FJeUSlzrw+RLUlgKndwcwVlqFvPuX5xpq8g==
"@shopify/flash-list@~1.4.1":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@shopify/flash-list/-/flash-list-1.4.3.tgz#b7a4fe03d64f3c5ce9646859b49b9d95307f203d"
integrity sha512-jtIReAbwWzYBV0dQ6Io9wBX+pD0C4qQFMrb5/fkEvX8PYDgBl5KRYvpfr9WLLj8CV2Jsn1X0mYOsB+ysWrI/8g==
dependencies:
recyclerlistview "4.2.0"
tslib "2.4.0"
Expand Down

0 comments on commit 38a1529

Please sign in to comment.