From dfe6b4dd7a4e8b5ffc9bc84f0409a67b739309aa Mon Sep 17 00:00:00 2001 From: Kieran Osgood Date: Fri, 19 Sep 2025 14:49:58 +0100 Subject: [PATCH] fix: remove merge conflict from expo54 fix --- .../checkout-sheet-kit/RNShopifyCheckoutSheetKit.podspec | 6 ------ modules/@shopify/checkout-sheet-kit/package.json | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/modules/@shopify/checkout-sheet-kit/RNShopifyCheckoutSheetKit.podspec b/modules/@shopify/checkout-sheet-kit/RNShopifyCheckoutSheetKit.podspec index 430a236a..004f03b9 100644 --- a/modules/@shopify/checkout-sheet-kit/RNShopifyCheckoutSheetKit.podspec +++ b/modules/@shopify/checkout-sheet-kit/RNShopifyCheckoutSheetKit.podspec @@ -42,11 +42,5 @@ Pod::Spec.new do |s| "OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", "CLANG_CXX_LANGUAGE_STANDARD" => "c++17" } - - s.dependency "React-Codegen" - s.dependency "RCT-Folly" - s.dependency "RCTRequired" - s.dependency "RCTTypeSafety" - s.dependency "ReactCommon/turbomodule/core" end end diff --git a/modules/@shopify/checkout-sheet-kit/package.json b/modules/@shopify/checkout-sheet-kit/package.json index e83f89ea..95762fe8 100644 --- a/modules/@shopify/checkout-sheet-kit/package.json +++ b/modules/@shopify/checkout-sheet-kit/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/checkout-sheet-kit", "license": "MIT", - "version": "3.3.2", + "version": "3.3.3", "main": "lib/commonjs/index.js", "types": "src/index.ts", "source": "src/index.ts",