Skip to content

Commit cbb06db

Browse files
committed
Update dependencies
1 parent d6688aa commit cbb06db

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "branch-cordova-sdk",
33
"description": "Branch Metrics Cordova SDK",
44
"main": "src/index.js",
5-
"version": "5.0.2",
5+
"version": "5.1.0",
66
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
77
"repository": {
88
"type": "git",
@@ -55,23 +55,22 @@
5555
]
5656
},
5757
"dependencies": {
58-
"fs": "0.0.1-security",
59-
"glob": "^7.2.0",
58+
"glob": "^8.0.3",
6059
"mkpath": "^1.0.0",
6160
"node-version-compare": "^1.0.3",
62-
"plist": "^3.0.4",
61+
"plist": "^3.0.5",
6362
"shelljs": "^0.8.5",
64-
"xcode": "^2.1.0",
63+
"xcode": "^3.0.1",
6564
"xml2js": "^0.4.23"
6665
},
6766
"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"
7675
}
7776
}

plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOFTWARE.
2424
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2525
xmlns:android="http://schemas.android.com/apk/res/android"
2626
id="branch-cordova-sdk"
27-
version="5.0.2">
27+
version="5.1.0">
2828

2929
<!-- Description -->
3030
<name>branch-cordova-sdk</name>
@@ -63,7 +63,7 @@ SOFTWARE.
6363
<!-- Manifest configuration is done via a js script. We should move it to this config in the future. -->
6464

6565
<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"/>
6767
</platform>
6868

6969
<!-- iOS -->
@@ -87,7 +87,7 @@ SOFTWARE.
8787
<source url="https://cdn.cocoapods.org/"/>
8888
</config>
8989
<pods>
90-
<pod name="Branch" spec="~> 1.40.2" />
90+
<pod name="Branch" spec="~> 1.41.0" />
9191
</pods>
9292
</podspec>
9393
</platform>

0 commit comments

Comments
 (0)