Skip to content

Commit 763d80b

Browse files
Update dependency @types/react to v18
1 parent df3244a commit 763d80b

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
@@ -37,7 +37,7 @@
3737
"@testing-library/user-event": "13.5.0",
3838
"@types/jest": "27.5.2",
3939
"@types/node": "16.18.18",
40-
"@types/react": "17.0.53",
40+
"@types/react": "18.0.35",
4141
"@types/testing-library__cypress": "5.0.9",
4242
"@typescript-eslint/eslint-plugin": "5.56.0",
4343
"@typescript-eslint/parser": "5.56.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1361,10 +1361,10 @@
13611361
dependencies:
13621362
"@types/react" "^17"
13631363

1364-
"@types/react@17.0.53":
1365-
version "17.0.53"
1366-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.53.tgz#10d4d5999b8af3d6bc6a9369d7eb953da82442ab"
1367-
integrity sha512-1yIpQR2zdYu1Z/dc1OxC+MA6GR240u3gcnP4l6mvj/PJiVaqHsQPmWttsvHsfnhfPbU2FuGmo0wSITPygjBmsw==
1364+
"@types/react@18.0.35":
1365+
version "18.0.35"
1366+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.35.tgz#192061cb1044fe01f2d3a94272cd35dd50502741"
1367+
integrity sha512-6Laome31HpetaIUGFWl1VQ3mdSImwxtFZ39rh059a1MNnKGqBpC88J6NJ8n/Is3Qx7CefDGLgf/KhN/sYCf7ag==
13681368
dependencies:
13691369
"@types/prop-types" "*"
13701370
"@types/scheduler" "*"

0 commit comments

Comments
 (0)