From 6a363f16b6e2340cf28024c4c856177bde135faa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 10:35:53 +0000 Subject: [PATCH] Bump @nextcloud/vue from 2.0.0 to 2.1.0 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ddc2b2a5..bfd871ca9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4974,12 +4974,13 @@ } }, "@nextcloud/vue": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.0.0.tgz", - "integrity": "sha512-Y8OmsRHvskpRbfcBXUy8U6+Ctl8kyWK8qHkmsi1kWL85l0262OxcTA9BU/Qh9vAn9sqTrT7skXRAVnQckO4y0A==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.1.0.tgz", + "integrity": "sha512-x6reE5GSk/exYuGPCqkw8ITWBDGfBkenTyNYRZYmyw1XLEW8M7UQgQc1EaYY3mhcIanf3aix8q9Rad7kK6nmoQ==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", + "@nextcloud/dialogs": "^1.3.0", "@nextcloud/event-bus": "^1.1.4", "@nextcloud/l10n": "^1.2.3", "@nextcloud/router": "^1.0.2", diff --git a/package.json b/package.json index ec5447914..46224df16 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nextcloud/l10n": "^1.3.0", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.1.0", - "@nextcloud/vue": "^2.0.0", + "@nextcloud/vue": "^2.1.0", "blueimp-md5": "^2.16.0", "dompurify": "^2.0.11", "lodash": "^4.17.15",