Skip to content

Commit 1b2c827

Browse files
authored
Fix website React dependency mismatch
1 parent 4929949 commit 1b2c827

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"clsx": "^2.0.0",
2222
"prism-react-renderer": "^2.4.1",
2323
"react": "^19.2.7",
24-
"react-dom": "^19.2.6",
24+
"react-dom": "^19.2.7",
2525
"react-image-gallery": "^2.1.2"
2626
},
2727
"devDependencies": {

Website/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7614,10 +7614,10 @@ rc@1.2.8:
76147614
minimist "^1.2.0"
76157615
strip-json-comments "~2.0.1"
76167616

7617-
react-dom@^19.2.6:
7618-
version "19.2.6"
7619-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.6.tgz#44a81b0bcca22da814c00847d09d01c8615529b7"
7620-
integrity sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==
7617+
react-dom@^19.2.7:
7618+
version "19.2.7"
7619+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.7.tgz#0450dc9ae9ddbff76ef196401cd8b8c7fb466ccc"
7620+
integrity sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==
76217621
dependencies:
76227622
scheduler "^0.27.0"
76237623

0 commit comments

Comments
 (0)