Skip to content

Commit

Permalink
Update dependency @types/react to ^18.2.64
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent 5c761d9 commit 6f581f3
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
"@testing-library/react-hooks": "^8.0.1",
"@types/invariant": "2.2.35",
"jest-environment-jsdom": "^28.1.3",
"@types/react": "^18.2.17",
"@types/react": "^18.2.64",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1748,10 +1748,10 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^18.2.17":
version "18.2.17"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.17.tgz#baa565b17ddb649c2dac85b5eaf9e9a1fe0f3b4e"
integrity sha512-u+e7OlgPPh+aryjOm5UJMX32OvB2E3QASOAqVMY6Ahs90djagxwv2ya0IctglNbNTexC12qCSMZG47KPfy1hAA==
"@types/react@^18.2.64":
version "18.2.64"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.64.tgz#3700fbb6b2fa60a6868ec1323ae4cbd446a2197d"
integrity sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"

0 comments on commit 6f581f3

Please sign in to comment.