From 4e514d3a7608722d83b4e1726ff991269b4f7677 Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 2 Jan 2026 03:09:32 -0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependencies=20an?= =?UTF-8?q?d=20workspace=20configurations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add @lilith/i18n to frontend packages - Add image-security dev dependencies - Update pnpm-lock.yaml - Remove queue-infrastructure from tsconfig references 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../image-security/package.json | 5 + features/landing/frontend-public/package.json | 4 +- .../marketplace/frontend-public/package.json | 4 +- features/profile/frontend-app/package.json | 2 +- .../frontend-public/package.json | 2 +- package.json | 3 +- pnpm-lock.yaml | 151 +++++++----------- tsconfig.base.json | 1 - 8 files changed, 68 insertions(+), 104 deletions(-) diff --git a/@packages/@infrastructure/image-security/package.json b/@packages/@infrastructure/image-security/package.json index 181068d92..685e1bb06 100644 --- a/@packages/@infrastructure/image-security/package.json +++ b/@packages/@infrastructure/image-security/package.json @@ -17,6 +17,11 @@ "require": "./dist/validation/index.cjs" } }, + "typesVersions": { + "*": { + "validation": ["./dist/validation/index.d.ts"] + } + }, "scripts": { "build": "tsup", "dev": "tsup --watch", diff --git a/features/landing/frontend-public/package.json b/features/landing/frontend-public/package.json index 07f87ec83..2a9de278e 100644 --- a/features/landing/frontend-public/package.json +++ b/features/landing/frontend-public/package.json @@ -53,7 +53,7 @@ "@lilith/ui-glassmorphism": "^1.0.0", "@lilith/ui-interactive-grid": "^1.0.0", "@lilith/ui-motion": "^1.0.0", - "@lilith/ui-theme": "^1.0.0", + "@lilith/ui-theme": "^1.0.4", "@lilith/ui-themes": "^1.0.0", "@lilith/ui-zname": "^1.0.0", "@tanstack/query-core": "^5.90.12", @@ -77,8 +77,8 @@ }, "devDependencies": { "@lilith/config": "workspace:*", - "@lilith/playwright-e2e-docker": "^2.0.0", "@lilith/configs": "^1.0.3", + "@lilith/playwright-e2e-docker": "^2.0.0", "@lilith/test-utils": "workspace:*", "@playwright/test": "^1.56.1", "@testing-library/jest-dom": "^6.9.1", diff --git a/features/marketplace/frontend-public/package.json b/features/marketplace/frontend-public/package.json index 81c15057b..b957daef1 100644 --- a/features/marketplace/frontend-public/package.json +++ b/features/marketplace/frontend-public/package.json @@ -19,6 +19,7 @@ "@lilith/api-client": "workspace:*", "@lilith/attributes-admin": "workspace:*", "@lilith/auth-provider": "workspace:*", + "@lilith/i18n": "workspace:*", "@lilith/marketplace-shared": "workspace:*", "@lilith/plugin-booking": "workspace:*", "@lilith/plugin-payment": "workspace:*", @@ -29,13 +30,14 @@ "@lilith/ui-forms": "^1.0.1", "@lilith/ui-map": "^1.0.0", "@lilith/ui-primitives": "^1.1.1", - "@lilith/ui-theme": "^1.0.3", + "@lilith/ui-theme": "^1.0.4", "@lilith/websocket-client": "workspace:*", "@tanstack/react-query": "^5.0.0", "dompurify": "^3.0.0", "lucide-react": "^0.460.0", "react": "^18.3.0", "react-dom": "^18.3.0", + "react-i18next": "^15.0.0", "react-router-dom": "^7.0.0", "styled-components": "^6.0.0", "zustand": "^5.0.0" diff --git a/features/profile/frontend-app/package.json b/features/profile/frontend-app/package.json index a6af168f1..2281ddc6b 100644 --- a/features/profile/frontend-app/package.json +++ b/features/profile/frontend-app/package.json @@ -24,7 +24,7 @@ "@lilith/feature-flags": "workspace:*", "@lilith/types": "workspace:*", "@lilith/ui-primitives": "^1.1.0", - "@lilith/ui-theme": "^1.0.0", + "@lilith/ui-theme": "^1.0.4", "@lilith/ui-typography": "^1.0.0", "@tanstack/react-query": "^5.90.12", "react": "^18.0.0", diff --git a/features/status-dashboard/frontend-public/package.json b/features/status-dashboard/frontend-public/package.json index 1d346a5b9..0802ca23c 100644 --- a/features/status-dashboard/frontend-public/package.json +++ b/features/status-dashboard/frontend-public/package.json @@ -16,7 +16,7 @@ "dependencies": { "@lilith/health-client": "workspace:*", "@lilith/ui-primitives": "^1.1.1", - "@lilith/ui-theme": "^1.0.0", + "@lilith/ui-theme": "^1.0.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^7.11.0", diff --git a/package.json b/package.json index f184903bb..4b2324654 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,8 @@ "pnpm": { "overrides": { "reflect-metadata": "^0.2.2", - "@lilith/queue": "^1.2.0" + "@lilith/queue": "^1.2.2", + "@lilith/ui-theme": "^1.0.4" } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 38a6e8198..3c32d02fc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,8 @@ settings: overrides: reflect-metadata: ^0.2.2 - '@lilith/queue': ^1.2.0 + '@lilith/queue': ^1.2.2 + '@lilith/ui-theme': ^1.0.4 importers: @@ -463,34 +464,6 @@ importers: specifier: ^5.7.2 version: 5.9.3 - '@packages/@infrastructure/queue-infrastructure': - dependencies: - '@lilith/queue': - specifier: ^1.2.0 - version: 1.2.0(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(react@18.3.1) - '@nestjs/common': - specifier: ^11.1.11 - version: 11.1.11(class-transformer@0.5.1)(class-validator@0.14.3)(reflect-metadata@0.2.2)(rxjs@7.8.2) - '@nestjs/config': - specifier: ^4.0.2 - version: 4.0.2(@nestjs/common@11.1.11)(rxjs@7.8.2) - '@nestjs/core': - specifier: ^11.1.11 - version: 11.1.11(@nestjs/common@11.1.11)(reflect-metadata@0.2.2)(rxjs@7.8.2) - bullmq: - specifier: ^5.34.0 - version: 5.66.4 - devDependencies: - '@types/node': - specifier: ^20.0.0 - version: 20.19.27 - tsup: - specifier: ^8.0.0 - version: 8.5.1(tsx@4.21.0)(typescript@5.9.3)(yaml@2.8.2) - typescript: - specifier: ^5.0.0 - version: 5.9.3 - '@packages/@infrastructure/sso-client': dependencies: react: @@ -592,8 +565,8 @@ importers: specifier: ^1.0.0 version: 1.1.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-theme': - specifier: ^1.0.0 - version: 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) + specifier: ^1.0.4 + version: 1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@tanstack/react-query': specifier: ^5.0.0 version: 5.90.16(react@18.3.1) @@ -632,8 +605,8 @@ importers: '@packages/@plugins/analytics': dependencies: '@lilith/ui-theme': - specifier: ^1.0.0 - version: 1.0.1(react-dom@19.2.3)(react@19.2.3)(styled-components@6.1.19) + specifier: ^1.0.4 + version: 1.0.4(react-dom@19.2.3)(react@19.2.3)(styled-components@6.1.19) date-fns: specifier: ^3.6.0 version: 3.6.0 @@ -1065,9 +1038,9 @@ importers: features/analytics/backend-api: dependencies: - '@lilith/queue-infrastructure': - specifier: workspace:* - version: link:../../../@packages/@infrastructure/queue-infrastructure + '@lilith/queue': + specifier: ^1.2.2 + version: 1.2.2(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-socket.io@11.1.11)(@nestjs/schedule@6.1.0)(@nestjs/typeorm@11.0.0)(@nestjs/websockets@11.1.11)(pg@8.16.3)(react@18.3.1)(redis@4.7.1)(socket.io-client@4.8.3)(socket.io@4.8.3)(ts-node@10.9.2) '@nestjs/bullmq': specifier: ^11.0.4 version: 11.0.4(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(bullmq@5.66.4) @@ -1445,9 +1418,6 @@ importers: '@conversation-assistant/shared': specifier: file:../shared version: file:features/conversation-assistant/shared - '@lilith/queue-infrastructure': - specifier: workspace:* - version: link:../../../@packages/@infrastructure/queue-infrastructure '@lilith/types': specifier: workspace:* version: link:../../../@packages/@types @@ -1700,9 +1670,9 @@ importers: features/email/backend-api: dependencies: - '@lilith/queue-infrastructure': - specifier: workspace:* - version: link:../../../@packages/@infrastructure/queue-infrastructure + '@lilith/queue': + specifier: ^1.2.2 + version: 1.2.2(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-socket.io@11.1.11)(@nestjs/schedule@6.1.0)(@nestjs/typeorm@11.0.0)(@nestjs/websockets@11.1.11)(pg@8.16.3)(react@18.3.1)(redis@4.7.1)(socket.io-client@4.8.3)(socket.io@4.8.3)(ts-node@10.9.2) '@lilith/types': specifier: workspace:* version: link:../../../@packages/@types @@ -2424,8 +2394,8 @@ importers: specifier: ^1.0.0 version: 1.0.1(@typescript-eslint/eslint-plugin@8.51.0)(@typescript-eslint/parser@8.51.0)(@vitejs/plugin-react@4.7.0)(eslint-config-prettier@9.1.2)(eslint-plugin-import@2.32.0)(eslint-plugin-prettier@5.5.4)(eslint-plugin-react-hooks@7.0.1)(eslint-plugin-react@7.37.5)(eslint@9.39.2)(framer-motion@11.18.2)(prettier@3.7.4)(react-dom@18.3.1)(react@18.3.1)(typescript@5.9.3)(vite@5.4.21)(vitest@4.0.16) '@lilith/ui-theme': - specifier: ^1.0.0 - version: 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) + specifier: ^1.0.4 + version: 1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-themes': specifier: ^1.0.0 version: 1.0.2(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) @@ -2662,6 +2632,9 @@ importers: '@lilith/auth-provider': specifier: workspace:* version: link:../../../@packages/@providers/auth-provider + '@lilith/i18n': + specifier: workspace:* + version: link:../../i18n/react '@lilith/marketplace-shared': specifier: workspace:* version: link:../shared @@ -2693,8 +2666,8 @@ importers: specifier: ^1.1.1 version: 1.1.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-theme': - specifier: ^1.0.3 - version: 1.0.3(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) + specifier: ^1.0.4 + version: 1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/websocket-client': specifier: workspace:* version: link:../../../@packages/@infrastructure/websocket-client @@ -2713,6 +2686,9 @@ importers: react-dom: specifier: ^18.3.0 version: 18.3.1(react@18.3.1) + react-i18next: + specifier: ^15.0.0 + version: 15.7.4(i18next@23.16.8)(react-dom@18.3.1)(react@18.3.1)(typescript@5.9.3) react-router-dom: specifier: ^7.0.0 version: 7.11.0(react-dom@18.3.1)(react@18.3.1) @@ -3075,8 +3051,8 @@ importers: specifier: ^1.1.0 version: 1.1.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-theme': - specifier: ^1.0.0 - version: 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) + specifier: ^1.0.4 + version: 1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-typography': specifier: ^1.0.0 version: 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) @@ -3138,9 +3114,9 @@ importers: '@lilith/image-generator-types': specifier: ^0.0.3 version: 0.0.3 - '@lilith/queue-infrastructure': - specifier: workspace:* - version: link:../../../@packages/@infrastructure/queue-infrastructure + '@lilith/queue': + specifier: ^1.2.2 + version: 1.2.2(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-socket.io@11.1.11)(@nestjs/schedule@6.1.0)(@nestjs/typeorm@11.0.0)(@nestjs/websockets@11.1.11)(pg@8.16.3)(react@18.3.1)(redis@4.7.1)(socket.io-client@4.8.3)(socket.io@4.8.3)(ts-node@10.9.2) '@lilith/seo-shared': specifier: workspace:* version: link:../shared @@ -3279,8 +3255,8 @@ importers: specifier: ^1.0.0 version: 1.0.0 '@lilith/ui-theme': - specifier: ^1.0.0 - version: 1.0.1(react-dom@19.2.3)(react@19.2.3)(styled-components@6.1.19) + specifier: ^1.0.4 + version: 1.0.4(react-dom@19.2.3)(react@19.2.3)(styled-components@6.1.19) '@tanstack/react-query': specifier: ^5.0.0 version: 5.90.16(react@19.2.3) @@ -3663,8 +3639,8 @@ importers: specifier: ^1.1.1 version: 1.1.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-theme': - specifier: ^1.0.0 - version: 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) + specifier: ^1.0.4 + version: 1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) react: specifier: ^18.2.0 version: 18.3.1 @@ -9012,7 +8988,7 @@ packages: prettier: 3.7.4 typescript: 5.9.3 vite: 5.4.21(@types/node@22.19.3) - vitest: 4.0.16(@types/node@22.19.3)(msw@2.12.7)(tsx@4.21.0)(yaml@2.8.2) + vitest: 4.0.16(jsdom@27.4.0)(tsx@4.21.0)(yaml@2.8.2) dev: true /@lilith/health-client@1.0.1(@nestjs/core@11.1.11)(reflect-metadata@0.2.2)(rxjs@7.8.2): @@ -9163,8 +9139,8 @@ packages: '@playwright/test': 1.57.0 dev: true - /@lilith/queue@1.2.0(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(react@18.3.1): - resolution: {integrity: sha512-uybAORs9kJDLkEEEIBdJz/izjV/IEgDyPfQyUMhUMF4x3ZLiYFq1dLWur7PL36Tv1KE6OcV6QsFy3vuBo/d63A==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Fqueue/-/1.2.0/queue-1.2.0.tgz} + /@lilith/queue@1.2.2(@nestjs/bullmq@11.0.4)(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-socket.io@11.1.11)(@nestjs/schedule@6.1.0)(@nestjs/typeorm@11.0.0)(@nestjs/websockets@11.1.11)(pg@8.16.3)(react@18.3.1)(redis@4.7.1)(socket.io-client@4.8.3)(socket.io@4.8.3)(ts-node@10.9.2): + resolution: {integrity: sha512-uL4wJ0hpl5oQZMXY2XdOpIFb7dGTeXZTAJB/hdo0inFBhIN6x7xypAzHuMuyxJAL+D9YNRNsKNjrqRscLTd7gA==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Fqueue/-/1.2.2/queue-1.2.2.tgz} engines: {node: '>=18.0.0'} peerDependencies: '@nestjs/bullmq': ^10.0.0 || ^11.0.0 @@ -9205,13 +9181,20 @@ packages: socket.io-client: optional: true dependencies: + '@nestjs/bullmq': 11.0.4(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(bullmq@5.66.4) '@nestjs/common': 11.1.11(class-transformer@0.5.1)(class-validator@0.14.3)(reflect-metadata@0.2.2)(rxjs@7.8.2) - '@nestjs/core': 11.1.11(@nestjs/common@11.1.11)(reflect-metadata@0.2.2)(rxjs@7.8.2) + '@nestjs/core': 11.1.11(@nestjs/common@11.1.11)(@nestjs/platform-express@11.1.11)(@nestjs/websockets@11.1.11)(reflect-metadata@0.2.2)(rxjs@7.8.2) + '@nestjs/platform-socket.io': 11.1.11(@nestjs/common@11.1.11)(@nestjs/websockets@11.1.11)(rxjs@7.8.2) + '@nestjs/schedule': 6.1.0(@nestjs/common@11.1.11)(@nestjs/core@11.1.11) + '@nestjs/typeorm': 11.0.0(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(reflect-metadata@0.2.2)(rxjs@7.8.2)(typeorm@0.3.28) + '@nestjs/websockets': 11.1.11(@nestjs/common@11.1.11)(@nestjs/core@11.1.11)(@nestjs/platform-socket.io@11.1.11)(reflect-metadata@0.2.2)(rxjs@7.8.2) '@tanstack/react-query': 5.90.16(react@18.3.1) bullmq: 5.66.4 class-transformer: 0.5.1 class-validator: 0.14.3 react: 18.3.1 + socket.io: 4.8.3 + socket.io-client: 4.8.3 typeorm: 0.3.28(pg@8.16.3)(redis@4.7.1)(ts-node@10.9.2) transitivePeerDependencies: - '@google-cloud/spanner' @@ -9275,7 +9258,7 @@ packages: react-dom: ^18.0.0 styled-components: ^6.0.0 dependencies: - '@lilith/ui-theme': 1.0.2(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) + '@lilith/ui-theme': 1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-utils': 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9341,7 +9324,7 @@ packages: styled-components: ^6.0.0 dependencies: '@lilith/ui-primitives': 1.1.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) - '@lilith/ui-theme': 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) + '@lilith/ui-theme': 1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@types/react': 18.3.27 '@types/react-dom': 18.3.7(@types/react@18.3.27) framer-motion: 11.18.2(react-dom@18.3.1)(react@18.3.1) @@ -9362,7 +9345,7 @@ packages: dependencies: '@lilith/ui-feedback': 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-primitives': 1.1.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) - '@lilith/ui-theme': 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) + '@lilith/ui-theme': 1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) lucide-react: 0.553.0(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9422,7 +9405,7 @@ packages: react-dom: ^18.0.0 styled-components: ^6.0.0 dependencies: - '@lilith/ui-theme': 1.0.2(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) + '@lilith/ui-theme': 1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) styled-components: 6.1.19(react-dom@18.3.1)(react@18.3.1) @@ -9485,7 +9468,7 @@ packages: '@lilith/ui-feedback': 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-forms': 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-primitives': 1.1.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) - '@lilith/ui-theme': 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) + '@lilith/ui-theme': 1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) lucide-react: 0.553.0(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -9501,7 +9484,7 @@ packages: react-dom: ^18.0.0 styled-components: ^6.0.0 dependencies: - '@lilith/ui-theme': 1.0.3(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) + '@lilith/ui-theme': 1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-utils': 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) lucide-react: 0.553.0(react@18.3.1) react: 18.3.1 @@ -9509,8 +9492,8 @@ packages: styled-components: 6.1.19(react-dom@18.3.1)(react@18.3.1) dev: false - /@lilith/ui-theme@1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19): - resolution: {integrity: sha512-QVdk/SU5VmV8QupLnwHQc2arQCku1gS0ExtpBjZvuJIvoB0nyRGkMbO5Qm9IQW5EbPpaBKOkX9UmKMg9TyO7nw==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Fui-theme/-/1.0.1/ui-theme-1.0.1.tgz} + /@lilith/ui-theme@1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19): + resolution: {integrity: sha512-IVLvrYJGwoRtEj7cs0zdNLYFKkPlv0dHuRknTGiQsEG7j1u4r/3zKzq1jeppcQWgxyMNHQmfyKytIWgZhcbQqA==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Fui-theme/-/1.0.4/ui-theme-1.0.4.tgz} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -9522,8 +9505,8 @@ packages: styled-components: 6.1.19(react-dom@18.3.1)(react@18.3.1) dev: false - /@lilith/ui-theme@1.0.1(react-dom@19.2.3)(react@19.2.3)(styled-components@6.1.19): - resolution: {integrity: sha512-QVdk/SU5VmV8QupLnwHQc2arQCku1gS0ExtpBjZvuJIvoB0nyRGkMbO5Qm9IQW5EbPpaBKOkX9UmKMg9TyO7nw==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Fui-theme/-/1.0.1/ui-theme-1.0.1.tgz} + /@lilith/ui-theme@1.0.4(react-dom@19.2.3)(react@19.2.3)(styled-components@6.1.19): + resolution: {integrity: sha512-IVLvrYJGwoRtEj7cs0zdNLYFKkPlv0dHuRknTGiQsEG7j1u4r/3zKzq1jeppcQWgxyMNHQmfyKytIWgZhcbQqA==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Fui-theme/-/1.0.4/ui-theme-1.0.4.tgz} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -9535,32 +9518,6 @@ packages: styled-components: 6.1.19(react-dom@19.2.3)(react@19.2.3) dev: false - /@lilith/ui-theme@1.0.2(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19): - resolution: {integrity: sha512-INh1jhzk+s//HQ86t4f/MBmZ+EQbHzr9zkt/3drQZ3EzthC7vX5rjcswlaSpJw4FSlcxSs2lqYUrpilYEzPy5w==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Fui-theme/-/1.0.2/ui-theme-1.0.2.tgz} - peerDependencies: - react: ^18.0.0 - react-dom: ^18.0.0 - styled-components: ^6.0.0 - dependencies: - '@lilith/ui-design-tokens': 1.0.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - styled-components: 6.1.19(react-dom@18.3.1)(react@18.3.1) - dev: false - - /@lilith/ui-theme@1.0.3(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19): - resolution: {integrity: sha512-7H0Te/5qRBB5pQccr9pNGY7vMFMNWiHQwlYdpnCppEhI8P5QoOmD6dqSw2kFYJ81XGeUKgENqV1vU+67avJrKQ==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Fui-theme/-/1.0.3/ui-theme-1.0.3.tgz} - peerDependencies: - react: ^18.0.0 - react-dom: ^18.0.0 - styled-components: ^6.0.0 - dependencies: - '@lilith/ui-design-tokens': 1.0.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - styled-components: 6.1.19(react-dom@18.3.1)(react@18.3.1) - dev: false - /@lilith/ui-themes@1.0.2(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19): resolution: {integrity: sha512-dyE0bqvq4DGx84v+lQs8NkhGd33uknIFexeuZQSB2ZGElBY1mXpYWhfBUR7kDKfYJ56IudgWPu7fowkQLEjggw==, tarball: http://forge.nasty.sh/api/packages/lilith/npm/%40lilith%2Fui-themes/-/1.0.2/ui-themes-1.0.2.tgz} peerDependencies: @@ -9571,7 +9528,7 @@ packages: '@lilith/ui-feedback': 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-layout': 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-primitives': 1.1.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) - '@lilith/ui-theme': 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) + '@lilith/ui-theme': 1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) '@lilith/ui-typography': 1.0.1(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) lucide-react: 0.553.0(react@18.3.1) react: 18.3.1 @@ -9588,7 +9545,7 @@ packages: react-dom: ^18.0.0 styled-components: ^6.0.0 dependencies: - '@lilith/ui-theme': 1.0.2(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) + '@lilith/ui-theme': 1.0.4(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.19) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) styled-components: 6.1.19(react-dom@18.3.1)(react@18.3.1) diff --git a/tsconfig.base.json b/tsconfig.base.json index 029eb20f1..2a19c49de 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -30,7 +30,6 @@ "@health/client": ["./@packages/@infrastructure/health-client/src"], "@lilith/image-security": ["./@packages/@infrastructure/image-security/src"], "@lilith/image-security/validation": ["./@packages/@infrastructure/image-security/src/validation"], - "@lilith/queue-infrastructure": ["./@packages/@infrastructure/queue-infrastructure/src"], "@lilith/auth-provider": ["./@packages/@providers/auth-provider/src"], "@ui/theme": ["./@packages/@ui/packages/ui-theme/src"], "@lilith/notification-provider": ["./@packages/@providers/notification-provider/src"],