From d1763d193617301222801f882aaca37bab51737e Mon Sep 17 00:00:00 2001 From: Tatjana Kaschperko Lindt Date: Tue, 3 Dec 2024 12:26:43 +0100 Subject: [PATCH] IONOS(build): remove original "@mdi/js", "@mdi/svg", vue-material-design-icons" dependencies they are linked further to custom libraries. no need to installthem twice. Signed-off-by: Tatjana Kaschperko Lindt --- package-lock.json | 4 +--- package.json | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index eae6fce7b66d2..ae9aada8dc260 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,6 @@ "license": "AGPL-3.0-or-later", "dependencies": { "@chenfengyuan/vue-qrcode": "^1.0.2", - "@mdi/js": "^7.4.47", - "@mdi/svg": "^7.4.47", "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/browser-storage": "^0.4.0", @@ -80,7 +78,6 @@ "vue-frag": "^1.4.2", "vue-infinite-loading": "^2.4.5", "vue-localstorage": "^0.6.2", - "vue-material-design-icons": "^5.0.0", "vue-router": "^3.6.5", "vuedraggable": "^2.24.3", "vuex": "^3.6.2", @@ -205,6 +202,7 @@ "license": "Apache-2.0" }, "custom-npms/nc-nextcloud-vue": { + "name": "@nextcloud/vue", "version": "8.20.0", "license": "AGPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 7586277b88623..bad5474eb6b75 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,6 @@ "license": "AGPL-3.0-or-later", "dependencies": { "@chenfengyuan/vue-qrcode": "^1.0.2", - "@mdi/js": "^7.4.47", - "@mdi/svg": "^7.4.47", "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/browser-storage": "^0.4.0", @@ -108,7 +106,6 @@ "vue-frag": "^1.4.2", "vue-infinite-loading": "^2.4.5", "vue-localstorage": "^0.6.2", - "vue-material-design-icons": "^5.0.0", "vue-router": "^3.6.5", "vuedraggable": "^2.24.3", "vuex": "^3.6.2",