diff --git a/package-lock.json b/package-lock.json index bb47179b7..1416b1179 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,6 @@ "markdown-it-link-attributes": "^4.0.1", "markdown-it-task-checkbox": "^1.0.6", "moment": "^2.30.1", - "nextcloud-vue-collections": "^0.13.0", "p-queue": "^8.0.1", "url-search-params-polyfill": "^8.2.5", "vue": "^2.7.15", @@ -14771,11 +14770,6 @@ "version": "4.17.21", "license": "MIT" }, - "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" - }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", @@ -16249,25 +16243,6 @@ "resolved": "https://registry.npmjs.org/nested-property/-/nested-property-4.0.0.tgz", "integrity": "sha512-yFehXNWRs4cM0+dz7QxCd06hTbWbSkV0ISsqBfkntU6TOY4Qm3Q88fRRLOddkGh2Qq6dZvnKVAahfhjcUvLnyA==" }, - "node_modules/nextcloud-vue-collections": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.13.0.tgz", - "integrity": "sha512-J5n2Kf9h/HVKFM0YdcHnNcbbqSossq7ocQwC9fHFs87/5iKgkUMPmVmla6uTKZHUKYCNnKSJtG7pDOWD4AP47A==", - "dependencies": { - "@nextcloud/axios": "^2.5.0", - "@nextcloud/l10n": "^3.1.0", - "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^8.12.0", - "lodash-es": "^4.17.21" - }, - "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" - }, - "peerDependencies": { - "vue": "^2.7.16" - } - }, "node_modules/node-addon-api": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", diff --git a/package.json b/package.json index 2dbd1db6e..7ea1c49fc 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,6 @@ "markdown-it-link-attributes": "^4.0.1", "markdown-it-task-checkbox": "^1.0.6", "moment": "^2.30.1", - "nextcloud-vue-collections": "^0.13.0", "p-queue": "^8.0.1", "url-search-params-polyfill": "^8.2.5", "vue": "^2.7.15", diff --git a/src/components/CollaborationView.vue b/src/components/CollaborationView.vue index 7cc4737c6..1fa06ad65 100644 --- a/src/components/CollaborationView.vue +++ b/src/components/CollaborationView.vue @@ -5,7 +5,7 @@