File tree Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " branch-cordova-sdk" ,
3
3
"description" : " Branch Metrics Cordova SDK" ,
4
4
"main" : " src/index.js" ,
5
- "version" : " 5.0.2 " ,
5
+ "version" : " 5.1.0 " ,
6
6
"homepage" : " https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking" ,
7
7
"repository" : {
8
8
"type" : " git" ,
55
55
]
56
56
},
57
57
"dependencies" : {
58
- "fs" : " 0.0.1-security" ,
59
- "glob" : " ^7.2.0" ,
58
+ "glob" : " ^8.0.3" ,
60
59
"mkpath" : " ^1.0.0" ,
61
60
"node-version-compare" : " ^1.0.3" ,
62
- "plist" : " ^3.0.4 " ,
61
+ "plist" : " ^3.0.5 " ,
63
62
"shelljs" : " ^0.8.5" ,
64
- "xcode" : " ^2.1.0 " ,
63
+ "xcode" : " ^3.0.1 " ,
65
64
"xml2js" : " ^0.4.23"
66
65
},
67
66
"devDependencies" : {
68
- "@commitlint/cli" : " ^8.3.5 " ,
69
- "@commitlint/config-conventional" : " ^8.3.4 " ,
70
- "eslint" : " ^6.8 .0" ,
71
- "eslint-config-airbnb-base" : " ^14.2.1 " ,
72
- "eslint-plugin-import" : " ^2.25.2 " ,
73
- "husky" : " ^4.3.8 " ,
74
- "lint-staged" : " ^10.5.4 " ,
75
- "prettier" : " ^2.5.1 "
67
+ "@commitlint/cli" : " ^17.0.1 " ,
68
+ "@commitlint/config-conventional" : " ^17.0.0 " ,
69
+ "eslint" : " ^8.16 .0" ,
70
+ "eslint-config-airbnb-base" : " ^15.0.0 " ,
71
+ "eslint-plugin-import" : " ^2.26.0 " ,
72
+ "husky" : " ^8.0.1 " ,
73
+ "lint-staged" : " ^12.4.2 " ,
74
+ "prettier" : " ^2.6.2 "
76
75
}
77
76
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SOFTWARE.
24
24
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
25
25
xmlns : android =" http://schemas.android.com/apk/res/android"
26
26
id =" branch-cordova-sdk"
27
- version =" 5.0.2 " >
27
+ version =" 5.1.0 " >
28
28
29
29
<!-- Description -->
30
30
<name >branch-cordova-sdk</name >
@@ -63,7 +63,7 @@ SOFTWARE.
63
63
<!-- Manifest configuration is done via a js script. We should move it to this config in the future. -->
64
64
65
65
<source-file src =" src/android/io/branch/BranchSDK.java" target-dir =" src/io/branch" />
66
- <framework src =" io.branch.sdk.android:library:5.0.15 " />
66
+ <framework src =" io.branch.sdk.android:library:5.1.4 " />
67
67
</platform >
68
68
69
69
<!-- iOS -->
@@ -87,7 +87,7 @@ SOFTWARE.
87
87
<source url =" https://cdn.cocoapods.org/" />
88
88
</config >
89
89
<pods >
90
- <pod name =" Branch" spec =" ~> 1.40.2 " />
90
+ <pod name =" Branch" spec =" ~> 1.41.0 " />
91
91
</pods >
92
92
</podspec >
93
93
</platform >
You can’t perform that action at this time.
0 commit comments