Skip to content

Commit

Permalink
Update docs/adr/002-policy-on-using-caret-with-dependencies.md
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Todd <[email protected]>
  • Loading branch information
UlisesGascon and wesleytodd authored Feb 13, 2025
1 parent 6e35bf8 commit ea497f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adr/002-policy-on-using-caret-with-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This decision aims to avoid unexpected updates and regressions from external dep
We will adopt a policy where the caret (`^`) symbol is used for dependencies owned within the Express ecosystem (e.g., `body-parser` for Express), but continue to avoid using it for third-party dependencies that we do not maintain.

**What will be done?**
- Update the `package.json` files to use `^` for our own dependencies.
- Update the `package.json` files to use `^` for all dependencies (both prod and dev).
- Continue using fixed versions (no caret or tilde) for external dependencies to minimize risks of unintended updates.

**Note on `^` vs. `~`:**
Expand Down

0 comments on commit ea497f5

Please sign in to comment.