Skip to content

Commit 6a2113e

Browse files
committed
Update dependency @types/react to v17.0.54
1 parent f646ff0 commit 6a2113e

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@next/eslint-plugin-next": "13.1.6",
2020
"@testing-library/cypress": "8.0.7",
2121
"@types/jest": "27.5.2",
22-
"@types/react": "17.0.53",
22+
"@types/react": "17.0.54",
2323
"@types/react-dom": "17.0.19",
2424
"@typescript-eslint/eslint-plugin": "5.56.0",
2525
"@typescript-eslint/parser": "5.56.0",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,16 @@
907907
dependencies:
908908
"@types/react" "^17"
909909

910-
"@types/react@17.0.53", "@types/react@^17":
910+
"@types/react@17.0.54":
911+
version "17.0.54"
912+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.54.tgz#3ce9ab14e10e6bd1b02e3953b0c9d41e8161e0d7"
913+
integrity sha512-yBon9aJ+pVyP0dzfs4sR2DOseDi6fDnZQHqFaprzDzFgxDLkUhL/Frjf2egvpdlVtssWH8k3YAgvaGQXFu+4Kw==
914+
dependencies:
915+
"@types/prop-types" "*"
916+
"@types/scheduler" "*"
917+
csstype "^3.0.2"
918+
919+
"@types/react@^17":
911920
version "17.0.53"
912921
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.53.tgz#10d4d5999b8af3d6bc6a9369d7eb953da82442ab"
913922
integrity sha512-1yIpQR2zdYu1Z/dc1OxC+MA6GR240u3gcnP4l6mvj/PJiVaqHsQPmWttsvHsfnhfPbU2FuGmo0wSITPygjBmsw==

0 commit comments

Comments
 (0)