Skip to content

Commit d7643b9

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

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.2.6",
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.2.6":
1365+
version "18.2.6"
1366+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.6.tgz#5cd53ee0d30ffc193b159d3516c8c8ad2f19d571"
1367+
integrity sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==
13681368
dependencies:
13691369
"@types/prop-types" "*"
13701370
"@types/scheduler" "*"

0 commit comments

Comments
 (0)