Skip to content

Commit 02b2ee7

Browse files
CopilotBornToBeRoot
andcommitted
Fix React version mismatch - update react-dom to 19.2.4
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
1 parent c08bb42 commit 02b2ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.4",
24-
"react-dom": "^19.2.3",
24+
"react-dom": "^19.2.4",
2525
"react-image-gallery": "^2.0.5"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)