Skip to content

Commit

Permalink
Capture all call sites.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Apr 16, 2024
1 parent 8c77e99 commit a1f3d3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/node-workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ export class NodeWorkspace extends WorkspacePlugin<Package> {
updater: new PackageJson({
version: newVersion,
versionsMap: updatedVersions,
updatePeerDependencies: this.updatePeerDependencies,
}),
},
{
Expand All @@ -319,6 +320,7 @@ export class NodeWorkspace extends WorkspacePlugin<Package> {
updater: new PackageJson({
version: newVersion,
versionsMap: updatedVersions,
updatePeerDependencies: this.updatePeerDependencies,
}),
},
{
Expand Down

0 comments on commit a1f3d3d

Please sign in to comment.