Skip to content

Commit

Permalink
docs(dependency-pinning): use admonition (#13895)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Jan 28, 2022
1 parent 0424518 commit b1e9ee1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/usage/dependency-pinning.md
Expand Up @@ -52,7 +52,10 @@ e.g. there might be a space of 30 minutes where your package specifies foobar `1
You mainly pin versions for certainty, and visibility.
When you have a pinned version of each dependency in your `package.json`, you know exactly which version of each dependency is installed at any time.
This benefits when upgrading versions as well as when rolling back in case of problems.
Note: we'll cover lock files later, don't worry.

<!-- prettier-ignore -->
!!! note
We'll cover lock files later, don't worry.

### Upgrading pinned versions

Expand Down

0 comments on commit b1e9ee1

Please sign in to comment.