From 094556a4f1b73b01156acaf21c6d51cd3342f3a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 28 Mar 2019 07:27:36 +0000 Subject: [PATCH] Bump nextcloud-vue from 0.8.0 to 0.9.4 in /js Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.8.0 to 0.9.4. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.8.0...v0.9.4) Signed-off-by: dependabot[bot] --- js/package-lock.json | 7 ++++--- js/package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index c396c845e..ee7c19d08 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -5144,9 +5144,9 @@ } }, "nextcloud-vue": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.8.0.tgz", - "integrity": "sha512-6qXcWTgtrbM4W1AjyHSWn0cHOFm/Q39A//OibrY7M332orQnDvCrDoGloUUOW6+vbXJarI+L7t7scL6mkRw4Qg==", + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.4.tgz", + "integrity": "sha512-sXqHs02kWHfoY5H1Hm7fZUWqFSvTSIebWp+Wvc8U0RImDsabcKfybqZ3/JUne/Sv2WzQrM99sPyoGpF80Z7ujQ==", "requires": { "hammerjs": "^2.0.8", "md5": "^2.2.1", @@ -5155,6 +5155,7 @@ "vue": "^2.6.7", "vue-click-outside": "^1.0.7", "vue-multiselect": "^2.1.3", + "vue-visible": "^1.0.2", "vue2-datepicker": "^2.10.0" } }, diff --git a/js/package.json b/js/package.json index 030b028ba..d5746fdce 100644 --- a/js/package.json +++ b/js/package.json @@ -17,7 +17,7 @@ "markdown-it": "^8.4.2", "markdown-it-link-target": "^1.0.2", "nextcloud-axios": "^0.1.3", - "nextcloud-vue": "^0.8.0", + "nextcloud-vue": "^0.9.4", "nextcloud-vue-collections": "^0.2.2", "ng-infinite-scroll": "^1.3.0", "ng-sortable": "^1.3.8",