Skip to content

Commit

Permalink
add types/react resolution (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneeza authored Sep 18, 2023
1 parent 827060f commit 637089d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
},
"resolutions": {
"caniuse-lite": "^1.0.30001135",
"@types/react-transition-group/@types/react": "^17.0.2"
"@types/react-transition-group/@types/react": "^17.0.2",
"@types/react": "18.2.21"
},
"workspaces": [
"packages/*",
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4223,7 +4223,7 @@
dependencies:
"@types/react" "*"

"@types/react@*":
"@types/react@*", "@types/react@18.2.21", "@types/react@>=16", "@types/react@^18.0.0":
version "18.2.21"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9"
integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==
Expand All @@ -4232,15 +4232,6 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@>=16", "@types/react@^18.0.0":
version "18.2.18"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.18.tgz#c8b233919eef1bdc294f6f34b37f9727ad677516"
integrity sha512-da4NTSeBv/P34xoZPhtcLkmZuJ+oYaCxHmyHzwaDQo9RQPBeXV+06gEk2FpqEcsX9XrnNLvRpVh6bdavDSjtiQ==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^17.0.2":
version "17.0.62"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.62.tgz#2efe8ddf8533500ec44b1334dd1a97caa2f860e3"
Expand Down

0 comments on commit 637089d

Please sign in to comment.