Skip to content

Commit

Permalink
Merge pull request #702 from BranchMetrics/gdeluna-branch/SDK-1351-2
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
gdeluna-branch authored Feb 10, 2022
2 parents 63e9c4c + 82b938b commit d6688aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "branch-cordova-sdk",
"description": "Branch Metrics Cordova SDK",
"main": "src/index.js",
"version": "5.0.1",
"version": "5.0.2",
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,22 +56,22 @@
},
"dependencies": {
"fs": "0.0.1-security",
"glob": "^7.1.4",
"glob": "^7.2.0",
"mkpath": "^1.0.0",
"node-version-compare": "^1.0.1",
"plist": "^3.0.1",
"shelljs": "^0.8.3",
"xcode": "^2.0.0",
"xml2js": "^0.4.19"
"node-version-compare": "^1.0.3",
"plist": "^3.0.4",
"shelljs": "^0.8.5",
"xcode": "^2.1.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"husky": "^4.2.5",
"lint-staged": "^10.1.7",
"prettier": "^2.0.5"
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.2",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"prettier": "^2.5.1"
}
}
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="branch-cordova-sdk"
version="5.0.1">
version="5.0.2">

<!-- Description -->
<name>branch-cordova-sdk</name>
Expand Down

0 comments on commit d6688aa

Please sign in to comment.