Skip to content

Commit 3f45d65

Browse files
committed
Upgrade react-dom to match version
1 parent 1b5f481 commit 3f45d65

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"next-i18next": "^15.4.3",
6262
"prop-types": "^15.7.2",
6363
"react": "19.2.6",
64-
"react-dom": "19.2.4",
64+
"react-dom": "^19.2.6",
6565
"react-gtm-module": "^2.0.11",
6666
"react-hook-form": "^7.54.0",
6767
"react-i18next": "^16.6.5",
@@ -87,7 +87,7 @@
8787
"@types/markdown-it": "^14.1.2",
8888
"@types/node": "^22.18.12",
8989
"@types/react": "19.2.14",
90-
"@types/react-dom": "19.2.3",
90+
"@types/react-dom": "^19.2.6",
9191
"@types/react-gtm-module": "^2.0.4",
9292
"@types/react-simple-maps": "^3.0.6",
9393
"@typescript-eslint/eslint-plugin": "^8.58.2",

app/web/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@
27202720
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.15.tgz#e6e5a86d602beaca71ce5163fadf5f95d70931c7"
27212721
integrity sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==
27222722

2723-
"@types/react-dom@19.2.3", "@types/react-dom@^19.2.1":
2723+
"@types/react-dom@^19.2.1", "@types/react-dom@^19.2.6":
27242724
version "19.2.3"
27252725
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.3.tgz#c1e305d15a52a3e508d54dca770d202cb63abf2c"
27262726
integrity sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==
@@ -7510,10 +7510,10 @@ raw-body@~2.5.3:
75107510
iconv-lite "~0.4.24"
75117511
unpipe "~1.0.0"
75127512

7513-
react-dom@19.2.4:
7514-
version "19.2.4"
7515-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.4.tgz#6fac6bd96f7db477d966c7ec17c1a2b1ad8e6591"
7516-
integrity sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==
7513+
react-dom@^19.2.6:
7514+
version "19.2.6"
7515+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.6.tgz#44a81b0bcca22da814c00847d09d01c8615529b7"
7516+
integrity sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==
75177517
dependencies:
75187518
scheduler "^0.27.0"
75197519

0 commit comments

Comments
 (0)