Skip to content

Commit 8c3ee31

Browse files
committed
chore: Update to ContextSDK 5.3.0
1 parent bd9b137 commit 8c3ee31

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

example/ios/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- boost (1.84.0)
3-
- ContextSDK (4.7.0)
3+
- ContextSDK (5.3.0)
44
- DoubleConversion (1.1.6)
55
- FBLazyVector (0.75.2)
66
- fmt (9.1.0)
@@ -1238,8 +1238,8 @@ PODS:
12381238
- ReactCommon/turbomodule/bridging
12391239
- ReactCommon/turbomodule/core
12401240
- Yoga
1241-
- react-native-context-sdk (4.7.0):
1242-
- ContextSDK (= 4.7.0)
1241+
- react-native-context-sdk (5.3.0):
1242+
- ContextSDK (= 5.3.0)
12431243
- DoubleConversion
12441244
- glog
12451245
- hermes-engine
@@ -1726,7 +1726,7 @@ EXTERNAL SOURCES:
17261726

17271727
SPEC CHECKSUMS:
17281728
boost: 4cb898d0bf20404aab1850c656dcea009429d6c1
1729-
ContextSDK: 236b175153ac3377d245fc5044a4c542b3692d0c
1729+
ContextSDK: eaa34daf1960e78f780ff69b0ca78baf8d9bd39f
17301730
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
17311731
FBLazyVector: 38bb611218305c3bc61803e287b8a81c6f63b619
17321732
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
@@ -1761,7 +1761,7 @@ SPEC CHECKSUMS:
17611761
React-logger: 8db32983d75dc2ad54f278f344ccb9b256e694fc
17621762
React-Mapbuffer: db173bede5ac5cb1c82d4a6a8597477ba87c5648
17631763
React-microtasksnativemodule: 0c1d7b6f26fbeae097279569cf2430255fa3d3a9
1764-
react-native-context-sdk: 7f1ef22c4a7ad91ecacb7b23956f055ae2a13e58
1764+
react-native-context-sdk: 11adaae2fb795a474e3911dbc74ed5e0d24c2e1f
17651765
React-nativeconfig: 5fc2b05a590eb704128f5a4fc8ea6fa7b847e6e8
17661766
React-NativeModulesApple: 88313414ddffd1758f76042733e8f0297acfd502
17671767
React-perflogger: 8a360ccf603de6ddbe9ff8f54383146d26e6c936

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-context-sdk",
3-
"version": "5.2.2",
3+
"version": "5.3.0",
44
"description": "ContextSDK for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)