Skip to content

Commit da9b6c4

Browse files
committed
📦 Package: Update react-native-ios-utilities
1 parent 7e1093b commit da9b6c4

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

example/ios/IosContextMenuExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
buildSettings = {
484484
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
485485
CLANG_ENABLE_MODULES = YES;
486-
CURRENT_PROJECT_VERSION = 149;
486+
CURRENT_PROJECT_VERSION = 152;
487487
DEVELOPMENT_TEAM = ZC7A6XV8GR;
488488
ENABLE_BITCODE = NO;
489489
INFOPLIST_FILE = IosContextMenuExample/Info.plist;
@@ -515,7 +515,7 @@
515515
buildSettings = {
516516
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
517517
CLANG_ENABLE_MODULES = YES;
518-
CURRENT_PROJECT_VERSION = 149;
518+
CURRENT_PROJECT_VERSION = 152;
519519
DEVELOPMENT_TEAM = ZC7A6XV8GR;
520520
INFOPLIST_FILE = IosContextMenuExample/Info.plist;
521521
INFOPLIST_KEY_CFBundleDisplayName = "RNIContextMenu Example";

example/ios/IosContextMenuExample/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>149</string>
26+
<string>152</string>
2727
<key>LSRequiresIPhoneOS</key>
2828
<true/>
2929
<key>NSAppTransportSecurity</key>

example/ios/IosContextMenuExampleTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>149</string>
22+
<string>152</string>
2323
</dict>
2424
</plist>

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ PODS:
12421242
- ReactCommon/turbomodule/bridging
12431243
- ReactCommon/turbomodule/core
12441244
- Yoga
1245-
- react-native-ios-context-menu (3.0.0-7):
1245+
- react-native-ios-context-menu (3.0.0-10):
12461246
- ContextMenuAuxiliaryPreview (~> 0.5)
12471247
- DGSwiftUtilities
12481248
- DoubleConversion
@@ -2008,7 +2008,7 @@ SPEC CHECKSUMS:
20082008
React-logger: 8db32983d75dc2ad54f278f344ccb9b256e694fc
20092009
React-Mapbuffer: 1c08607305558666fd16678b85ef135e455d5c96
20102010
React-microtasksnativemodule: f13f03163b6a5ec66665dfe80a0df4468bb766a6
2011-
react-native-ios-context-menu: d66a2d0476dcc5e1950cf33c291c2e489913027c
2011+
react-native-ios-context-menu: 966329b6e57beaf09dcb51cb18e50cac8c4b16e4
20122012
react-native-ios-utilities: 20c09a0d0665752733e50550e82563e64fb6ef2f
20132013
react-native-safe-area-context: f1fda705dfe14355f41933debb5932887e234cc5
20142014
React-nativeconfig: 57781b79e11d5af7573e6f77cbf1143b71802a6d

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"react": "18.3.1",
9494
"react-native": "0.75.2",
9595
"react-native-builder-bob": "^0.30.0",
96-
"react-native-ios-utilities": ">=5.0.0-46",
96+
"react-native-ios-utilities": ">=5.0.0-47",
9797
"release-it": "^15.0.0",
9898
"turbo": "^1.10.7",
9999
"typescript": "^5.2.2"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11581,7 +11581,7 @@ __metadata:
1158111581
react: 18.3.1
1158211582
react-native: 0.75.2
1158311583
react-native-builder-bob: ^0.30.0
11584-
react-native-ios-utilities: ">=5.0.0-46"
11584+
react-native-ios-utilities: ">=5.0.0-47"
1158511585
release-it: ^15.0.0
1158611586
turbo: ^1.10.7
1158711587
typescript: ^5.2.2
@@ -11602,13 +11602,13 @@ __metadata:
1160211602
languageName: node
1160311603
linkType: hard
1160411604

11605-
"react-native-ios-utilities@npm:>=5.0.0-46":
11606-
version: 5.0.0-46
11607-
resolution: "react-native-ios-utilities@npm:5.0.0-46"
11605+
"react-native-ios-utilities@npm:>=5.0.0-47":
11606+
version: 5.0.0-47
11607+
resolution: "react-native-ios-utilities@npm:5.0.0-47"
1160811608
peerDependencies:
1160911609
react: "*"
1161011610
react-native: "*"
11611-
checksum: b86e355945bf3fbe54a3f8e0f5430f680baf2c8c274512432b75fd703beecf24974a24729899c0458760677baaf52e86888572c3c00fea13545aa393f72371ec
11611+
checksum: f3eed798177ecb6b434bf1d4afebbf02acc2f0cc0aa046c01c0f5d5c63eb5b320b3a67127b737766fb9ebc6b64ad46a652b7f5d45be8f37b4962673dd3506a94
1161211612
languageName: node
1161311613
linkType: hard
1161411614

0 commit comments

Comments
 (0)