Skip to content

Commit 12bd803

Browse files
committed
feat: add package update dependencies command
1 parent 2f78b45 commit 12bd803

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/commands/workspace/update-dependencies.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export default class extends Command {
6262
"repeatOnError": false,
6363
} );
6464

65+
res.data ??= {};
6566
res.data.package = pkg;
6667

6768
return res;
@@ -76,6 +77,7 @@ export default class extends Command {
7677
"repeatOnError": false,
7778
} );
7879

80+
res.data ??= {};
7981
res.data.package = pkg;
8082

8183
return res;

0 commit comments

Comments
 (0)