From e9d0638c391bea5a8b544cec4e4296f826591374 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 13:32:31 +0000 Subject: [PATCH] build: bump @capacitor/cli from 1.5.1 to 2.2.0 Bumps [@capacitor/cli](https://github.com/ionic-team/capacitor) from 1.5.1 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/1.5.1...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 1b1717f..ebe9ded 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.2.0", + "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-2.2.0.tgz", + "integrity": "sha512-JyqBixUOIfJ1FEuT6v9B9yoejL1+Y7tk/eTiKXs4wUOSb2RTwbXUfy4CozteaY72UP9TvvL+duXk3qeyny7/vQ==", "dev": true, "requires": { "chalk": "^2.3.0", diff --git a/package.json b/package.json index 16b9171..9edf0dd 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.2.0", "@stencil/core": "^1.11.2", "@types/jest": "24.0.20", "@types/puppeteer": "1.19.0",