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
210 changes: 173 additions & 37 deletions react-app/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 react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"proxy": "http://localhost:7071/",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"axios": "^0.21.1",
"axios": "^0.30.1",

Choose a reason for hiding this comment

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

medium

For dependencies with a major version of 0, it's often safer to pin the exact version to avoid accidentally pulling in breaking changes. Minor version updates in 0.x.y packages can sometimes introduce breaking changes. Pinning the version ensures that npm install will always use the exact, tested version, improving the stability of the project.

Suggested change
"axios": "^0.30.1",
"axios": "0.30.1",

"bulma": "^0.9.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down