Skip to content

Commit e1a28df

Browse files
committed
fix: update react-dom to 19.2.3 to match react version
React requires both react and react-dom packages to have the exact same version. This commit updates react-dom from 19.2.1 to 19.2.3 to match the react version updated by Dependabot in PR #240. Fixes failing unit tests that reported: "Incompatible React versions: The 'react' and 'react-dom' packages must have the exact same version." 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 07fee60 commit e1a28df

File tree

2 files changed

+17
-39
lines changed

2 files changed

+17
-39
lines changed

package-lock.json

Lines changed: 16 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"react": "^19.2.3",
4444
"react-chartjs-2": "^5.3.1",
4545
"react-countup": "^6.5.3",
46-
"react-dom": "^19.2.1",
46+
"react-dom": "^19.2.3",
4747
"react-markdown": "^10.1.0",
4848
"tailwind-merge": "^3.4.0",
4949
"winston": "^3.19.0",

0 commit comments

Comments
 (0)