From 61060bbb5fd063e85dd86d67d0805e0b773fce74 Mon Sep 17 00:00:00 2001 From: htlee Date: Sat, 28 Feb 2026 02:27:11 +0900 Subject: [PATCH] =?UTF-8?q?fix(ci):=20emoji-mart=20React=2019=20peer=20dep?= =?UTF-8?q?endency=20=EC=B6=A9=EB=8F=8C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit frontend .npmrc에 legacy-peer-deps=true 추가하여 @emoji-mart/react의 React 18 peer dependency 요구사항 우회 Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ee6a01f..5a66cce 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -21,6 +21,7 @@ jobs: run: | echo "registry=https://nexus.gc-si.dev/repository/npm-public/" > frontend/.npmrc echo "//nexus.gc-si.dev/repository/npm-public/:_auth=${{ secrets.NEXUS_NPM_AUTH }}" >> frontend/.npmrc + echo "legacy-peer-deps=true" >> frontend/.npmrc echo "registry=https://nexus.gc-si.dev/repository/npm-public/" > backend/.npmrc echo "//nexus.gc-si.dev/repository/npm-public/:_auth=${{ secrets.NEXUS_NPM_AUTH }}" >> backend/.npmrc -- 2.45.2