Skip to content

Commit 0f24975

Browse files
fix(deps): update react monorepo
1 parent e937304 commit 0f24975

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

webapp-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@sentry/nextjs": "^7.75.0",
2020
"@types/js-cookie": "^3.0.3",
2121
"@types/node": "20.12.10",
22-
"@types/react": "18.3.1",
23-
"@types/react-dom": "18.3.0",
22+
"@types/react": "18.3.15",
23+
"@types/react-dom": "18.3.4",
2424
"@uidotdev/usehooks": "^2.1.1",
2525
"chart.js": "^4.3.0",
2626
"chartjs-adapter-moment": "^1.0.1",

webapp-next/yarn.lock

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,17 +1483,15 @@
14831483
"@types/react" "*"
14841484
date-fns "^3.3.1"
14851485

1486-
1487-
version "18.3.0"
1488-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.0.tgz#0cbc818755d87066ab6ca74fbedb2547d74a82b0"
1489-
integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==
1490-
dependencies:
1491-
"@types/react" "*"
1486+
1487+
version "18.3.4"
1488+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.4.tgz#25119d84a654b3894b49eded7c4b68f2ca9a0f6d"
1489+
integrity sha512-HMqjZ3RJxmfoOn3sVc0T0fO6qSrLDnUQYB+azHKdBBz1eOt0Sq4wUu2Sf1/Dt18gqhECg0fZ33tkh/6YdwrSCw==
14921490

1493-
"@types/react@*", "@types/[email protected].1":
1494-
version "18.3.1"
1495-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
1496-
integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
1491+
"@types/react@*", "@types/[email protected].15":
1492+
version "18.3.15"
1493+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.15.tgz#14674f041072c2b17062ae2edb0eb95a45787f98"
1494+
integrity sha512-XQzbwkCwrsabawgWsvDDwsDTRuH1sf6Uj1fnFYoG03ZXfT54/aBvlylKR9ix70pXAtTn8dFzj358zVcZN4m83w==
14971495
dependencies:
14981496
"@types/prop-types" "*"
14991497
csstype "^3.0.2"
@@ -4076,8 +4074,16 @@ streamsearch@^1.1.0:
40764074
resolved "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz"
40774075
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
40784076

4079-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
4080-
name string-width-cjs
4077+
"string-width-cjs@npm:string-width@^4.2.0":
4078+
version "4.2.3"
4079+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4080+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4081+
dependencies:
4082+
emoji-regex "^8.0.0"
4083+
is-fullwidth-code-point "^3.0.0"
4084+
strip-ansi "^6.0.1"
4085+
4086+
string-width@^4.1.0:
40814087
version "4.2.3"
40824088
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
40834089
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==

0 commit comments

Comments
 (0)