react-native-userleap 3.2.0 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,6 +76,6 @@ dependencies {
76
76
  if (findProject(':userleap-android-sdk') != null) {
77
77
  implementation project(':userleap-android-sdk')
78
78
  } else {
79
- implementation ("com.userleap:userleap-android-sdk:2.26.1") // update this version on android updates
79
+ implementation ("com.userleap:userleap-android-sdk:2.26.2") // update this version on android updates
80
80
  }
81
81
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-userleap",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "description": "React Native module for UserLeap",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -33,9 +33,9 @@
33
33
  "babel-jest": "29.7.0",
34
34
  "eslint": "7.32.0",
35
35
  "jest": "29.7.0",
36
- "@react-native/babel-preset": "^0.81.0",
37
- "react": "19.1.0",
38
- "react-native": "0.81.0",
36
+ "@react-native/babel-preset": "^0.83.0",
37
+ "react": "19.2.0",
38
+ "react-native": "0.83.0",
39
39
  "react-test-renderer": "18.2.0"
40
40
  },
41
41
  "overrides": {
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
19
  s.requires_arc = true
20
20
 
21
21
  s.dependency "React"
22
- s.dependency "UserLeapKit", "4.32.2"
22
+ s.dependency "UserLeapKit", "4.32.3"
23
23
  end