Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 6, 2023
1 parent 733366c commit d37faaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@txo-peer-dep/log": "^4.0.0",
"@txo/log-console": "^3.0.0",
"@types/jest": "^29.5.0",
"@types/react": "~17.0.56",
"@types/react": "~18.0.33",
"@types/react-native": "0.71.5",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2266,10 +2266,10 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@~17.0.56":
version "17.0.56"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.56.tgz#16f54a0b0a4820065b8296f1dd6da80791fcf964"
integrity sha512-Z13f9Qz7Hg8f2g2NsBjiJSVWmON2b3K8RIqFK8mMKCIgvD0CD0ZChTukz87H3lI28X3ukXoNFGzo3ZW1ICTtPA==
"@types/react@~18.0.33":
version "18.0.33"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.33.tgz#a1575160cb4376787c2f5fe0312302f824baa61e"
integrity sha512-sHxzVxeanvQyQ1lr8NSHaj0kDzcNiGpILEVt69g9S31/7PfMvNCKLKcsHw4lYKjs3cGNJjXSP4mYzX43QlnjNA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit d37faaa

Please sign in to comment.