summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-05-22 11:47:32 +0200
committerJulius Härtl <jus@bitgrid.net>2019-05-22 11:48:06 +0200
commit0197448b853d08f38249de213b98af2cf1214fda (patch)
tree3629b30daba15c9a02c9ea18aad4443e8001dce9
parent738ab1a0a0996f0f2757a7b8d7fb7f2ba98ad7c3 (diff)
downloadnextcloud-server-0197448b853d08f38249de213b98af2cf1214fda.tar.gz
nextcloud-server-0197448b853d08f38249de213b98af2cf1214fda.zip
Bump nextcloud-vue-collections
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--apps/files_sharing/src/collaborationresources.js3
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
3 files changed, 6 insertions, 5 deletions
diff --git a/apps/files_sharing/src/collaborationresources.js b/apps/files_sharing/src/collaborationresources.js
index 8fd0004f897..d95f3676374 100644
--- a/apps/files_sharing/src/collaborationresources.js
+++ b/apps/files_sharing/src/collaborationresources.js
@@ -21,15 +21,16 @@
*/
import Vue from 'vue';
+import Vuex from 'vuex';
import { PopoverMenu } from 'nextcloud-vue';
import ClickOutside from 'vue-click-outside';
import { VTooltip } from 'v-tooltip';
Vue.prototype.t = t;
-
Vue.component('PopoverMenu', PopoverMenu);
Vue.directive('ClickOutside', ClickOutside);
Vue.directive('Tooltip', VTooltip);
+Vue.use(Vuex);
import View from './views/CollaborationView';
diff --git a/package-lock.json b/package-lock.json
index f866f057171..b784ea7de53 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4858,9 +4858,9 @@
}
},
"nextcloud-vue-collections": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.5.0.tgz",
- "integrity": "sha512-YEt9k4aykFozTSjdPzjPYKfL6UErTyjeVzShLDbH13wVvO4bicV69QXmxi0r+mihUTe46jCJxp3Fh8JwKwj8nw==",
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.5.2.tgz",
+ "integrity": "sha512-trqoV2cPhjwelzqE5bhxm6jBDdE9IxrPo1EXjebEBNB3GXT76cL0BpxVf/lZQYXQ6ylKxbLL4tPwEFUT0scyxw==",
"requires": {
"lodash": "^4.17.11",
"nextcloud-axios": "^0.1.2",
diff --git a/package.json b/package.json
index 2bbee8ff026..90dedb2d2d9 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"nextcloud-axios": "^0.1.3",
"nextcloud-password-confirmation": "^0.4.1",
"nextcloud-vue": "^0.11.3",
- "nextcloud-vue-collections": "^0.5.0",
+ "nextcloud-vue-collections": "^0.5.2",
"snap.js": "^2.0.9",
"strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8",
"underscore": "^1.9.1",