diff --git a/package-lock.json b/package-lock.json index 4fde9d304..c3e3a774d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1897,6 +1897,14 @@ "@babel/plugin-transform-typescript": "^7.6.0" } }, + "@babel/runtime": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.3.tgz", + "integrity": "sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==", + "requires": { + "regenerator-runtime": "^0.13.2" + } + }, "@babel/template": { "version": "7.4.4", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz", @@ -2869,6 +2877,25 @@ } } }, + "@nextcloud/vue": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.1.0.tgz", + "integrity": "sha512-SGWrNTalT/59vElPnPJZ0xQb9sui1yq5fKRiIA2w81NlAK9JQGq+ADeqdVb8sciVnLGobQJ1qERhpo3pIyOhaQ==", + "requires": { + "@babel/polyfill": "^7.4.4", + "@nextcloud/axios": "^0.4.0", + "escape-html": "^1.0.3", + "hammerjs": "^2.0.8", + "md5": "^2.2.1", + "v-click-outside": "^2.1.4", + "v-tooltip": "^2.0.0-rc.33", + "vue": "^2.6.7", + "vue-color": "^2.7.0", + "vue-multiselect": "^2.1.3", + "vue-visible": "^1.0.2", + "vue2-datepicker": "^2.10.0" + } + }, "@types/babel__core": { "version": "7.1.2", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.2.tgz", @@ -12382,7 +12409,7 @@ "dependencies": { "minimist": { "version": "0.0.10", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=", "dev": true }, diff --git a/package.json b/package.json index 61c42dea5..7b8fd9b48 100644 --- a/package.json +++ b/package.json @@ -27,11 +27,12 @@ }, "dependencies": { "@babel/polyfill": "^7.7.0", + "@babel/runtime": "^7.6.3", "@nextcloud/l10n": "^0.2.1", "@nextcloud/router": "^0.1.0", + "@nextcloud/vue": "^1.1.0", "nextcloud-axios": "^0.2.1", "nextcloud-server": "^0.15.10", - "nextcloud-vue": "^0.12.7", "nextcloud-vue-collections": "^0.6.0", "vue": "^2.6.7", "vue-click-outside": "^1.0.7", diff --git a/src/components/CollaborationView.vue b/src/components/CollaborationView.vue index ee1fc1d5a..babda933b 100644 --- a/src/components/CollaborationView.vue +++ b/src/components/CollaborationView.vue @@ -30,7 +30,7 @@