Skip to content

Commit 9c6aac0

Browse files
chore(deps): update dependency @types/react to v18 (#473)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 067b45d commit 9c6aac0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@testing-library/react-hooks": "8.0.0",
4646
"@types/jest": "27.4.1",
4747
"@types/node": "16.11.26",
48-
"@types/react": "17.0.44",
48+
"@types/react": "18.0.6",
4949
"@types/react-dom": "18.0.0",
5050
"@typescript-eslint/eslint-plugin": "5.20.0",
5151
"@typescript-eslint/parser": "5.20.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3017,10 +3017,10 @@
30173017
"@types/scheduler" "*"
30183018
csstype "^3.0.2"
30193019

3020-
"@types/react@17.0.44":
3021-
version "17.0.44"
3022-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7"
3023-
integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==
3020+
"@types/react@18.0.6":
3021+
version "18.0.6"
3022+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.6.tgz#30206c3830af6ce8639b91ace5868bc2d3d1d96c"
3023+
integrity sha512-bPqwzJRzKtfI0mVYr5R+1o9BOE8UEXefwc1LwcBtfnaAn6OoqMhLa/91VA8aeWfDPJt1kHvYKI8RHcQybZLHHA==
30243024
dependencies:
30253025
"@types/prop-types" "*"
30263026
"@types/scheduler" "*"

0 commit comments

Comments
 (0)