Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit ff950ae

Browse files
chore(deps): update dependency @types/react to v18.3.13 (#626)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bfd176e commit ff950ae

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/core": "7.26.0",
3333
"@babel/eslint-parser": "7.25.9",
3434
"@types/node": "20.17.9",
35-
"@types/react": "18.3.12",
35+
"@types/react": "18.3.13",
3636
"@types/react-dom": "18.3.1",
3737
"@typescript-eslint/eslint-plugin": "7.18.0",
3838
"@typescript-eslint/parser": "7.18.0",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2966,14 +2966,22 @@
29662966
"@types/scheduler" "*"
29672967
csstype "^3.0.2"
29682968

2969-
"@types/react@16 || 17 || 18", "@types/[email protected]":
2969+
"@types/react@16 || 17 || 18":
29702970
version "18.3.12"
29712971
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60"
29722972
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
29732973
dependencies:
29742974
"@types/prop-types" "*"
29752975
csstype "^3.0.2"
29762976

2977+
2978+
version "18.3.13"
2979+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.13.tgz#84c9690d9a271f548659760754ea8745701bfd82"
2980+
integrity sha512-ii/gswMmOievxAJed4PAHT949bpYjPKXvXo1v6cRB/kqc2ZR4n+SgyCyvyc5Fec5ez8VnUumI1Vk7j6fRyRogg==
2981+
dependencies:
2982+
"@types/prop-types" "*"
2983+
csstype "^3.0.2"
2984+
29772985
"@types/responselike@^1.0.0":
29782986
version "1.0.1"
29792987
resolved "https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.1.tgz#1dd57e54509b3b95c7958e52709567077019d65d"

0 commit comments

Comments
 (0)