Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
152 changes: 107 additions & 45 deletions Frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions Frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"gsap": "^3.13.0",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.545.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Comment on lines +35 to +36

Copilot AI Feb 20, 2026

Copy link

Choose a reason for hiding this comment

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

This PR downgrades React from version 19.1.1 to 18.3.1, which is a major version change, but this isn't mentioned in the PR description. The README.md indicates the project uses React 19 and even has special instructions for handling React 19 peer dependencies. This significant change should be documented and explained. Was this downgrade intentional? If so, please update the README.md to reflect this change and explain the rationale. If not, this may be an unintended change that should be reverted.

Copilot uses AI. Check for mistakes.
Comment on lines +35 to +36

Copilot AI Feb 20, 2026

Copy link

Choose a reason for hiding this comment

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

React has been downgraded from ^19.1.1 to ^18.3.1. However, note that react-is at version 19.2.3 (line 35) should typically match the React version for compatibility. Consider downgrading react-is to a version compatible with React 18 (e.g., ^18.3.1) to avoid potential compatibility issues.

Copilot uses AI. Check for mistakes.
"react-dropzone": "^14.3.8",
"react-helmet-async": "^2.0.5",
"react-hot-toast": "^2.6.0",
Expand Down
Loading
Loading