Skip to content

Commit 80ec6e2

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

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

yarn.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3265,9 +3265,9 @@
32653265
csstype "^3.0.2"
32663266

32673267
"@types/react@^18.3.1":
3268-
version "18.3.1"
3269-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
3270-
integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
3268+
version "18.3.2"
3269+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.2.tgz#462ae4904973bc212fa910424d901e3d137dbfcd"
3270+
integrity sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==
32713271
dependencies:
32723272
"@types/prop-types" "*"
32733273
csstype "^3.0.2"
@@ -11150,7 +11150,16 @@ std-env@^3.0.1:
1115011150
resolved "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz"
1115111151
integrity sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==
1115211152

11153-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
11153+
"string-width-cjs@npm:string-width@^4.2.0":
11154+
version "4.2.3"
11155+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
11156+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11157+
dependencies:
11158+
emoji-regex "^8.0.0"
11159+
is-fullwidth-code-point "^3.0.0"
11160+
strip-ansi "^6.0.1"
11161+
11162+
string-width@^4.1.0, string-width@^4.2.0:
1115411163
version "4.2.3"
1115511164
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
1115611165
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11235,7 +11244,14 @@ stringify-object@^3.3.0:
1123511244
is-obj "^1.0.1"
1123611245
is-regexp "^1.0.0"
1123711246

11238-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11247+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11248+
version "6.0.1"
11249+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
11250+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11251+
dependencies:
11252+
ansi-regex "^5.0.1"
11253+
11254+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1123911255
version "6.0.1"
1124011256
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
1124111257
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)