We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f78b45 commit 12bd803Copy full SHA for 12bd803
1 file changed
lib/commands/workspace/update-dependencies.js
@@ -62,6 +62,7 @@ export default class extends Command {
62
"repeatOnError": false,
63
} );
64
65
+ res.data ??= {};
66
res.data.package = pkg;
67
68
return res;
@@ -76,6 +77,7 @@ export default class extends Command {
76
77
78
79
80
81
82
83
0 commit comments