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.
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -1
- package/android/build.gradle +1 -1
- package/package.json +7 -7
- package/react-native-userleap.podspec +1 -1
- package/ios/UserleapBindings.xcworkspace/xcuserdata/earl.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
#Tue
|
|
1
|
+
#Tue Mar 11 13:11:12 CDT 2025
|
package/android/build.gradle
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
36
|
-
"@babel/runtime": "^7.
|
|
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": "^
|
|
39
|
+
"eslint": "^8.19.0",
|
|
40
40
|
"jest": "^29.7.0",
|
|
41
|
-
"metro-react-native-babel-preset": "^0.
|
|
42
|
-
"react": "
|
|
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": "
|
|
44
|
+
"react-test-renderer": "^18.0.0"
|
|
45
45
|
}
|
|
46
46
|
}
|