Skip to content

Commit 5279ebd

Browse files
authored
Merge pull request #8134 from Couchers-org/dependabot/npm_and_yarn/app/web/multi-d88693a43a
Bump react and @types/react in /app/web
2 parents 1d080af + e61f081 commit 5279ebd

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

app/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"next": "^15.5.7",
6161
"next-i18next": "^15.4.3",
6262
"prop-types": "^15.7.2",
63-
"react": "19.2.1",
64-
"react-dom": "19.2.1",
63+
"react": "19.2.4",
64+
"react-dom": "19.2.4",
6565
"react-gtm-module": "^2.0.11",
6666
"react-hook-form": "^7.54.0",
6767
"react-i18next": "^16.5.4",
@@ -86,7 +86,7 @@
8686
"@types/jest": "^29.5.14",
8787
"@types/markdown-it": "^14.1.2",
8888
"@types/node": "^22.18.12",
89-
"@types/react": "19.2.7",
89+
"@types/react": "19.2.14",
9090
"@types/react-dom": "19.2.3",
9191
"@types/react-gtm-module": "^2.0.4",
9292
"@types/react-simple-maps": "^3.0.6",

app/web/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2644,10 +2644,10 @@
26442644
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.12.tgz#b5d76568485b02a307238270bfe96cb51ee2a044"
26452645
integrity sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==
26462646

2647-
"@types/react@*", "@types/react@19.2.7", "@types/react@^19.2.1":
2648-
version "19.2.7"
2649-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.7.tgz#84e62c0f23e8e4e5ac2cadcea1ffeacccae7f62f"
2650-
integrity sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==
2647+
"@types/react@*", "@types/react@19.2.14", "@types/react@^19.2.1":
2648+
version "19.2.14"
2649+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.14.tgz#39604929b5e3957e3a6fa0001dafb17c7af70bad"
2650+
integrity sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==
26512651
dependencies:
26522652
csstype "^3.2.2"
26532653

@@ -7448,10 +7448,10 @@ raw-body@~2.5.3:
74487448
iconv-lite "~0.4.24"
74497449
unpipe "~1.0.0"
74507450

7451-
react-dom@19.2.1:
7452-
version "19.2.1"
7453-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.1.tgz#ce3527560bda4f997e47d10dab754825b3061f59"
7454-
integrity sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==
7451+
react-dom@19.2.4:
7452+
version "19.2.4"
7453+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.4.tgz#6fac6bd96f7db477d966c7ec17c1a2b1ad8e6591"
7454+
integrity sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==
74557455
dependencies:
74567456
scheduler "^0.27.0"
74577457

@@ -7543,10 +7543,10 @@ react-transition-group@^4.4.5:
75437543
loose-envify "^1.4.0"
75447544
prop-types "^15.6.2"
75457545

7546-
react@19.2.1:
7547-
version "19.2.1"
7548-
resolved "https://registry.yarnpkg.com/react/-/react-19.2.1.tgz#8600fa205e58e2e807f6ef431c9f6492591a2700"
7549-
integrity sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==
7546+
react@19.2.4:
7547+
version "19.2.4"
7548+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.4.tgz#438e57baa19b77cb23aab516cf635cd0579ee09a"
7549+
integrity sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==
75507550

75517551
readable-stream@^2.0.2:
75527552
version "2.3.8"

0 commit comments

Comments
 (0)