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
8 changes: 4 additions & 4 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 @@ -14,7 +14,7 @@
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.0",
"next": "^16.0.10",
"react": "19.2.0",
"react": "19.2.1",
Copy link

Copilot AI Dec 25, 2025

Choose a reason for hiding this comment

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

The version specification should use a caret (^) to match the pattern used for other dependencies in this file and to be consistent with the package-lock.json entry. Change "19.2.1" to "^19.2.1".

Suggested change
"react": "19.2.1",
"react": "^19.2.1",

Copilot uses AI. Check for mistakes.
"react-dom": "19.2.0",
Copy link

Copilot AI Dec 25, 2025

Choose a reason for hiding this comment

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

React and react-dom versions should be kept in sync. While react is being upgraded to 19.2.1, react-dom remains at 19.2.0. Consider upgrading react-dom to 19.2.1 in the same PR to maintain version consistency and avoid potential compatibility issues.

Suggested change
"react-dom": "19.2.0",
"react-dom": "19.2.1",

Copilot uses AI. Check for mistakes.
"three": "^0.181.2"
},
Expand Down