From a680fc1e1c6ce00b3df18c589a98c95b0e80ec7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Apr 2019 13:47:40 +0000 Subject: [PATCH] Bump nextcloud-vue-collections from 0.2.2 to 0.4.0 in /js Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.2.2 to 0.4.0. - [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases) - [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.2.2...v0.4.0) Signed-off-by: dependabot[bot] --- js/package-lock.json | 28 +++++----------------------- js/package.json | 2 +- 2 files changed, 6 insertions(+), 24 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index 74098e194..8a78f857b 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -4732,8 +4732,7 @@ "lodash": { "version": "4.17.11", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", - "dev": true + "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" }, "lodash.debounce": { "version": "4.0.8", @@ -5190,34 +5189,17 @@ } }, "nextcloud-vue-collections": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.2.2.tgz", - "integrity": "sha512-7gL8fuI6EeoihGvnT+qMN/HUeWxtdYvHQgCSNqroWMOt99fxcLGi/EntNvozbF8zMO1RgvrRnY3Y6NxM1BLwmA==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.4.0.tgz", + "integrity": "sha512-UxgormIFW4CD9dUsobRzIuQt1PQXkT+EI2KCp1CoAiJiurzf5yO9BmmS3gN9lWZa1+EZvLqljapvAlyntWwX6Q==", "requires": { + "lodash": "^4.17.11", "nextcloud-axios": "^0.1.2", "nextcloud-vue": "^0.9.0", "v-tooltip": "^2.0.0-rc.33", "vue": "^2.6.6", "vue-click-outside": "^1.0.7", "vuex": "^3.1.0" - }, - "dependencies": { - "nextcloud-vue": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.3.tgz", - "integrity": "sha512-Z5i1oaDsyGz6JR50Q3uwftP12INMokIIcdx8PqjZgc6HpzX05CaJ6z8SqJsahscYZKRGpy4DCZT3ejrvZcxyWg==", - "requires": { - "hammerjs": "^2.0.8", - "md5": "^2.2.1", - "nextcloud-axios": "^0.1.3", - "v-tooltip": "^2.0.0-rc.33", - "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" - } - } } }, "ng-infinite-scroll": { diff --git a/js/package.json b/js/package.json index 73afc253f..eab1f92ab 100644 --- a/js/package.json +++ b/js/package.json @@ -18,7 +18,7 @@ "markdown-it-link-target": "^1.0.2", "nextcloud-axios": "^0.1.3", "nextcloud-vue": "^0.9.5", - "nextcloud-vue-collections": "^0.2.2", + "nextcloud-vue-collections": "^0.4.0", "ng-infinite-scroll": "^1.3.0", "ng-sortable": "^1.3.8", "ui-select": "^0.19.8",