Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
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 22, 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 changes React/ReactDOM from ^19.1.1 to ^18.3.1, which is a significant dependency change and not mentioned in the PR description/linked issue. If this downgrade is required, please explain why in the PR description and ensure related deps are aligned (e.g., @types/react/@types/react-dom versions). Otherwise, revert this to keep the PR scoped to the FAQ hover UI change.

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