From 4660a8c4d8ee3392c90775e4b828f95b281c630d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 16:46:58 +0000 Subject: [PATCH] chore(deps): bump @capacitor/core from 3.0.2 to 3.3.2 Bumps [@capacitor/core](https://github.com/ionic-team/capacitor) from 3.0.2 to 3.3.2. - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/3.0.2...3.3.2) --- updated-dependencies: - dependency-name: "@capacitor/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/mobile/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mobile/package.json b/packages/mobile/package.json index db304c920..f7338a383 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@capacitor/app": "1.0.2", - "@capacitor/core": "3.0.2", + "@capacitor/core": "3.3.2", "@capacitor/haptics": "1.0.2", "@capacitor/keyboard": "1.0.2", "@ionic/react": "^5.6.10",