summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-12-02 20:01:58 +0900
committerjoonhoekim <26rote@gmail.com>2025-12-02 20:01:58 +0900
commit87ab8fa7aa845e3aa56941d9eeaba03f36f4b3d3 (patch)
treed4b21d0f863d1af412951950c7815298ca46c82d /package.json
parenteeff11401e769f0cdf13b2344af1f25f8f9e31ed (diff)
(김준회) 의존성 버전 오류 (타입 버전 오류) 수정
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 2f435dbe..c77538c8 100644
--- a/package.json
+++ b/package.json
@@ -192,8 +192,8 @@
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.11.10",
- "@types/react": "^19",
- "@types/react-dom": "^19",
+ "@types/react": "^18.3.1",
+ "@types/react-dom": "^18.3.1",
"@types/sharp": "^0.31.1",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",