Bump nextcloud-vue-collections

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-05-22 11:47:32 +02:00
parent 738ab1a0a0
commit 0197448b85
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
3 changed files with 6 additions and 5 deletions

View File

@ -21,15 +21,16 @@
*/ */
import Vue from 'vue'; import Vue from 'vue';
import Vuex from 'vuex';
import { PopoverMenu } from 'nextcloud-vue'; import { PopoverMenu } from 'nextcloud-vue';
import ClickOutside from 'vue-click-outside'; import ClickOutside from 'vue-click-outside';
import { VTooltip } from 'v-tooltip'; import { VTooltip } from 'v-tooltip';
Vue.prototype.t = t; Vue.prototype.t = t;
Vue.component('PopoverMenu', PopoverMenu); Vue.component('PopoverMenu', PopoverMenu);
Vue.directive('ClickOutside', ClickOutside); Vue.directive('ClickOutside', ClickOutside);
Vue.directive('Tooltip', VTooltip); Vue.directive('Tooltip', VTooltip);
Vue.use(Vuex);
import View from './views/CollaborationView'; import View from './views/CollaborationView';

6
package-lock.json generated
View File

@ -4858,9 +4858,9 @@
} }
}, },
"nextcloud-vue-collections": { "nextcloud-vue-collections": {
"version": "0.5.0", "version": "0.5.2",
"resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.5.0.tgz", "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.5.2.tgz",
"integrity": "sha512-YEt9k4aykFozTSjdPzjPYKfL6UErTyjeVzShLDbH13wVvO4bicV69QXmxi0r+mihUTe46jCJxp3Fh8JwKwj8nw==", "integrity": "sha512-trqoV2cPhjwelzqE5bhxm6jBDdE9IxrPo1EXjebEBNB3GXT76cL0BpxVf/lZQYXQ6ylKxbLL4tPwEFUT0scyxw==",
"requires": { "requires": {
"lodash": "^4.17.11", "lodash": "^4.17.11",
"nextcloud-axios": "^0.1.2", "nextcloud-axios": "^0.1.2",

View File

@ -44,7 +44,7 @@
"nextcloud-axios": "^0.1.3", "nextcloud-axios": "^0.1.3",
"nextcloud-password-confirmation": "^0.4.1", "nextcloud-password-confirmation": "^0.4.1",
"nextcloud-vue": "^0.11.3", "nextcloud-vue": "^0.11.3",
"nextcloud-vue-collections": "^0.5.0", "nextcloud-vue-collections": "^0.5.2",
"snap.js": "^2.0.9", "snap.js": "^2.0.9",
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8",
"underscore": "^1.9.1", "underscore": "^1.9.1",