Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"next": "15.5.9",
"next-client-cookies": "^1.1.1",
"next-themes": "^0.4.4",
"react": "19.1.1",
"react": "19.2.0",
"react-cookie": "^7.2.0",
"react-dom": "19.1.1",
Comment on lines +45 to 47

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep react and react-dom versions aligned

React is bumped to 19.2.0 but react-dom remains at 19.1.1 (lines 45–47), so installations after this commit will run a newer React core with an older renderer. React’s release notes and Next.js guidance expect these packages to stay on the same version; running with a mismatched minor/patch can surface runtime warnings or hydration/hook errors when React 19.2 features rely on renderer changes. Consider upgrading react-dom to 19.2.0 in the same commit.

Useful? React with 👍 / 👎.

"react-google-recaptcha-v3": "^1.10.1",
Expand Down