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
27 changes: 15 additions & 12 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@testing-library/user-event": "^13.5.0",
"axios": "^1.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",

Choose a reason for hiding this comment

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

high

To avoid potential issues, it's important to keep react and react-dom at the same version. While react-dom is updated here, the react dependency on the preceding line remains at ^18.2.0. Please update the react version to ^18.3.1 as well.

For clarity, the dependencies should be:

    "react": "^18.3.1",
    "react-dom": "^18.3.1",

"react-router-dom": "^6.26.2",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.3",
Expand Down