judokit-react-native 6.4.0 → 6.6.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.
@@ -13,7 +13,7 @@ buildscript {
13
13
  }
14
14
 
15
15
  dependencies {
16
- classpath "com.android.tools.build:gradle:8.7.2"
16
+ classpath "com.android.tools.build:gradle:8.11.0"
17
17
  // noinspection DifferentKotlinGradleVersion
18
18
  classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${getExtOrDefault('kotlinVersion')}"
19
19
  }
@@ -1,6 +1,6 @@
1
1
  JudoKitReactNative_kotlinVersion=2.1.21
2
2
  JudoKitReactNative_minSdkVersion=24
3
- JudoKitReactNative_targetSdkVersion=35
4
- JudoKitReactNative_compileSdkVersion=35
3
+ JudoKitReactNative_targetSdkVersion=36
4
+ JudoKitReactNative_compileSdkVersion=36
5
5
  JudoKitReactNative_ndkversion=27.1.12297006
6
- JudoKitReactNative_judoKitAndroidVersion=6.2.0
6
+ JudoKitReactNative_judoKitAndroidVersion=7.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "judokit-react-native",
3
- "version": "6.4.0",
3
+ "version": "6.6.0",
4
4
  "description": "A React Native module for the Judopay native SDKs to process payments on iOS and Android.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -63,8 +63,8 @@
63
63
  "@commitlint/config-conventional": "^20.4.1",
64
64
  "@evilmartians/lefthook": "^2.1.0",
65
65
  "@react-native-community/cli": "^19.0.0",
66
- "@react-native/babel-preset": "^0.80.0",
67
- "@react-native/eslint-config": "^0.80.0",
66
+ "@react-native/babel-preset": "^0.81.0",
67
+ "@react-native/eslint-config": "^0.81.0",
68
68
  "@types/jest": "^29.5.14",
69
69
  "del-cli": "^5.1.0",
70
70
  "eslint": "^8.57.0",
@@ -72,19 +72,19 @@
72
72
  "eslint-plugin-prettier": "^5.1.3",
73
73
  "jest": "^29.7.0",
74
74
  "prettier": "^3.5.2",
75
- "react": "^19.0.0",
76
- "react-native": "0.80.0",
75
+ "react": "^19.1.4",
76
+ "react-native": "0.81",
77
77
  "react-native-builder-bob": "^0.40.13",
78
78
  "typescript": "^5.7.3"
79
79
  },
80
80
  "peerDependencies": {
81
81
  "react": "*",
82
- "react-native": ">=0.80"
82
+ "react-native": ">=0.81"
83
83
  },
84
84
  "workspaces": [
85
85
  "example"
86
86
  ],
87
- "packageManager": "yarn@4.13.0",
87
+ "packageManager": "yarn@4.17.1",
88
88
  "engines": {
89
89
  "node": ">= 18.0.0"
90
90
  },