Skip to content

Commit

Permalink
Update @types/react to version 17.0.38 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jan 16, 2022
1 parent cee5d0b commit 878b131
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/node": "^17.0.8",
"@types/react": "^17.0.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.0",
"babel-jest": "^27.0.6",
"identity-obj-proxy": "^3.0.0",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^17.0.0":
"@types/react@*":
version "17.0.19"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.19.tgz#8f2a85e8180a43b57966b237d26a29481dacc991"
integrity sha512-sX1HisdB1/ZESixMTGnMxH9TDe8Sk709734fEQZzCV/4lSu9kJCPbo2PbTRoZM+53Pp0P10hYVyReUueGwUi4A==
Expand All @@ -1472,6 +1472,15 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^17.0.38":
version "17.0.38"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.38.tgz#f24249fefd89357d5fa71f739a686b8d7c7202bd"
integrity sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ==
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

1 comment on commit 878b131

@vercel
Copy link

@vercel vercel bot commented on 878b131 Jan 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.