From cffd54ec329d6d1362d7776b0c8cf10a373c2391 Mon Sep 17 00:00:00 2001 From: Chung-il Jung Date: Mon, 18 Mar 2024 01:38:19 +0900 Subject: [PATCH] =?UTF-8?q?chore(=ED=95=A8=EC=88=98=EB=9E=91=ED=94=BC?= =?UTF-8?q?=ED=94=8C):=20=ED=8C=A8=ED=82=A4=EC=A7=80=20=EB=B2=84=EC=A0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/people-1/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/people-1/package.json b/apps/people-1/package.json index cb25fd8..2e80bea 100644 --- a/apps/people-1/package.json +++ b/apps/people-1/package.json @@ -9,15 +9,15 @@ "lint": "next lint" }, "dependencies": { - "react": "^18", - "react-dom": "^18", - "next": "14.1.3" + "react": "^18.2.0", + "react-dom": "^18.2.0", + "next": "^14.1.3" }, "devDependencies": { "@hamsurang/eslint-config": "workspace:*", "@hamsurang/tsconfig": "workspace:*", - "@types/react": "^18", - "@types/react-dom": "^18", - "eslint-config-next": "14.1.3" + "@types/react": "^18.2.65", + "@types/react-dom": "^18.2.21", + "eslint-config-next": "^14.1.3" } }