Skip to content

Commit 0dba55c

Browse files
chore(deps): update dependency @types/react to ^18.3.20 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be9e967 commit 0dba55c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@txo/tsconfig": "^2.0.0",
5151
"@types/eslint": "^9.6.1",
5252
"@types/jest": "^29.5.14",
53-
"@types/react": "^18.3.19",
53+
"@types/react": "^18.3.20",
5454
"concurrently": "^9.1.2",
5555
"depcheck": "^1.4.7",
5656
"husky": "^9.1.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,10 +1519,10 @@
15191519
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.13.tgz#2af91918ee12d9d32914feb13f5326658461b451"
15201520
integrity sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==
15211521

1522-
"@types/react@^18.3.19":
1523-
version "18.3.19"
1524-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.19.tgz#2b6a01315c9b1b644a8799a7d33efb027150240f"
1525-
integrity sha512-fcdJqaHOMDbiAwJnXv6XCzX0jDW77yI3tJqYh1Byn8EL5/S628WRx9b/y3DnNe55zTukUQKrfYxiZls2dHcUMw==
1522+
"@types/react@^18.3.20":
1523+
version "18.3.20"
1524+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.20.tgz#b0dccda9d2f1bc24d2a04b1d0cb5d0b9a3576ad3"
1525+
integrity sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==
15261526
dependencies:
15271527
"@types/prop-types" "*"
15281528
csstype "^3.0.2"

0 commit comments

Comments
 (0)