Skip to content

Commit

Permalink
Bump @types/react to ^18.2.21 (#38659)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 28, 2023
1 parent f5d6f6a commit 7fa043b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.17.12",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.20",
"@types/react": "^18.2.21",
"@types/react-is": "^18.2.1",
"@types/react-test-renderer": "^18.0.0",
"@types/sinon": "^10.0.16",
Expand Down Expand Up @@ -228,7 +228,7 @@
"**/@definitelytyped/typescript-versions": "^0.0.169",
"**/@definitelytyped/utils": "^0.0.169",
"**/@types/node": "^18.17.12",
"**/@types/react": "^18.2.20",
"**/@types/react": "^18.2.21",
"**/cross-fetch": "^4.0.0"
},
"nyc": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-to-proptypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.12",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.20",
"@types/react": "^18.2.21",
"@types/uuid": "^9.0.2",
"fast-glob": "^3.3.1",
"prettier": "^2.8.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3715,10 +3715,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@>=16", "@types/react@^16", "@types/react@^18.2.20":
version "18.2.20"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.20.tgz#1605557a83df5c8a2cc4eeb743b3dfc0eb6aaeb2"
integrity sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==
"@types/react@*", "@types/react@>=16", "@types/react@^16", "@types/react@^18.2.21":
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" "*"
Expand Down

0 comments on commit 7fa043b

Please sign in to comment.