Skip to content
Open
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
2 changes: 1 addition & 1 deletion examples/interframeworkability/react-pure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"react": "^16.8.6",
"redux": "^4.0.1",
"react-dom": "^16.8.6",
"express": "4.19.2"
"express": "4.22.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

To improve maintainability and automatically receive non-breaking security patches and bug fixes, it's best practice to use a caret (^) for the dependency version. This allows npm to install compatible newer versions and aligns with the versioning strategy used for other dependencies in this file.

Suggested change
"express": "4.22.0"
"express": "^4.22.0"

}
}