From b8ad348d73ff64d3ee6d8448a59961486954759c Mon Sep 17 00:00:00 2001 From: Manuel Leduc Date: Tue, 25 Jun 2024 15:06:08 +0200 Subject: [PATCH] CRISTAL-215: Attachments listing is possible Fix a cyclic dependency to self package. --- core/extra-tabs/extra-tabs-ui/package.json | 1 - pnpm-lock.yaml | 3 --- 2 files changed, 4 deletions(-) diff --git a/core/extra-tabs/extra-tabs-ui/package.json b/core/extra-tabs/extra-tabs-ui/package.json index 4e2267138..852bdcd22 100644 --- a/core/extra-tabs/extra-tabs-ui/package.json +++ b/core/extra-tabs/extra-tabs-ui/package.json @@ -24,7 +24,6 @@ "dependencies": { "@xwiki/cristal-api": "workspace:*", "@xwiki/cristal-extra-tabs-api": "workspace:*", - "@xwiki/cristal-extra-tabs-ui": "workspace:*", "vue": "3.4.29" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 038de96dd..0f7c10ca1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -279,9 +279,6 @@ importers: '@xwiki/cristal-extra-tabs-api': specifier: workspace:* version: link:../extra-tabs-api - '@xwiki/cristal-extra-tabs-ui': - specifier: workspace:* - version: 'link:' vue: specifier: 3.4.29 version: 3.4.29(typescript@5.5.2)