@castleio/react-native-castle 2.0.2 → 2.0.5

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.
@@ -125,5 +125,5 @@ dependencies {
125
125
  // noinspection GradleDynamicVersion
126
126
  api 'com.facebook.react:react-native:+'
127
127
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
128
- api 'io.castle.android:castle:3.0.2'
128
+ api 'io.castle.android:castle:3.0.3'
129
129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@castleio/react-native-castle",
3
- "version": "2.0.2",
3
+ "version": "2.0.5",
4
4
  "description": "Castle SDK for React Native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -51,7 +51,7 @@
51
51
  "devDependencies": {
52
52
  "@commitlint/config-conventional": "^11.0.0",
53
53
  "@react-native-community/eslint-config": "^2.0.0",
54
- "@release-it/conventional-changelog": "^2.0.0",
54
+ "@release-it/conventional-changelog": "^5.0.0",
55
55
  "@types/jest": "^26.0.0",
56
56
  "@types/react": "^16.9.19",
57
57
  "@types/react-native": "0.62.13",
@@ -64,9 +64,9 @@
64
64
  "pod-install": "^0.1.0",
65
65
  "prettier": "^2.0.5",
66
66
  "react": "16.13.1",
67
- "react-native": "0.63.4",
68
- "react-native-builder-bob": "^0.17.1",
69
- "release-it": "^14.2.2",
67
+ "react-native": "^0.69.0",
68
+ "react-native-builder-bob": "^0.18.3",
69
+ "release-it": "^15.1.0",
70
70
  "typescript": "^4.1.0"
71
71
  },
72
72
  "peerDependencies": {
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,swift}"
17
17
 
18
18
  s.dependency "React-Core"
19
- s.dependency "Castle", "3.0.3"
19
+ s.dependency "Castle", "3.0.5"
20
20
  end