Skip to content

Commit

Permalink
Chore: @types/react 다운그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyongp committed Apr 12, 2022
1 parent b94b724 commit 31da7d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Expand Up @@ -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==
Expand All @@ -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"
Expand Down

0 comments on commit 31da7d3

Please sign in to comment.