From 22c0bf20e75f45bd61cac91391c9750168ba2af7 Mon Sep 17 00:00:00 2001 From: hamo-o Date: Fri, 20 Jun 2025 16:52:19 +0900 Subject: [PATCH 1/6] =?UTF-8?q?chore:=20workspace=20=EC=84=B8=ED=8C=85=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=EB=A5=BC=20=EC=9C=84=ED=95=9C=20pnpm=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=EC=97=85=20=EB=AA=85=EC=8B=9C,=20start=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 573dc973..998176ef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,6 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { + "start": "pnpm -r start", "build": "pnpm -r build", "dev": "pnpm -r dev", "test": "pnpm -r test", @@ -11,7 +12,7 @@ "setup-git-hook": "bash src/scripts/git-hook-init-command.sh" }, "engines": { - "pnpm": ">=9.0.0" + "pnpm": ">=10.0.0" }, "devDependencies": { "@changesets/changelog-git": "^0.2.1", From 2eec64a0865f8e8a982ac0f99f4f60fda6278eb9 Mon Sep 17 00:00:00 2001 From: hamo-o Date: Fri, 20 Jun 2025 17:00:31 +0900 Subject: [PATCH 2/6] =?UTF-8?q?chore:=20pnpm=20deploy=EB=A5=BC=20=EC=9C=84?= =?UTF-8?q?=ED=95=B4=20=ED=95=98=EB=93=9C=EB=A7=81=ED=81=AC=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=ED=95=98=EB=8A=94=20=EC=84=B8=ED=8C=85=20?= =?UTF-8?q?=EC=BC=9C=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/pnpm-lock.yaml | 89 ++++++++++++++++++++++++++++++++++-- frontend/pnpm-workspace.yaml | 5 +- 2 files changed, 88 insertions(+), 6 deletions(-) diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 8f69cc47..f48331fe 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -3,6 +3,7 @@ lockfileVersion: '9.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false + injectWorkspacePackages: true overrides: esbuild: 0.24.2 @@ -157,7 +158,7 @@ importers: dependencies: '@endolphin/calendar': specifier: workspace:* - version: link:../../packages/calendar + version: file:packages/calendar(@endolphin/theme@file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.3)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3)))(@vanilla-extract/css@1.17.3)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@endolphin/core': specifier: workspace:* version: link:../../packages/core @@ -166,10 +167,10 @@ importers: version: link:../../packages/date-time '@endolphin/theme': specifier: workspace:* - version: link:../../packages/theme + version: file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.3)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3)) '@endolphin/ui': specifier: workspace:* - version: link:../../packages/ui + version: file:packages/ui(@vanilla-extract/css@1.17.3)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@tanstack/react-query': specifier: ^5.66.0 version: 5.66.0(react@19.0.0) @@ -217,10 +218,10 @@ importers: version: link:../core '@endolphin/theme': specifier: workspace:^ - version: link:../theme + version: file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.2)) '@endolphin/ui': specifier: workspace:^ - version: link:../ui + version: file:packages/ui(@vanilla-extract/css@1.17.2)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@vanilla-extract/css': specifier: ^1.17.0 version: 1.17.2 @@ -508,6 +509,35 @@ packages: '@emotion/hash@0.9.2': resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} + '@endolphin/calendar@file:packages/calendar': + resolution: {directory: packages/calendar, type: directory} + peerDependencies: + '@endolphin/theme': workspace:^ + '@vanilla-extract/css': ^1.17.0 + '@vanilla-extract/dynamic': ^2.1.2 + '@vanilla-extract/recipes': ^0.5.5 + react: ^19.0.0 + react-dom: ^19.0.0 + + '@endolphin/core@file:packages/core': + resolution: {directory: packages/core, type: directory} + + '@endolphin/theme@file:packages/theme': + resolution: {directory: packages/theme, type: directory} + peerDependencies: + '@endolphin/core': workspace:^ + '@vanilla-extract/css': ^1.17.0 + '@vanilla-extract/recipes': ^0.5.5 + + '@endolphin/ui@file:packages/ui': + resolution: {directory: packages/ui, type: directory} + peerDependencies: + '@vanilla-extract/css': ^1.17.0 + '@vanilla-extract/dynamic': ^2.1.2 + '@vanilla-extract/recipes': ^0.5.5 + react: '>=19.0.0' + react-dom: '>=19.0.0' + '@esbuild/aix-ppc64@0.24.2': resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} engines: {node: '>=18'} @@ -4300,6 +4330,51 @@ snapshots: '@emotion/hash@0.9.2': {} + '@endolphin/calendar@file:packages/calendar(@endolphin/theme@file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.3)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3)))(@vanilla-extract/css@1.17.3)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + dependencies: + '@endolphin/core': file:packages/core + '@endolphin/theme': file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.3)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3)) + '@endolphin/ui': file:packages/ui(@vanilla-extract/css@1.17.3)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@vanilla-extract/css': 1.17.3 + '@vanilla-extract/dynamic': 2.1.2 + '@vanilla-extract/recipes': 0.5.5(@vanilla-extract/css@1.17.3) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) + + '@endolphin/core@file:packages/core': {} + + '@endolphin/theme@file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.2))': + dependencies: + '@endolphin/core': file:packages/core + '@vanilla-extract/css': 1.17.2 + '@vanilla-extract/recipes': 0.5.5(@vanilla-extract/css@1.17.2) + + '@endolphin/theme@file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.3)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3))': + dependencies: + '@endolphin/core': file:packages/core + '@vanilla-extract/css': 1.17.3 + '@vanilla-extract/recipes': 0.5.5(@vanilla-extract/css@1.17.3) + + '@endolphin/ui@file:packages/ui(@vanilla-extract/css@1.17.2)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + dependencies: + '@endolphin/core': file:packages/core + '@endolphin/theme': file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.2)) + '@vanilla-extract/css': 1.17.2 + '@vanilla-extract/dynamic': 2.1.2 + '@vanilla-extract/recipes': 0.5.5(@vanilla-extract/css@1.17.2) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) + + '@endolphin/ui@file:packages/ui(@vanilla-extract/css@1.17.3)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + dependencies: + '@endolphin/core': file:packages/core + '@endolphin/theme': file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.3)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3)) + '@vanilla-extract/css': 1.17.3 + '@vanilla-extract/dynamic': 2.1.2 + '@vanilla-extract/recipes': 0.5.5(@vanilla-extract/css@1.17.3) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) + '@esbuild/aix-ppc64@0.24.2': optional: true @@ -5427,6 +5502,10 @@ snapshots: dependencies: '@vanilla-extract/css': 1.17.2 + '@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3)': + dependencies: + '@vanilla-extract/css': 1.17.3 + '@vanilla-extract/vite-plugin@4.0.20(@types/node@22.15.21)(tsx@4.19.2)(vite@6.0.11(@types/node@22.15.21)(tsx@4.19.2))': dependencies: '@vanilla-extract/compiler': 0.1.3(@types/node@22.15.21)(tsx@4.19.2) diff --git a/frontend/pnpm-workspace.yaml b/frontend/pnpm-workspace.yaml index 9cd4e501..3a21b062 100644 --- a/frontend/pnpm-workspace.yaml +++ b/frontend/pnpm-workspace.yaml @@ -1,4 +1,7 @@ packages: - "apps/*" - "packages/*" - - "configs/*" \ No newline at end of file + - "configs/*" +injectWorkspacePackages: true +syncInjectedDepsAfterScripts: + - build From cd37fc43c8d26f24c2c007e223334d2f1d21e761 Mon Sep 17 00:00:00 2001 From: hamo-o Date: Fri, 20 Jun 2025 17:00:44 +0900 Subject: [PATCH 3/6] =?UTF-8?q?chore:=20server=20start=20=EB=AA=85?= =?UTF-8?q?=EB=A0=B9=EC=96=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/apps/client/package.json | 2 +- frontend/apps/server/package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/apps/client/package.json b/frontend/apps/client/package.json index de844a68..23818a22 100644 --- a/frontend/apps/client/package.json +++ b/frontend/apps/client/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { - "dev": "pnpm --filter server start", + "dev": "pnpm --filter server dev", "build": "vite build && tsc -b", "test": "vitest", "lint": "eslint .", diff --git a/frontend/apps/server/package.json b/frontend/apps/server/package.json index b19afd39..b692e3f3 100644 --- a/frontend/apps/server/package.json +++ b/frontend/apps/server/package.json @@ -6,7 +6,8 @@ "type": "module", "scripts": { "build": "cross-env NODE_ENV=build tsup", - "start": "cross-env NODE_ENV=start tsup --watch" + "dev": "cross-env NODE_ENV=start tsup --watch", + "start": "node index.js" }, "dependencies": { "express": "^5.1.0" From d07051a0cc69ec17dd6d4a046ed1e7968a5606ae Mon Sep 17 00:00:00 2001 From: hamo-o Date: Fri, 20 Jun 2025 17:00:58 +0900 Subject: [PATCH 4/6] =?UTF-8?q?chore:=20Dockerfile=20=EC=9E=91=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/Dockerfile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 frontend/Dockerfile diff --git a/frontend/Dockerfile b/frontend/Dockerfile new file mode 100644 index 00000000..893df517 --- /dev/null +++ b/frontend/Dockerfile @@ -0,0 +1,28 @@ +FROM node:20-slim AS base +WORKDIR /app +RUN corepack enable pnpm && corepack install -g pnpm@latest-10 + +FROM base AS builder +COPY pnpm-lock.yaml pnpm-workspace.yaml ./ +COPY packages ./packages +COPY configs ./configs +COPY apps ./apps + +RUN pnpm fetch -r +COPY . ./ +RUN pnpm install -r +RUN pnpm build + +RUN pnpm --filter @endolphin/server --prod deploy ./build/server +COPY ./apps/client/dist ./build/client + +FROM base AS stage +COPY --from=builder /app/package.json ./package.json +COPY --from=builder /app/build/client ./client +COPY --from=builder /app/build/server/dist ./server +COPY --from=builder /app/build/server/package.json ./server/package.json +COPY --from=builder /app/build/server/node_modules ./server/node_modules + +EXPOSE 5173 +ENV NODE_ENV=production +CMD ["pnpm", "start"] \ No newline at end of file From 4ff3b54c6bf9c951b9a758f308920626c37f1b7f Mon Sep 17 00:00:00 2001 From: hamo-o Date: Fri, 20 Jun 2025 17:15:57 +0900 Subject: [PATCH 5/6] =?UTF-8?q?fix:=20ci,=20cd=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20pnpm=20=EB=B2=84=EC=A0=84=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/fe-cd.yml | 2 +- .github/workflows/fe-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fe-cd.yml b/.github/workflows/fe-cd.yml index e0c379b6..caed95f2 100644 --- a/.github/workflows/fe-cd.yml +++ b/.github/workflows/fe-cd.yml @@ -26,7 +26,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Set .env file working-directory: ./frontend diff --git a/.github/workflows/fe-ci.yml b/.github/workflows/fe-ci.yml index d9dd454d..7612c4bf 100644 --- a/.github/workflows/fe-ci.yml +++ b/.github/workflows/fe-ci.yml @@ -34,7 +34,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Set .env file run: | From 072258c6371813ec25b90aed7c4f1852a5433e1b Mon Sep 17 00:00:00 2001 From: hamo-o Date: Fri, 20 Jun 2025 18:02:44 +0900 Subject: [PATCH 6/6] =?UTF-8?q?fix:=20injectWorkspacePackages=20false=20?= =?UTF-8?q?=EB=B3=80=ED=99=98=20=EB=B0=8F=20lagacy=20=ED=94=8C=EB=9E=98?= =?UTF-8?q?=EA=B7=B8=20=EC=82=AC=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/Dockerfile | 2 +- frontend/pnpm-lock.yaml | 89 ++---------------------------------- frontend/pnpm-workspace.yaml | 2 +- 3 files changed, 7 insertions(+), 86 deletions(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 893df517..c970aa26 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -13,7 +13,7 @@ COPY . ./ RUN pnpm install -r RUN pnpm build -RUN pnpm --filter @endolphin/server --prod deploy ./build/server +RUN pnpm --filter @endolphin/server --prod deploy --legacy ./build/server COPY ./apps/client/dist ./build/client FROM base AS stage diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index f48331fe..8f69cc47 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -3,7 +3,6 @@ lockfileVersion: '9.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false - injectWorkspacePackages: true overrides: esbuild: 0.24.2 @@ -158,7 +157,7 @@ importers: dependencies: '@endolphin/calendar': specifier: workspace:* - version: file:packages/calendar(@endolphin/theme@file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.3)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3)))(@vanilla-extract/css@1.17.3)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: link:../../packages/calendar '@endolphin/core': specifier: workspace:* version: link:../../packages/core @@ -167,10 +166,10 @@ importers: version: link:../../packages/date-time '@endolphin/theme': specifier: workspace:* - version: file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.3)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3)) + version: link:../../packages/theme '@endolphin/ui': specifier: workspace:* - version: file:packages/ui(@vanilla-extract/css@1.17.3)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: link:../../packages/ui '@tanstack/react-query': specifier: ^5.66.0 version: 5.66.0(react@19.0.0) @@ -218,10 +217,10 @@ importers: version: link:../core '@endolphin/theme': specifier: workspace:^ - version: file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.2)) + version: link:../theme '@endolphin/ui': specifier: workspace:^ - version: file:packages/ui(@vanilla-extract/css@1.17.2)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: link:../ui '@vanilla-extract/css': specifier: ^1.17.0 version: 1.17.2 @@ -509,35 +508,6 @@ packages: '@emotion/hash@0.9.2': resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} - '@endolphin/calendar@file:packages/calendar': - resolution: {directory: packages/calendar, type: directory} - peerDependencies: - '@endolphin/theme': workspace:^ - '@vanilla-extract/css': ^1.17.0 - '@vanilla-extract/dynamic': ^2.1.2 - '@vanilla-extract/recipes': ^0.5.5 - react: ^19.0.0 - react-dom: ^19.0.0 - - '@endolphin/core@file:packages/core': - resolution: {directory: packages/core, type: directory} - - '@endolphin/theme@file:packages/theme': - resolution: {directory: packages/theme, type: directory} - peerDependencies: - '@endolphin/core': workspace:^ - '@vanilla-extract/css': ^1.17.0 - '@vanilla-extract/recipes': ^0.5.5 - - '@endolphin/ui@file:packages/ui': - resolution: {directory: packages/ui, type: directory} - peerDependencies: - '@vanilla-extract/css': ^1.17.0 - '@vanilla-extract/dynamic': ^2.1.2 - '@vanilla-extract/recipes': ^0.5.5 - react: '>=19.0.0' - react-dom: '>=19.0.0' - '@esbuild/aix-ppc64@0.24.2': resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} engines: {node: '>=18'} @@ -4330,51 +4300,6 @@ snapshots: '@emotion/hash@0.9.2': {} - '@endolphin/calendar@file:packages/calendar(@endolphin/theme@file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.3)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3)))(@vanilla-extract/css@1.17.3)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': - dependencies: - '@endolphin/core': file:packages/core - '@endolphin/theme': file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.3)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3)) - '@endolphin/ui': file:packages/ui(@vanilla-extract/css@1.17.3)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@vanilla-extract/css': 1.17.3 - '@vanilla-extract/dynamic': 2.1.2 - '@vanilla-extract/recipes': 0.5.5(@vanilla-extract/css@1.17.3) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - - '@endolphin/core@file:packages/core': {} - - '@endolphin/theme@file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.2))': - dependencies: - '@endolphin/core': file:packages/core - '@vanilla-extract/css': 1.17.2 - '@vanilla-extract/recipes': 0.5.5(@vanilla-extract/css@1.17.2) - - '@endolphin/theme@file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.3)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3))': - dependencies: - '@endolphin/core': file:packages/core - '@vanilla-extract/css': 1.17.3 - '@vanilla-extract/recipes': 0.5.5(@vanilla-extract/css@1.17.3) - - '@endolphin/ui@file:packages/ui(@vanilla-extract/css@1.17.2)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': - dependencies: - '@endolphin/core': file:packages/core - '@endolphin/theme': file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.2)) - '@vanilla-extract/css': 1.17.2 - '@vanilla-extract/dynamic': 2.1.2 - '@vanilla-extract/recipes': 0.5.5(@vanilla-extract/css@1.17.2) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - - '@endolphin/ui@file:packages/ui(@vanilla-extract/css@1.17.3)(@vanilla-extract/dynamic@2.1.2)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': - dependencies: - '@endolphin/core': file:packages/core - '@endolphin/theme': file:packages/theme(@endolphin/core@file:packages/core)(@vanilla-extract/css@1.17.3)(@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3)) - '@vanilla-extract/css': 1.17.3 - '@vanilla-extract/dynamic': 2.1.2 - '@vanilla-extract/recipes': 0.5.5(@vanilla-extract/css@1.17.3) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - '@esbuild/aix-ppc64@0.24.2': optional: true @@ -5502,10 +5427,6 @@ snapshots: dependencies: '@vanilla-extract/css': 1.17.2 - '@vanilla-extract/recipes@0.5.5(@vanilla-extract/css@1.17.3)': - dependencies: - '@vanilla-extract/css': 1.17.3 - '@vanilla-extract/vite-plugin@4.0.20(@types/node@22.15.21)(tsx@4.19.2)(vite@6.0.11(@types/node@22.15.21)(tsx@4.19.2))': dependencies: '@vanilla-extract/compiler': 0.1.3(@types/node@22.15.21)(tsx@4.19.2) diff --git a/frontend/pnpm-workspace.yaml b/frontend/pnpm-workspace.yaml index 3a21b062..4afc231c 100644 --- a/frontend/pnpm-workspace.yaml +++ b/frontend/pnpm-workspace.yaml @@ -2,6 +2,6 @@ packages: - "apps/*" - "packages/*" - "configs/*" -injectWorkspacePackages: true + syncInjectedDepsAfterScripts: - build