Skip to content
Snippets Groups Projects
Unverified Commit b1e9ee18 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(dependency-pinning): use admonition (#13895)

parent 0424518d
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,10 @@ e.g. there might be a space of 30 minutes where your package specifies foobar `1 ...@@ -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. 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. 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. 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 ### Upgrading pinned versions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment