Skip to content

Commit

Permalink
chore(deps): bump @shopify/flash-list from 1.7.1 to 1.7.2 in /native (#…
Browse files Browse the repository at this point in the history
…2532)

* chore(deps): bump @shopify/flash-list from 1.7.1 to 1.7.2 in /native

Bumps [@shopify/flash-list](https://github.com/Shopify/flash-list) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/Shopify/flash-list/releases)
- [Changelog](https://github.com/Shopify/flash-list/blob/main/CHANGELOG.md)
- [Commits](Shopify/flash-list@v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: "@shopify/flash-list"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update pod file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nigel Breslaw <[email protected]>
  • Loading branch information
dependabot[bot] and NigelBreslaw authored Nov 23, 2024
1 parent f4479a6 commit 19fe089
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
10 changes: 8 additions & 2 deletions native/ios/GuardianGhost.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,10 @@
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
Expand Down Expand Up @@ -531,7 +534,10 @@
);
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down
4 changes: 2 additions & 2 deletions native/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1874,7 +1874,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNFlashList (1.7.1):
- RNFlashList (1.7.2):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2525,7 +2525,7 @@ SPEC CHECKSUMS:
ReactCodegen: ae99a130606068ed40d1d9c0d5f25fda142a0647
ReactCommon: 89c87b343deacc8610b099ac764848f0ce937e3e
RNCAsyncStorage: 597673c6086d359029afefef8fd5859f1f35ab87
RNFlashList: 6f169ad83e52579b7754cbbcec1b004c27d82c93
RNFlashList: 2af1645548006fe5e4586c8c3d7e84f060a5478f
RNGestureHandler: fc5ce5bf284640d3af6431c3a5c3bc121e98d045
RNReanimated: 77242c6d67416988a2fd9f5cf574bb3e60016362
RNScreens: 44a3e358d5ccd7815c5ae9148988c562826992b2
Expand Down
2 changes: 1 addition & 1 deletion native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@rn-primitives/slot": "1.1.0",
"@rn-primitives/types": "1.1.0",
"@sentry/react-native": "6.1.0",
"@shopify/flash-list": "1.7.1",
"@shopify/flash-list": "1.7.2",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"eslint": "9.15.0",
Expand Down
10 changes: 5 additions & 5 deletions native/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19fe089

Please sign in to comment.