diff --git a/Gemfile.lock b/Gemfile.lock index 7a8469e7..c22a2d9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,11 +5,18 @@ GEM base64 nkf rexml - activesupport (7.0.8) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.2.1) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) algoliasearch (1.27.5) @@ -17,13 +24,15 @@ GEM json (>= 1.5.1) atomos (0.1.3) base64 (0.2.0) + benchmark (0.4.0) + bigdecimal (3.1.9) claide (1.1.0) - cocoapods (1.12.1) + cocoapods (1.16.2) addressable (~> 2.8) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.12.1) + cocoapods-core (= 1.16.2) cocoapods-deintegrate (>= 1.0.3, < 2.0) - cocoapods-downloader (>= 1.6.0, < 2.0) + cocoapods-downloader (>= 2.1, < 3.0) cocoapods-plugins (>= 1.0.0, < 2.0) cocoapods-search (>= 1.0.0, < 2.0) cocoapods-trunk (>= 1.6.0, < 2.0) @@ -35,8 +44,8 @@ GEM molinillo (~> 0.8.0) nap (~> 1.0) ruby-macho (>= 2.3.0, < 3.0) - xcodeproj (>= 1.21.0, < 2.0) - cocoapods-core (1.12.1) + xcodeproj (>= 1.27.0, < 2.0) + cocoapods-core (1.16.2) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) @@ -47,7 +56,7 @@ GEM public_suffix (~> 4.0) typhoeus (~> 1.0) cocoapods-deintegrate (1.0.5) - cocoapods-downloader (1.6.3) + cocoapods-downloader (2.1) cocoapods-plugins (1.0.0) nap cocoapods-search (1.0.1) @@ -57,6 +66,8 @@ GEM cocoapods-try (1.2.0) colored2 (3.1.2) concurrent-ruby (1.3.5) + connection_pool (2.5.0) + drb (2.2.1) escape (0.0.4) ethon (0.16.0) ffi (>= 1.15.0) @@ -67,7 +78,8 @@ GEM httpclient (2.8.3) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.9.1) + json (2.10.1) + logger (1.6.6) minitest (5.25.4) molinillo (0.8.0) nanaimo (0.4.0) @@ -75,8 +87,9 @@ GEM netrc (0.11.0) nkf (0.2.0) public_suffix (4.0.7) - rexml (3.4.0) + rexml (3.4.1) ruby-macho (2.5.1) + securerandom (0.4.1) typhoeus (1.4.1) ethon (>= 0.9.0) tzinfo (2.0.6) @@ -93,11 +106,11 @@ PLATFORMS ruby DEPENDENCIES - activesupport (= 7.0.8) - cocoapods (~> 1.12.1) + activesupport (~> 7.2) + cocoapods (~> 1.16) RUBY VERSION - ruby 2.7.5p203 + ruby 3.3.4p94 BUNDLED WITH 2.1.4 diff --git a/android/build.gradle b/android/build.gradle index a06f6aae..e0beb8cf 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -69,5 +69,5 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" // From node_modules implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '20.2.+')}" - implementation 'io.intercom.android:intercom-sdk:15.13.+' + implementation 'io.intercom.android:intercom-sdk:15.14.+' } diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 10bd5985..a251abad 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -4,9 +4,9 @@ PODS: - FBLazyVector (0.74.0) - fmt (9.1.0) - glog (0.3.5) - - Intercom (18.5.0) - - intercom-react-native (8.2.0): - - Intercom (~> 18.5.0) + - Intercom (18.6.1) + - intercom-react-native (8.3.0): + - Intercom (~> 18.6.1) - React-Core - RCT-Folly (2024.01.01.00): - boost @@ -1313,8 +1313,8 @@ SPEC CHECKSUMS: FBLazyVector: 026c8f4ae67b06e088ae01baa2271ef8a26c0e8c fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120 glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2 - Intercom: d745ef2351c8c5d90c2c86756bdf32ca58059b23 - intercom-react-native: 511f30d73fbdc07f8c731c446e55c597009348ed + Intercom: e0b4c525b646ec91a7044136057956937a5798c9 + intercom-react-native: 452b614d67d2cb3aac5929d925f6fd3b188254e8 RCT-Folly: 5f972de9f7d384c7d0e7380dd7da506228e568f5 RCTDeprecation: 3ca8b6c36bfb302e1895b72cfe7db0de0c92cd47 RCTRequired: 9fc183af555fd0c89a366c34c1ae70b7e03b1dc5 diff --git a/intercom-react-native.podspec b/intercom-react-native.podspec index 8613007e..2195b08e 100644 --- a/intercom-react-native.podspec +++ b/intercom-react-native.podspec @@ -18,5 +18,5 @@ Pod::Spec.new do |s| s.resource_bundles = { 'IntercomFramework' => ['ios/assets/*'] } s.dependency "React-Core" - s.dependency "Intercom", '~> 18.5.0' + s.dependency "Intercom", '~> 18.6.1' end diff --git a/package.json b/package.json index 120a054d..92dc1e52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intercom/intercom-react-native", - "version": "8.2.0", + "version": "8.3.0", "description": "React Native wrapper to bridge our iOS and Android SDK", "main": "lib/commonjs/index", "module": "lib/module/index",