File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717 s . private_header_files = "ios/**/*.h"
1818
1919 # Load Iterables iOS SDK as a dependency
20- s . dependency "Iterable-iOS-SDK" , "6.6.1 "
20+ s . dependency "Iterable-iOS-SDK" , "6.6.3 "
2121
2222 # Basic Swift support
2323 s . pod_target_xcconfig = {
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
105105dependencies {
106106 implementation " com.facebook.react:react-android"
107107 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
108- api " com.iterable:iterableapi:3.6.1 "
108+ api " com.iterable:iterableapi:3.6.2 "
109109 // api project(":iterableapi") // links to local android SDK repo rather than by release
110110}
111111
Original file line number Diff line number Diff line change 6969 "devDependencies" : {
7070 "@commitlint/config-conventional" : " ^19.6.0" ,
7171 "@evilmartians/lefthook" : " ^1.5.0" ,
72+ "@react-native-community/cli" : " 18.0.0" ,
7273 "@react-native/babel-preset" : " 0.79.3" ,
7374 "@react-native/eslint-config" : " 0.79.3" ,
7475 "@react-native/metro-config" : " 0.79.3" ,
Original file line number Diff line number Diff line change @@ -1979,6 +1979,7 @@ __metadata:
19791979 dependencies :
19801980 " @commitlint/config-conventional " : ^19.6.0
19811981 " @evilmartians/lefthook " : ^1.5.0
1982+ " @react-native-community/cli " : 18.0.0
19821983 " @react-native/babel-preset " : 0.79.3
19831984 " @react-native/eslint-config " : 0.79.3
19841985 " @react-native/metro-config " : 0.79.3
You can’t perform that action at this time.
0 commit comments