From 31da7d361789f2bc91e6f304ff0b45a8f155d641 Mon Sep 17 00:00:00 2001 From: jinyongp Date: Tue, 12 Apr 2022 18:30:26 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20@types/react=20=EB=8B=A4=EC=9A=B4?= =?UTF-8?q?=EA=B7=B8=EB=A0=88=EC=9D=B4=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref: https://github.com/vercel/next.js/issues/36085 --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7e85fb6..f256ff4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@types/node": "17.0.23", - "@types/react": "18.0.2", + "@types/react": "18.0.1", "@types/react-dom": "18.0.0", "eslint": "8.13.0", "eslint-config-next": "12.1.4", diff --git a/yarn.lock b/yarn.lock index 270a5ee..6bf843a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -166,7 +166,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@18.0.2": +"@types/react@*": version "18.0.2" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.2.tgz#bc6a0572d434642ebe8b4ac0f121d18e2f2d8f7f" integrity sha512-2poV9ReTwwV5ZNxkKyk7t6Vp/odeTfYI3vRjtDYWfUdEstx9mp26jzELfMBwV6gXg1irhHUnmZJH/dJW7xafcA== @@ -175,6 +175,15 @@ "@types/scheduler" "*" csstype "^3.0.2" +"@types/react@18.0.1": + version "18.0.1" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.1.tgz#1b2e02fb7613212518733946e49fb963dfc66e19" + integrity sha512-VnWlrVgG0dYt+NqlfMI0yUYb8Rdl4XUROyH+c6gq/iFCiZ805Vi//26UW38DHnxQkbDhnrIWTBiy6oKZqL11cw== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + "@types/scheduler@*": version "0.16.2" resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"