From 874eaed47fd689ae343e0901f6caefae6fd365bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 16:28:21 +0000 Subject: [PATCH] chore(deps): bump @capacitor/core from 3.0.2 to 3.3.3 Bumps [@capacitor/core](https://github.com/ionic-team/capacitor) from 3.0.2 to 3.3.3. - [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.3) --- 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..40fb9a092 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.3", "@capacitor/haptics": "1.0.2", "@capacitor/keyboard": "1.0.2", "@ionic/react": "^5.6.10",