You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,11 +65,11 @@ To release the backlog notifier do the following:
65
65
```shell
66
66
npm outdated
67
67
```
68
-
2. Update everything (respects semver ranges)
68
+
2. Update all the packages listed to the latest version (specified by the \fBtag\fR config ⟨/using-npm/config#tag⟩), respecting the semver constraints of both your package and its dependencies (if they also require the same package).
69
69
```shell
70
-
npm update
70
+
npm update --save
71
71
```
72
-
3. Update package.json to latest versions
72
+
3. Update package.json to latest versions (🚨 skip this since it does not seem to respect semver constraints)
0 commit comments