Skip to content
Merged
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

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

Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react": "^17.0.2",
"react-bootstrap": "^2.10.10",
"react-dom": "^17.0.2",
"react-hook-form": "^7.68.0",
"react-hook-form": "^7.70.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

For better dependency stability and to ensure reproducible builds, it's a good practice to pin the exact version of your dependencies. While package-lock.json handles this, explicitly pinning the version in package.json prevents unexpected behavior from different package manager versions or if the lockfile is ignored, and makes the intended version clearer to developers.

Suggested change
"react-hook-form": "^7.70.0",
"react-hook-form": "7.70.0",

"react-router-dom": "^5.3.4",
"ts-loader": "^9.5.4",
"typescript": "^4.9.5",
Expand Down
Loading