Commit 599a90a
fix(Makefile): don't replace all versions in package-lock.json during release
This change doesn't fully fix the original issue but it reduces impact area as now we only replace old version. The better solution is to replace only the first occurence or replace a version only if it is the next line after a package name (this can be done wih multiline regexps).1 parent 1fe1df3 commit 599a90a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments