Skip to content

Commit

Permalink
fix(deps): update capacitor monorepo to v2.4.1 (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Sep 23, 2020
1 parent b467ccb commit e45e7f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions src-capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"author": "Jabster28 <justynboyer@gmail.com>",
"private": true,
"dependencies": {
"@capacitor/android": "2.4.0",
"@capacitor/cli": "2.4.0",
"@capacitor/core": "2.4.0"
"@capacitor/android": "2.4.1",
"@capacitor/cli": "2.4.1",
"@capacitor/core": "2.4.1"
}
}
26 changes: 13 additions & 13 deletions src-capacitor/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# yarn lockfile v1


"@capacitor/android@2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@capacitor/android/-/android-2.4.0.tgz#e75b01b5ce5b60f4ef400c7867e81fd2c1782b47"
integrity sha512-5sJicZjtuBRgtmBuV1kvWnIjlu7bnw2TGGp62UXf0ZrjvMUCYSFHBqIHZ8neffW7a3xM5cdGMUlxJ+HfA9ntAg==

"@capacitor/cli@2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@capacitor/cli/-/cli-2.4.0.tgz#f4b46d894eb0147fab2f2ed88dfd843baa9bf19d"
integrity sha512-zThbRb83odSVhPfGmR6dAsNx4yDKSJ6N11eClh5NGYiY4UR4uMoE0QicU0VSp+n62ggONmQjQl9Zhadl7ZQHwQ==
"@capacitor/android@2.4.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@capacitor/android/-/android-2.4.1.tgz#db1a7fd5f2244b47f72a61aa508e7bf875ee0493"
integrity sha512-y2KHTuD1SPiibYou8x84Aio54ZyG9LWNCoIcrjgiFM8FlIDdp2FuW4yP17KA8ORDfj37yWI+IRzKa+t/M7Jy3Q==

"@capacitor/cli@2.4.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@capacitor/cli/-/cli-2.4.1.tgz#38128a3422994c14c47bdf45ff8b70fdc0714fc3"
integrity sha512-YIHUskNghoCD5/CE35f+AYWJTSPiVcGq2gxCTDWHTfBDCb21CtD7c7kQV7Q1zae90aeFrpNBU8UXi4CxTx4cUQ==
dependencies:
chalk "^2.3.0"
commander "^4.1.1"
Expand All @@ -24,10 +24,10 @@
which "^1.3.0"
xml2js "^0.4.19"

"@capacitor/core@2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@capacitor/core/-/core-2.4.0.tgz#5f3741153d87901e5c14c9037b6634bd24df5e77"
integrity sha512-zL+3yKjLNkU6QwIB/Fp9rg+qDLsO44/ibrIgaZZRXcDCwScwanjXCgco/jXQl3jGFcZzanm59wKhMcJr9xQH0Q==
"@capacitor/core@2.4.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@capacitor/core/-/core-2.4.1.tgz#d47db023d4b98fd62f8f829d2a046d0c1f0e5352"
integrity sha512-/OTDYTztAri04SNC+pIsSiIVG8ryjKkt3kG+aupoiHI1xankLJxGbcw5Z3aVZmhmMmJpk2nda2LC9Kc3Y0bA2w==
dependencies:
tslib "^1.9.0"

Expand Down

0 comments on commit e45e7f1

Please sign in to comment.