From b59f825851a5821e6f6c1cbfea1bfb91b2262284 Mon Sep 17 00:00:00 2001 From: Jodaun <105338882+daun-up@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:59:33 +0900 Subject: [PATCH] Test/service test (#56) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: tailwind pretendard 폰트 설정 * refactor: lint, prettier 설정 * feat: svg.webpack 추가 * feat: arrow 변경 * fix: svgr 오류 수정 * fix: svgr 오류 수정 * fix: svg 경로 수정 * fix: yarn.lock 수정 * fix: yarn.lock 수정 * fix: yarn.lock 수정 --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 00186a3..f9d5a96 100644 --- a/package.json +++ b/package.json @@ -55,4 +55,4 @@ "typescript": "^5.5.4", "typescript-eslint": "^7.17.0" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 1641e3d..ccf0b06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3158,6 +3158,13 @@ next@^14.2.6: "@next/swc-win32-arm64-msvc" "14.2.12" "@next/swc-win32-ia32-msvc" "14.2.12" "@next/swc-win32-x64-msvc" "14.2.12" +no-case@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d" + integrity sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg== + dependencies: + lower-case "^2.0.2" + tslib "^2.0.3" node-releases@^2.0.18: version "2.0.18"