Skip to content

Commit d6688aa

Browse files
Merge pull request #702 from BranchMetrics/gdeluna-branch/SDK-1351-2
Update dependencies
2 parents 63e9c4c + 82b938b commit d6688aa

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 12 additions & 12 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.1",
5+
"version": "5.0.2",
66
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
77
"repository": {
88
"type": "git",
@@ -56,22 +56,22 @@
5656
},
5757
"dependencies": {
5858
"fs": "0.0.1-security",
59-
"glob": "^7.1.4",
59+
"glob": "^7.2.0",
6060
"mkpath": "^1.0.0",
61-
"node-version-compare": "^1.0.1",
62-
"plist": "^3.0.1",
63-
"shelljs": "^0.8.3",
64-
"xcode": "^2.0.0",
65-
"xml2js": "^0.4.19"
61+
"node-version-compare": "^1.0.3",
62+
"plist": "^3.0.4",
63+
"shelljs": "^0.8.5",
64+
"xcode": "^2.1.0",
65+
"xml2js": "^0.4.23"
6666
},
6767
"devDependencies": {
6868
"@commitlint/cli": "^8.3.5",
6969
"@commitlint/config-conventional": "^8.3.4",
7070
"eslint": "^6.8.0",
71-
"eslint-config-airbnb-base": "^14.1.0",
72-
"eslint-plugin-import": "^2.20.2",
73-
"husky": "^4.2.5",
74-
"lint-staged": "^10.1.7",
75-
"prettier": "^2.0.5"
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"
7676
}
7777
}

plugin.xml

Lines changed: 1 addition & 1 deletion
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.1">
27+
version="5.0.2">
2828

2929
<!-- Description -->
3030
<name>branch-cordova-sdk</name>

0 commit comments

Comments
 (0)