From 6b5e9d1621d87278d45b8ca6ea30a47d6ca5cf96 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 09:45:04 +0000 Subject: [PATCH] Build(deps): Bump @capacitor/core from 2.1.0 to 2.2.0 Bumps [@capacitor/core](https://github.com/ionic-team/capacitor) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/2.1.0...2.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e1073ef..c53f4c97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1164,9 +1164,9 @@ } }, "@capacitor/core": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-2.1.0.tgz", - "integrity": "sha512-KIDj067PGaNSIODqzDp99vPs7CVpx+SRVrfgcQ9MNvpTUFsnDx/taRixbucizj8lLH2mhK12dH/4TjU7eqXQ4A==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-2.2.0.tgz", + "integrity": "sha512-ClxXjOUCF0wZpznZI6f6uXK2LLzWBx5Ly/g7Hqu8R8wNdaKYoh83eMuT+m5G1gfxhcALAAJNUhHccnCW3ohftg==", "requires": { "tslib": "^1.9.0" } diff --git a/package.json b/package.json index 1b6b155a..e5ae710a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "dependencies": { "@apollo/client": "3.0.0-beta.49", "@capacitor/cli": "2.1.0", - "@capacitor/core": "2.1.0", + "@capacitor/core": "2.2.0", "@fullhuman/postcss-purgecss": "2.1.2", "@ionic/react": "5.1.0", "@ionic/react-router": "5.1.0",