From 609b03009dfd6205ee75b60dfc95b6c3b1a125ee Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 10 Jan 2026 23:03:43 -0800 Subject: [PATCH] =?UTF-8?q?fix(codebase):=20=F0=9F=90=9B=20resolve=20dupli?= =?UTF-8?q?cate=20package.json=20imports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/merchant/backend-api/Dockerfile.e2e | 2 ++ package.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/features/merchant/backend-api/Dockerfile.e2e b/features/merchant/backend-api/Dockerfile.e2e index 132d47eb7..73852269f 100644 --- a/features/merchant/backend-api/Dockerfile.e2e +++ b/features/merchant/backend-api/Dockerfile.e2e @@ -17,6 +17,7 @@ WORKDIR /app # Copy workspace root files for pnpm workspace resolution COPY package.json pnpm-workspace.yaml pnpm-lock.yaml ./ COPY .npmrc ./ +COPY tsconfig.base.json ./ # Copy merchant backend-api package COPY features/merchant/backend-api ./features/merchant/backend-api @@ -48,6 +49,7 @@ WORKDIR /app # Copy package files for runtime dependencies COPY package.json pnpm-workspace.yaml pnpm-lock.yaml ./ COPY .npmrc ./ +COPY tsconfig.base.json ./ COPY features/merchant/backend-api/package.json ./features/merchant/backend-api/ # Copy workspace packages diff --git a/package.json b/package.json index 0b820a6b5..6af9e77cb 100644 --- a/package.json +++ b/package.json @@ -278,9 +278,9 @@ }, "devDependencies": { "@eslint/js": "^9.17.0", - "@lilith/configs": "^1.3.0", - "@lilith/eslint-plugin-file-length": "^1.0.1", - "@lilith/eslint-plugin-import-alias": "^1.0.1", + "@lilith/configs": "^1.4.0", + "@lilith/eslint-plugin-file-length": "^1.0.9", + "@lilith/eslint-plugin-import-alias": "^1.0.2", "@lilith/playwright-e2e-docker": "^2.0.0", "@playwright/test": "^1.57.0", "@types/chrome": "^0.1.28",