From ea3d6df950732f0d59a171ee10655f7fe56b7c4c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 13:59:35 +0000 Subject: [PATCH] build: bump @capacitor/cli from 1.5.1 to 2.1.1 Bumps [@capacitor/cli](https://github.com/ionic-team/capacitor) from 1.5.1 to 2.1.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/1.5.1...2.1.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 1b1717f..ea00b41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -242,9 +242,9 @@ } }, "@capacitor/cli": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-1.5.1.tgz", - "integrity": "sha512-PXAEwrtQy67++Yv8879HLk1cr2EYtfJ80dcfyP5H4f04/hybyk3/rhWRJn25N+EG2NRJIU/E/PMRrQh+Mqn6JQ==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-2.1.1.tgz", + "integrity": "sha512-LlZl/gCjPD4M5rjON3zsTkdcrZfN4VUnY7EAiv3oZ2PBO0RdGTGC+z5LL9g4iRpMUrqrYiG8IHnH/5Oz4XcWKg==", "dev": true, "requires": { "chalk": "^2.3.0", diff --git a/package.json b/package.json index 16b9171..2a737bd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@ionic/core": "^5.0.6" }, "devDependencies": { - "@capacitor/cli": "^1.3.0", + "@capacitor/cli": "^2.1.1", "@stencil/core": "^1.11.2", "@types/jest": "24.0.20", "@types/puppeteer": "1.19.0",