From 368090e9c62de46da2dca2005504b9764f50ee8e Mon Sep 17 00:00:00 2001 From: SeongHyun Kim Date: Thu, 2 Apr 2026 13:20:46 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20next-themes=20=ED=8C=A8=ED=82=A4?= =?UTF-8?q?=EC=A7=80=20=EC=84=A4=EC=B9=98=20(ThemeProvider=20=EC=9D=98?= =?UTF-8?q?=EC=A1=B4=EC=84=B1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package-lock.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8a1fea56..03347805 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1421,6 +1421,7 @@ "integrity": "sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==", "devOptional": true, "license": "Apache-2.0", + "peer": true, "dependencies": { "playwright": "1.58.2" },