Commit d47eabf
Andrew Luca
fix(browser-sync): adapt yargs version method call
In last 8 days I saw that `yargs` was upgrade `6.4.0` to `^15.4.1`
And from the changelogs I saw that there are a lot of breaking changes.
- https://github.com/yargs/yargs/blob/master/docs/CHANGELOG-historical.md
- https://github.com/yargs/yargs/blob/master/CHANGELOG.md
I took a look and it seems only `yargs.version` was changed and is used in codebase.
Closes #17821 parent 2d9dd0a commit d47eabf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments