Skip to content

Commit

Permalink
chore: use range for peer-dep @react/types
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Sep 11, 2023
1 parent 850bcd8 commit 0d86f42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.1",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^16.14.0",
"@types/react": ">=16.14.0",
"ast-types": "^0.14.2",
"concurrently": "^6.2.1",
"cypress": "^9.5.0",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5452,12 +5452,13 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^16.14.0":
version "16.14.0"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.0.tgz#bc022cfe1609899b0f2196376b267724e7300f0e"
integrity sha512-jJjHo1uOe+NENRIBvF46tJimUvPnmbQ41Ax0pEm7pRvhPg+wuj8VMOHHiMvaGmZRzRrCtm7KnL5OOE/6kHPK8w==
"@types/react@>=16.14.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==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/resolve@0.0.8":
Expand Down

0 comments on commit 0d86f42

Please sign in to comment.