Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b57f516

Browse files
authoredMar 27, 2024··
chore(deps): update react monorepo
1 parent e76257b commit b57f516

File tree

2 files changed

+28
-13
lines changed

2 files changed

+28
-13
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"@types/node": "20.11.19",
22-
"@types/react": "18.2.57",
23-
"@types/react-dom": "18.2.19",
22+
"@types/react": "18.2.73",
23+
"@types/react-dom": "18.2.22",
2424
"eslint": "8.56.0",
2525
"eslint-config-next": "14.1.0",
2626
"prettier": "3.2.5",

‎yarn.lock

+26-11
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,10 @@
399399
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
400400
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
401401

402-
"@types/react-dom@18.2.19":
403-
version "18.2.19"
404-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.19.tgz#b84b7c30c635a6c26c6a6dfbb599b2da9788be58"
405-
integrity sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==
402+
"@types/react-dom@18.2.22":
403+
version "18.2.22"
404+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.22.tgz#d332febf0815403de6da8a97e5fe282cbe609bae"
405+
integrity sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==
406406
dependencies:
407407
"@types/react" "*"
408408

@@ -415,13 +415,12 @@
415415
"@types/scheduler" "*"
416416
csstype "^3.0.2"
417417

418-
"@types/react@18.2.57":
419-
version "18.2.57"
420-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.57.tgz#147b516d8bdb2900219acbfc6f939bdeecca7691"
421-
integrity sha512-ZvQsktJgSYrQiMirAN60y4O/LRevIV8hUzSOSNB6gfR3/o3wCBFQx3sPwIYtuDMeiVgsSS3UzCV26tEzgnfvQw==
418+
"@types/react@18.2.73":
419+
version "18.2.73"
420+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.73.tgz#0579548ad122660d99e00499d22e33b81e73ed94"
421+
integrity sha512-XcGdod0Jjv84HOC7N5ziY3x+qL0AfmubvKOZ9hJjJ2yd5EE+KYjWhdOjt387e9HPheHkdggF9atTifMRtyAaRA==
422422
dependencies:
423423
"@types/prop-types" "*"
424-
"@types/scheduler" "*"
425424
csstype "^3.0.2"
426425

427426
"@types/scheduler@*":
@@ -2873,7 +2872,16 @@ streamsearch@^1.1.0:
28732872
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
28742873
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
28752874

2876-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
2875+
"string-width-cjs@npm:string-width@^4.2.0":
2876+
version "4.2.3"
2877+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2878+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2879+
dependencies:
2880+
emoji-regex "^8.0.0"
2881+
is-fullwidth-code-point "^3.0.0"
2882+
strip-ansi "^6.0.1"
2883+
2884+
string-width@^4.1.0:
28772885
version "4.2.3"
28782886
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
28792887
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2959,7 +2967,14 @@ string.prototype.trimstart@^1.0.7:
29592967
define-properties "^1.2.0"
29602968
es-abstract "^1.22.1"
29612969

2962-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2970+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2971+
version "6.0.1"
2972+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2973+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2974+
dependencies:
2975+
ansi-regex "^5.0.1"
2976+
2977+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
29632978
version "6.0.1"
29642979
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
29652980
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)
Please sign in to comment.