From c874d89e14789599e54a8b1c63027ac3947338fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 08:16:40 +0000 Subject: [PATCH] Bump @nextcloud/vue-dashboard from 1.1.0 to 2.0.1 Bumps [@nextcloud/vue-dashboard](https://github.com/nextcloud/nextcloud-vue-dashboard) from 1.1.0 to 2.0.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue-dashboard/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue-dashboard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue-dashboard/compare/v1.1.0...v2.0.1) Signed-off-by: dependabot[bot] --- package-lock.json | 50 ++++------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 47 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e0d5ae654..56543e3b43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3448,55 +3448,13 @@ } }, "@nextcloud/vue-dashboard": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue-dashboard/-/vue-dashboard-1.1.0.tgz", - "integrity": "sha512-fs/2Tw+DgTAOgXj/0W9LtX7zLvPJin1EwCzpPvbzUaFOpExC2LWQTw1sUmwy+sJDVpwxAFgm+FXjdQwMKUzVXg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue-dashboard/-/vue-dashboard-2.0.1.tgz", + "integrity": "sha512-eLzdK8Ey5rrs3D6i2OAA5jkZ6lklrAbfnRgL40tZLIJ+MEKvRuPOjwrzhJKxHgVp3rU1rEgkaaPvSNXRVGS1mQ==", "requires": { - "@nextcloud/vue": "^2.3.0", + "@nextcloud/vue": "^3.1.1", "core-js": "^3.6.4", "vue": "^2.6.11" - }, - "dependencies": { - "@nextcloud/vue": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.9.0.tgz", - "integrity": "sha512-OaddUORB2MdrXtmqnXJlbftYMGBBX339utLe2b4jz2qaT/IvvaTmwet6qSl/736upLaJveIoPrdyn3FZea5CUg==", - "requires": { - "@nextcloud/auth": "^1.2.3", - "@nextcloud/axios": "^1.3.2", - "@nextcloud/browser-storage": "^0.1.1", - "@nextcloud/capabilities": "^1.0.2", - "@nextcloud/dialogs": "^3.0.0", - "@nextcloud/event-bus": "^1.1.4", - "@nextcloud/l10n": "^1.2.3", - "@nextcloud/router": "^1.0.2", - "core-js": "^3.6.5", - "debounce": "1.2.0", - "emoji-mart-vue-fast": "^7.0.7", - "escape-html": "^1.0.3", - "hammerjs": "^2.0.8", - "linkifyjs": "~2.1.9", - "md5": "^2.2.1", - "regenerator-runtime": "^0.13.5", - "string-length": "^4.0.1", - "striptags": "^3.1.1", - "tributejs": "^5.1.3", - "v-click-outside": "^3.0.1", - "v-tooltip": "^2.0.3", - "vue": "^2.6.11", - "vue-color": "^2.7.1", - "vue-multiselect": "^2.1.6", - "vue-visible": "^1.0.2", - "vue2-datepicker": "^3.6.2" - }, - "dependencies": { - "debounce": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.0.tgz", - "integrity": "sha512-mYtLl1xfZLi1m4RtQYlZgJUNQjl4ZxVnHzIR8nLLgi4q1YT8o/WM+MK/f8yfcc9s5Ir5zRaPZyZU6xs1Syoocg==" - } - } - } } }, "@nicolo-ribaudo/chokidar-2": { diff --git a/package.json b/package.json index 9cb4601a3a..2ee71d7ff2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/paths": "^1.1.2", "@nextcloud/router": "^1.1.0", "@nextcloud/vue": "^3.10.0", - "@nextcloud/vue-dashboard": "^1.1.0", + "@nextcloud/vue-dashboard": "^2.0.1", "autosize": "^4.0.2", "backbone": "^1.4.0", "blueimp-md5": "^2.18.0",