Skip to content

Commit

Permalink
Update dependency @types/react to v18.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 8, 2022
1 parent 3ada691 commit d4cb5b3
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 @@ -64,7 +64,7 @@
"@testing-library/react": "13.3.0",
"@types/jest": "28.1.6",
"@types/node": "18.0.3",
"@types/react": "18.0.15",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/transit-js": "0.8.0",
"@typescript-eslint/eslint-plugin": "5.32.0",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@18.0.15":
"@types/react@*":
version "18.0.15"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.15.tgz#d355644c26832dc27f3e6cbf0c4f4603fc4ab7fe"
integrity sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow==
Expand All @@ -958,6 +958,15 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@18.0.17":
version "18.0.17"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.17.tgz#4583d9c322d67efe4b39a935d223edcc7050ccf4"
integrity sha512-38ETy4tL+rn4uQQi7mB81G7V1g0u2ryquNmsVIOKUAEIDK+3CUjZ6rSRpdvS99dNBnkLFL83qfmtLacGOTIhwQ==
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

0 comments on commit d4cb5b3

Please sign in to comment.