react-native-userleap 2.18.1 → 2.18.2

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.
@@ -1 +1 @@
1
- #Tue Feb 18 12:21:51 CST 2025
1
+ #Tue Mar 11 13:11:12 CDT 2025
@@ -80,5 +80,5 @@ repositories {
80
80
  dependencies {
81
81
  //noinspection GradleDynamicVersion
82
82
  implementation 'com.facebook.react:react-native:+' // From node_modules
83
- implementation ("com.userleap:userleap-android-sdk:2.17.6") // update this version on android updates
83
+ implementation ("com.userleap:userleap-android-sdk:2.17.7") // update this version on android updates
84
84
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-userleap",
3
- "version": "2.18.1",
3
+ "version": "2.18.2",
4
4
  "description": "React Native module for UserLeap",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -32,15 +32,15 @@
32
32
  },
33
33
  "license": "SEE LICENSE IN LICENSE.md",
34
34
  "devDependencies": {
35
- "@babel/core": "^7.12.9",
36
- "@babel/runtime": "^7.12.5",
35
+ "@babel/core": "^7.20.0",
36
+ "@babel/runtime": "^7.20.0",
37
37
  "@react-native-community/eslint-config": "^2.0.0",
38
38
  "babel-jest": "^29.7.0",
39
- "eslint": "^7.32.0",
39
+ "eslint": "^8.19.0",
40
40
  "jest": "^29.7.0",
41
- "metro-react-native-babel-preset": "^0.67.0",
42
- "react": "17.0.2",
41
+ "metro-react-native-babel-preset": "^0.76.9",
42
+ "react": "^18.2.0",
43
43
  "react-native": "0.75.2",
44
- "react-test-renderer": "17.0.2"
44
+ "react-test-renderer": "^18.0.0"
45
45
  }
46
46
  }
@@ -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.23.7"
22
+ s.dependency "UserLeapKit", "4.23.9"
23
23
  end