Skip to content

Commit d0500b5

Browse files
committed
fix: fix deps report
1 parent d99da09 commit d0500b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/commands/package/outdated-dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class extends Command {
4242
printNewLine = true;
4343
}
4444

45-
console.log( "Package:", ansi.hl( pkg.workspaceSlug ) );
45+
console.log( "Package:", ansi.hl( pack.workspaceSlug ) );
4646
console.log( res.data.log );
4747

4848
if ( !res.ok ) {

lib/commands/package/update-dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default class extends Command {
5757
printNewLine = true;
5858
}
5959

60-
console.log( "Package:", ansi.hl( pkg.workspaceSlug ) );
60+
console.log( "Package:", ansi.hl( pack.workspaceSlug ) );
6161
console.log( res.data.log );
6262

6363
if ( !res.ok ) {

0 commit comments

Comments
 (0)