From ee65f9124513825c74439f708fbccebc6fd2ef64 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 9 Aug 2024 10:55:43 +0900 Subject: [PATCH] =?UTF-8?q?fix(yarn):=20yarn.lock=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EB=B0=8F=20no=20cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- yarn.lock | 28 ---------------------------- 2 files changed, 1 insertion(+), 29 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce171ed9..588d425b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: run: yarn cache clean - name: Install Dependencies - run: yarn install + run: yarn install --no-immutable - name: Build Common run: yarn run build:common diff --git a/yarn.lock b/yarn.lock index 4c140026..1fe174d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5875,26 +5875,6 @@ __metadata: languageName: node linkType: hard -"react-fast-compare@npm:^3.2.2": - version: 3.2.2 - resolution: "react-fast-compare@npm:3.2.2" - checksum: 10c0/0bbd2f3eb41ab2ff7380daaa55105db698d965c396df73e6874831dbafec8c4b5b08ba36ff09df01526caa3c61595247e3269558c284e37646241cba2b90a367 - languageName: node - linkType: hard - -"react-helmet-async@npm:^2.0.5": - version: 2.0.5 - resolution: "react-helmet-async@npm:2.0.5" - dependencies: - invariant: "npm:^2.2.4" - react-fast-compare: "npm:^3.2.2" - shallowequal: "npm:^1.1.0" - peerDependencies: - react: ^16.6.0 || ^17.0.0 || ^18.0.0 - checksum: 10c0/f390ea8bf13c2681850e5f8eb5b73d8613f407c245a5fd23e9db9b2cc14a3700dd1ce992d3966632886d1d613083294c2aeee009193f49dfa7d145d9f13ea2b0 - languageName: node - linkType: hard - "react-is@npm:^16.13.1": version: 16.13.1 resolution: "react-is@npm:16.13.1" @@ -6423,13 +6403,6 @@ __metadata: languageName: node linkType: hard -"shallowequal@npm:^1.1.0": - version: 1.1.0 - resolution: "shallowequal@npm:1.1.0" - checksum: 10c0/b926efb51cd0f47aa9bc061add788a4a650550bbe50647962113a4579b60af2abe7b62f9b02314acc6f97151d4cf87033a2b15fc20852fae306d1a095215396c - languageName: node - linkType: hard - "shebang-command@npm:^2.0.0": version: 2.0.0 resolution: "shebang-command@npm:2.0.0" @@ -6554,7 +6527,6 @@ __metadata: prettier-plugin-tailwindcss: "npm:^0.6.5" react: "npm:^18.3.1" react-dom: "npm:^18.3.1" - react-helmet-async: "npm:^2.0.5" react-router-dom: "npm:^6.25.1" react-toastify: "npm:^10.0.5" tailwind-merge: "npm:^2.4.0"