From 57a859acfaefea0082e80494a15742c8a6cdd707 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 12:55:24 +0000 Subject: [PATCH] Build(deps): Bump @capacitor/core from 2.1.0 to 2.2.1 Bumps [@capacitor/core](https://github.com/ionic-team/capacitor) from 2.1.0 to 2.2.1. - [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.1) 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..828cc03c 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.1", + "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-2.2.1.tgz", + "integrity": "sha512-Qbx+4woY24Ixb74zizaKAJur/gpFDwdZAZbZtXIc5yNhyaD13XLyqwLm5LTI1CKw7Vc7xoENUaWLqNQYtr6v2g==", "requires": { "tslib": "^1.9.0" } diff --git a/package.json b/package.json index 1b6b155a..fcd2ba08 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.1", "@fullhuman/postcss-purgecss": "2.1.2", "@ionic/react": "5.1.0", "@ionic/react-router": "5.1.0",