From 284138dd12a18da4e0ba4d9c14abb92693ea52de Mon Sep 17 00:00:00 2001 From: Lee sang Yeop Date: Sun, 8 Oct 2023 15:00:32 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EA=B9=83=ED=97=88=EB=B8=8C=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 50c719f..123b406 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,10 @@ "prettier": "^2.8.8", "typescript": "4.9.5" }, + "resolutions": { + "@types/react": "17.0.2", + "@types/react-dom": "17.0.2" + }, "msw": { "workerDirectory": "public" }