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
49 changes: 26 additions & 23 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"styled-components": "^5.3.0",
"styled-components": "^5.3.11",

Choose a reason for hiding this comment

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

medium

While upgrading to 5.3.11 is a good step for maintenance, it's worth noting that styled-components v5 is no longer the latest major version. The current major version is v6, which offers performance improvements and new features.

Consider creating a ticket or plan to migrate to v6 to keep the project's dependencies modern. Be aware that v6 includes breaking changes, such as being ESM-only, which may require updates to your build configuration (e.g., upgrading react-scripts).

"web-vitals": "^1.0.1"
},
"proxy": "http://localhost:3000",
Expand Down